|
MythTV
0.26-pre
|
Go to the source code of this file.
Classes | |
| class | MythDialog |
| Base dialog for most dialogs in MythTV using the old UI. More... | |
| class | MythPopupBox |
| Child of MythDialog used for most popup menus in MythTV. More... | |
| class | MythProgressDialog |
| class | MythThemedDialog |
Typedefs | |
| typedef enum DialogCode | DialogCode |
Enumerations | |
| enum | DialogCode { kDialogCodeRejected = QDialog::Rejected, kDialogCodeAccepted = QDialog::Accepted, kDialogCodeListStart = 0x10, kDialogCodeButton0 = 0x10, kDialogCodeButton1 = 0x11, kDialogCodeButton2 = 0x12, kDialogCodeButton3 = 0x13, kDialogCodeButton4 = 0x14, kDialogCodeButton5 = 0x15, kDialogCodeButton6 = 0x16, kDialogCodeButton7 = 0x17, kDialogCodeButton8 = 0x18, kDialogCodeButton9 = 0x19 } |
Functions | |
| bool | operator== (const DialogCode &a, const QDialog::DialogCode &b) |
| bool | operator== (const QDialog::DialogCode &a, const DialogCode &b) |
| bool | operator!= (const DialogCode &a, const QDialog::DialogCode &b) |
| bool | operator!= (const QDialog::DialogCode &a, const DialogCode &b) |
| typedef enum DialogCode DialogCode |
| enum DialogCode |
Definition at line 30 of file mythdialogs.h.
| bool operator== | ( | const DialogCode & | a, |
| const QDialog::DialogCode & | b | ||
| ) | [inline] |
Definition at line 47 of file mythdialogs.h.
| bool operator== | ( | const QDialog::DialogCode & | a, |
| const DialogCode & | b | ||
| ) | [inline] |
Definition at line 49 of file mythdialogs.h.
| bool operator!= | ( | const DialogCode & | a, |
| const QDialog::DialogCode & | b | ||
| ) | [inline] |
Definition at line 51 of file mythdialogs.h.
| bool operator!= | ( | const QDialog::DialogCode & | a, |
| const DialogCode & | b | ||
| ) | [inline] |
Definition at line 53 of file mythdialogs.h.
1.7.6.1