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 |
| The MythTV progress bar dialog. More... | |
| class | MythBusyDialog |
| MythDialog box that displays a busy spinner-style dialog box to indicate the program is busy, but that the number of steps needed is unknown. More... | |
| class | MythThemedDialog |
| class | MythPasswordDialog |
| Display a window which accepts a password and verifies it. More... | |
| class | MythSearchDialog |
| class | MythImageFileDialog |
| class | MythScrollDialog |
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) |
| enum DialogCode |
Definition at line 53 of file mythdialogs.h.
| bool operator== | ( | const DialogCode & | a, | |
| const QDialog::DialogCode & | b | |||
| ) | [inline] |
Definition at line 70 of file mythdialogs.h.
| bool operator== | ( | const QDialog::DialogCode & | a, | |
| const DialogCode & | b | |||
| ) | [inline] |
Definition at line 72 of file mythdialogs.h.
| bool operator!= | ( | const DialogCode & | a, | |
| const QDialog::DialogCode & | b | |||
| ) | [inline] |
Definition at line 74 of file mythdialogs.h.
| bool operator!= | ( | const QDialog::DialogCode & | a, | |
| const DialogCode & | b | |||
| ) | [inline] |
Definition at line 76 of file mythdialogs.h.
1.5.5