hegyi@1: #ifndef BACKGROUND_CHOOSER_DIALOG hegyi@1: #define BACKGROUND_CHOOSER_DIALOG hegyi@1: hegyi@1: #include hegyi@1: #include hegyi@1: #include hegyi@1: #include hegyi@1: hegyi@1: class MapStorage; hegyi@1: hegyi@1: class BackgroundChooserDialog : public Gtk::Dialog hegyi@1: { hegyi@1: private: hegyi@1: MapStorage* mapstorage; hegyi@1: Gtk::Label lblBackground; hegyi@1: Gtk::Label lblScaling; hegyi@1: Gtk::FileChooserButton fcbBackground; hegyi@1: Gtk::SpinButton sbScaling; hegyi@1: Gtk::HBox box; hegyi@1: Gtk::Button btnClear; hegyi@1: void clearBackground(); hegyi@1: void setBackground(); hegyi@1: public: hegyi@1: BackgroundChooserDialog(MapStorage* ms); hegyi@1: }; hegyi@1: hegyi@1: #endif