#include <dialogs.h>
Public Member Functions | |
NewHotspotDialog () | |
Constructor. | |
void | set_pixbuf (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf) |
Set pixbuf containing image data for background. | |
Case::Hotspot | get_hotspot () |
Get the hotspot. | |
Private Member Functions | |
void | construct () |
void | on_point_changed (int x, int y) |
void | on_dimensions_changed (int w, int h) |
void | on_coord_entry_changed () |
void | on_dimension_entry_changed () |
Private Attributes | |
Gtk::Label * | m_XLabel |
Gtk::Label * | m_YLabel |
Gtk::Label * | m_WLabel |
Gtk::Label * | m_HLabel |
Gtk::Label * | m_BlockLabel |
Gtk::Entry * | m_XEntry |
Gtk::Entry * | m_YEntry |
Gtk::Entry * | m_WEntry |
Gtk::Entry * | m_HEntry |
Gtk::Entry * | m_BlockEntry |
HotspotWidget * | m_HSWidget |
void NewHotspotDialog::set_pixbuf | ( | const Glib::RefPtr< Gdk::Pixbuf > & | pixbuf | ) | [inline] |
Set pixbuf containing image data for background.
pixbuf | The image data for the background |
Case::Hotspot NewHotspotDialog::get_hotspot | ( | ) |
Get the hotspot.