Inherits XGP::XDialog.
Public Member Functions | |
virtual | ~SearchDialog () |
Static Public Member Functions | |
static SearchDialog * | create (const Glib::RefPtr< Gdk::Window > &parent) |
Public Attributes | |
sigc::signal< void, const Glib::ustring & > | signalFind |
Protected Member Functions | |
SearchDialog () |
The dialog emits a signal with the entered search-text.
XGP::SearchDialog::~SearchDialog | ( | ) | [virtual] |
Destructor.
XGP::SearchDialog::SearchDialog | ( | ) | [protected] |
(Default-)Constructor
static SearchDialog* XGP::SearchDialog::create | ( | const Glib::RefPtr< Gdk::Window > & | parent | ) | [inline, static] |
Creates a search-dialog.
parent | Parent window |
sigc::signal<void, const Glib::ustring&> XGP::SearchDialog::signalFind |
Signal emitted, when OK is selected.