#include <dialogbox.h>
Public Member Functions | |
| DialogBox (MythMainWindow *parent, const QString &text, const char *checkboxtext=NULL, const char *name=NULL) | |
| void | AddButton (const QString &title) |
| bool | getCheckBoxState (void) |
Protected Slots | |
| void | buttonPressed (int which) |
Protected Member Functions | |
| ~DialogBox () | |
Private Attributes | |
| QVBoxLayout * | box |
| QButtonGroup * | buttongroup |
| QCheckBox * | checkbox |
Definition at line 12 of file dialogbox.h.
| DialogBox::DialogBox | ( | MythMainWindow * | parent, | |
| const QString & | text, | |||
| const char * | checkboxtext = NULL, |
|||
| const char * | name = NULL | |||
| ) |
Definition at line 14 of file dialogbox.cpp.
| DialogBox::~DialogBox | ( | ) | [inline, protected] |
Definition at line 28 of file dialogbox.h.
| void DialogBox::AddButton | ( | const QString & | title | ) |
Definition at line 45 of file dialogbox.cpp.
Referenced by SchemaUpgradeWizard::GuiPrompt().
| bool DialogBox::getCheckBoxState | ( | void | ) | [inline] |
Definition at line 21 of file dialogbox.h.
| void DialogBox::buttonPressed | ( | int | which | ) | [protected, slot] |
Definition at line 62 of file dialogbox.cpp.
Referenced by DialogBox().
QVBoxLayout* DialogBox::box [private] |
Definition at line 31 of file dialogbox.h.
Referenced by AddButton(), and DialogBox().
QButtonGroup* DialogBox::buttongroup [private] |
Definition at line 32 of file dialogbox.h.
Referenced by AddButton(), buttonPressed(), and DialogBox().
QCheckBox* DialogBox::checkbox [private] |
Definition at line 34 of file dialogbox.h.
Referenced by AddButton(), buttonPressed(), and DialogBox().
1.6.3