diff -r f40cdc2057c2 -r 2c3f6c7e01b4 gui/map_win.h --- a/gui/map_win.h Fri Jan 06 13:58:49 2006 +0000 +++ b/gui/map_win.h Fri Jan 06 14:36:46 2006 +0000 @@ -7,6 +7,7 @@ #include #include +#include #include #include @@ -15,55 +16,6 @@ ///assigned to maps. class MapWin : public Gtk::Window { - - class MapSelector : public Gtk::HBox - { - protected: - sigc::signal signal_cbt; - sigc::signal signal_newmapwin; - - int id; - - bool itisedge; - - bool default_state; - - bool set_new_map; - - Gtk::ComboBoxText cbt; - - Gtk::Button * newbut, * defbut; - - Gtk::HBox hbox; - - Gtk::Label * label; - - public: - - MapSelector(std::vector, std::string, int, bool); - - sigc::signal signal_cbt_ch(); - sigc::signal signal_newmapwin_needed(); - - void update_list( std::vector ); - - ///If a radiobutton is clicked, this function determines - ///which button was that and after that calls the - ///appropriate function of the \ref GraphDisplayerCanvas - ///to change the visible values of that attribute. - virtual void comboChanged(); - - virtual void new_but_pressed(); - - virtual void reset(); - - Glib::ustring get_active_text(); - void set_active_text(Glib::ustring); - void append_text(Glib::ustring); - }; - - - protected: NoteBookTab & mytab;