#include <mythconfigdialogs.h>

Definition at line 19 of file mythconfigdialogs.h.
Public Member Functions | |
| ConfigPopupDialogWidget (MythMainWindow *parent, const char *widgetName) | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| void | accept () |
| void | reject () |
Protected Member Functions | |
| virtual | ~ConfigPopupDialogWidget () |
| You need to call deleteLater to delete QObject. | |
| ConfigPopupDialogWidget::ConfigPopupDialogWidget | ( | MythMainWindow * | parent, | |
| const char * | widgetName | |||
| ) | [inline] |
Definition at line 24 of file mythconfigdialogs.h.
| virtual ConfigPopupDialogWidget::~ConfigPopupDialogWidget | ( | ) | [inline, protected, virtual] |
| void ConfigPopupDialogWidget::keyPressEvent | ( | QKeyEvent * | e | ) | [virtual] |
| void ConfigPopupDialogWidget::accept | ( | void | ) | [inline, virtual] |
| void ConfigPopupDialogWidget::reject | ( | void | ) | [inline, virtual] |
Reimplemented from MythPopupBox.
Definition at line 29 of file mythconfigdialogs.h.
Referenced by keyPressEvent().
1.5.5