#include <triggerdialogs.h>

Public Member Functions | |
| AbstractDialog (const Glib::ustring &trigger) | |
| Constructor. | |
Protected Member Functions | |
| virtual void | on_ok_button_clicked () |
| virtual void | on_cancel_button_clicked () |
Protected Attributes | |
| Gtk::Label * | m_TriggerLabel |
All such dialogs should be derived from this one, since much common functionality is provided.
| AbstractDialog::AbstractDialog | ( | const Glib::ustring & | trigger | ) |
Constructor.
| trigger | The name of the trigger |
1.5.3