#include <dialogbox.h>

Definition at line 13 of file dialogbox.h.
Public Member Functions | |
| DialogBox (MythMainWindow *parent, const QString &text, const char *checkboxtext=0, const char *name=0) | |
| 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 |
| DialogBox::DialogBox | ( | MythMainWindow * | parent, | |
| const QString & | text, | |||
| const char * | checkboxtext = 0, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 19 of file dialogbox.cpp.
| DialogBox::~DialogBox | ( | ) | [inline, protected] |
Definition at line 29 of file dialogbox.h.
| void DialogBox::AddButton | ( | const QString & | title | ) |
Definition at line 48 of file dialogbox.cpp.
Referenced by ChannelRecPriority::ChannelRecPriority(), CustomPriority::checkSyntax(), CustomEdit::checkSyntax(), DatabaseBox::DatabaseBox(), MythThemedMenuPrivate::handleAction(), handleExit(), IconView::HandleImport(), IconView::HandleRename(), PlaybackBoxMusic::keyPressEvent(), main(), PhoneUIBox::menuHistorySave(), playVCD(), PreviousList::PreviousList(), ProgLister::ProgLister(), ProgramRecPriority::ProgramRecPriority(), NuppelVideoPlayer::ReinitVideo(), PreviousList::removalDialog(), run(), runBurnDVD(), IconView::SetupMediaMonitor(), ProgramInfo::ShowNotRecordingDialog(), ProgramInfo::ShowRecordingDialog(), showWarningDialog(), NuppelVideoPlayer::StartPlaying(), Ripper::startScanCD(), ViewScheduleDiff::statusDialog(), CustomEdit::storeClicked(), MythContext::TestPopupVersion(), ViewScheduleDiff::ViewScheduleDiff(), and WebcamSettingsBox::WebcamSettingsBox().
| bool DialogBox::getCheckBoxState | ( | void | ) | [inline] |
Definition at line 22 of file dialogbox.h.
| void DialogBox::buttonPressed | ( | int | which | ) | [protected, slot] |
QVBoxLayout* DialogBox::box [private] |
QButtonGroup* DialogBox::buttongroup [private] |
Definition at line 33 of file dialogbox.h.
Referenced by AddButton(), buttonPressed(), and DialogBox().
QCheckBox* DialogBox::checkbox [private] |
Definition at line 35 of file dialogbox.h.
Referenced by AddButton(), buttonPressed(), and DialogBox().
1.5.5