#include <dialogs.h>
Public Member Functions | |
| NewBackgroundDialog (const StringVector &bgIds) | |
| Constructor. | |
| Case::Background | get_background_data () |
| Get the data in the dialog. | |
| Glib::ustring | get_path () const |
| Get the path to the requested image. | |
Private Member Functions | |
| void | construct () |
| void | on_browse_button_clicked () |
| void | on_id_changed () |
Private Attributes | |
| Gtk::Label * | m_PathLabel |
| Gtk::Label * | m_IdLabel |
| Gtk::Label * | m_TypeLabel |
| Gtk::Entry * | m_PathEntry |
| Gtk::Entry * | m_IdEntry |
| Gtk::RadioButton::Group | m_RBGroup |
| Gtk::RadioButton * | m_SingleScreenRB |
| Gtk::RadioButton * | m_DoubleScreenRB |
| Gtk::Button * | m_OKButton |
| Gtk::Button * | m_BrowseButton |
| StringVector | m_UsedBGs |
| NewBackgroundDialog::NewBackgroundDialog | ( | const StringVector & | bgIds | ) |
Constructor.
| bgIds | String vector of used background internal IDs |
| Case::Background NewBackgroundDialog::get_background_data | ( | ) |
Get the data in the dialog.
| Glib::ustring NewBackgroundDialog::get_path | ( | ) | const [inline] |
Get the path to the requested image.
1.5.3