#include <dialogs.h>
Public Member Functions | |
ImageDialog (const ImageMap &imap, const StringVector &imgIds) | |
Constructor. | |
ImageMap | get_images () const |
Get updated map of images. | |
Private Member Functions | |
void | construct () |
void | on_add_clicked () |
void | on_delete_clicked () |
void | on_selection_changed () |
Private Attributes | |
Gtk::Label * | m_ImageLabel |
Gtk::Label * | m_PreviewLabel |
Gtk::Button * | m_AddButton |
Gtk::Button * | m_DeleteButton |
Gtk::ScrolledWindow * | m_SWindow |
Gtk::ListViewText * | m_ImageList |
Gtk::Image * | m_Image |
ImageMap | m_Images |
StringVector | m_ImageIds |
ImageDialog::ImageDialog | ( | const ImageMap & | imap, | |
const StringVector & | imgIds | |||
) |
Constructor.
imap | Map of images | |
imgIds | String vector of image internal IDs |
ImageMap ImageDialog::get_images | ( | ) | const [inline] |
Get updated map of images.