#include <mythdialogs.h>

Most users of this class just call one of the static functions These create a dialog and block until it returns with a DialogCode.
When creating an instance yourself and using ExecPopup() or ShowPopup() you can optionally pass it a target and slot for the popupDone(int) signal. It will be sent with the DialogCode that the exec function returns, except it is cast to an int. This is most useful for ShowPopup() which doesn't block or return the result() when the popup is finished.
Definition at line 136 of file mythdialogs.h.
Public Types | |
| enum | LabelSize { Large, Medium, Small } |
Public Slots | |
| virtual void | AcceptItem (int) |
| virtual void | accept (void) |
| virtual void | reject (void) |
Signals | |
| virtual void | popupDone (int) |
Public Member Functions | |
| MythPopupBox (MythMainWindow *parent, const char *name=0) | |
| MythPopupBox (MythMainWindow *parent, bool graphicPopup, QColor popupForeground, QColor popupBackground, QColor popupHighlight, const char *name=0) | |
| void | addWidget (QWidget *widget, bool setAppearance=true) |
| void | addLayout (QLayout *layout, int stretch=0) |
| QLabel * | addLabel (QString caption, LabelSize size=Medium, bool wrap=false) |
| QButton * | addButton (QString caption, QObject *target=NULL, const char *slot=NULL) |
| void | ShowPopup (QObject *target=NULL, const char *slot=NULL) |
| void | ShowPopupAtXY (int destx, int desty, QObject *target=NULL, const char *slot=NULL) |
| DialogCode | ExecPopup (QObject *target=NULL, const char *slot=NULL) |
| DialogCode | ExecPopupAtXY (int destx, int desty, QObject *target=NULL, const char *slot=NULL) |
Static Public Member Functions | |
| static bool | showOkPopup (MythMainWindow *parent, const QString &title, const QString &message, QString button_msg=QString::null) |
| static bool | showOkCancelPopup (MythMainWindow *parent, QString title, QString message, bool focusOk) |
| static DialogCode | Show2ButtonPopup (MythMainWindow *parent, const QString &title, const QString &message, const QString &button1msg, const QString &button2msg, DialogCode default_button) |
| static DialogCode | ShowButtonPopup (MythMainWindow *parent, const QString &title, const QString &message, const QStringList &buttonmsgs, DialogCode default_button) |
| static bool | showGetTextPopup (MythMainWindow *parent, QString title, QString message, QString &text) |
| static QString | showPasswordPopup (MythMainWindow *parent, QString title, QString message) |
| Like showGetTextPopup(), but doesn't echo the text entered. | |
Protected Slots | |
| void | defaultButtonPressedHandler (void) |
Protected Member Functions | |
| ~MythPopupBox () | |
| bool | focusNextPrevChild (bool next) |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| QVBoxLayout * | vbox |
| QColor | popupForegroundColor |
| int | hpadding |
| int | wpadding |
| bool | arrowAccel |
| MythPopupBox::MythPopupBox | ( | MythMainWindow * | parent, | |
| const char * | name = 0 | |||
| ) |
Definition at line 269 of file mythdialogs.cpp.
Referenced by ShowButtonPopup(), showGetTextPopup(), showOkCancelPopup(), showOkPopup(), and showPasswordPopup().
| MythPopupBox::MythPopupBox | ( | MythMainWindow * | parent, | |
| bool | graphicPopup, | |||
| QColor | popupForeground, | |||
| QColor | popupBackground, | |||
| QColor | popupHighlight, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 295 of file mythdialogs.cpp.
| MythPopupBox::~MythPopupBox | ( | ) | [inline, protected] |
Definition at line 207 of file mythdialogs.h.
| void MythPopupBox::addWidget | ( | QWidget * | widget, | |
| bool | setAppearance = true | |||
| ) |
Definition at line 363 of file mythdialogs.cpp.
Referenced by TabView::actionAddBookmark(), addButton(), addLabel(), chooseQueue(), ProgLister::chooseView(), PreviousList::chooseView(), ConfigurationPopupDialog::dialogWidget(), DatabaseBox::doActivePopup(), PhoneUIBox::doAddDirectoryPopup(), PhoneUIBox::doAddEntryPopup(), PhoneUIBox::doIMPopup(), DatabaseBox::doPlaylistPopup(), PhoneUIBox::doUrlPopup(), PlaybackBoxMusic::getInsertPLOptions(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), FileAssocDialog::makeNewExtension(), MythSearchDialog::MythSearchDialog(), ProgLister::powerEdit(), DeviceTree::RunTypeDialog(), SearchDialog::SearchDialog(), ShowCastDialog(), SmartPlaylistEditor::showCategoryPopup(), ZMConsole::showEditFunctionPopup(), TabView::showEnterURLDialog(), showGetTextPopup(), showPasswordPopup(), PlaybackBox::showPlayGroupChanger(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecGroupChanger(), PlaybackBox::showRecGroupChooser(), PlaybackBox::showRecGroupPasswordChanger(), PlaybackBox::showRecTitleChanger(), PlaybackBox::showStoragePopup(), and PlaybackBox::showViewChanger().
| void MythPopupBox::addLayout | ( | QLayout * | layout, | |
| int | stretch = 0 | |||
| ) |
Definition at line 421 of file mythdialogs.cpp.
Referenced by MythNews::showEditDialog(), ZMConsole::showEditFunctionPopup(), PlaybackBox::showIconHelp(), PlaybackBox::showRecGroupPasswordChanger(), SmartPlaylistDialog::SmartPlaylistDialog(), SmartPLDateDialog::SmartPLDateDialog(), and SmartPLOrderByDialog::SmartPLOrderByDialog().
Definition at line 380 of file mythdialogs.cpp.
Referenced by TabView::actionAddBookmark(), chooseQueue(), ProgLister::chooseView(), PreviousList::chooseView(), VideoTree::createPopup(), VideoDialog::createPopup(), MythFlixQueue::displayOptions(), MythFlix::displayOptions(), DatabaseBox::doActivePopup(), PhoneUIBox::doAddEntryPopup(), PhoneUIBox::doCallPopup(), PhoneUIBox::doIMPopup(), PhoneUIBox::doMenuPopup(), mythvideo_videomanager::VideoManagerImp::DoVideoMenu(), PhoneUIBox::drawCallPopupCallHistory(), DatabaseBox::ErrorPopup(), PlaybackBoxMusic::getInsertPLOptions(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), PlaybackBox::initPopup(), PlaybackBox::initRecGroupPopup(), KeyGrabPopupBox::KeyGrabPopupBox(), FileAssocDialog::makeNewExtension(), MythSearchDialog::MythSearchDialog(), TabView::openMenu(), ProgLister::powerEdit(), DeviceTree::RunTypeDialog(), SearchDialog::SearchDialog(), MoviesUI::showAbout(), ShowButtonPopup(), SmartPlaylistEditor::showCategoryPopup(), TabView::showEnterURLDialog(), GameTreeItem::showGameInfo(), showGetTextPopup(), ZMEvents::showMenu(), PlaybackBoxMusic::showMenu(), PlaybackBox::showMenu(), MoviesUI::showMenu(), ImportMusicDialog::showMenu(), EditMetadataDialog::showMenu(), showOkCancelPopup(), showOkPopup(), showPasswordPopup(), PlaybackBox::showPlaylistJobPopup(), PlaybackBox::showPlaylistPopup(), WelcomeDialog::showPopup(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecTitleChanger(), EditMetadataDialog::showSaveMenu(), PhoneUIBox::showStatistics(), VideoTree::slotViewPlot(), and VideoDialog::slotViewPlot().
| QButton * MythPopupBox::addButton | ( | QString | caption, | |
| QObject * | target = NULL, |
|||
| const char * | slot = NULL | |||
| ) |
Definition at line 406 of file mythdialogs.cpp.
Referenced by TabView::actionAddBookmark(), VideoDialog::AddPopupViews(), MythFlixQueue::displayOptions(), MythFlix::displayOptions(), DatabaseBox::doActivePopup(), PhoneUIBox::doAddDirectoryPopup(), PhoneUIBox::doAddEntryPopup(), PhoneUIBox::doCallPopup(), PhoneUIBox::doIMPopup(), VideoTree::doMenu(), VideoGallery::doMenu(), VideoBrowser::doMenu(), PhoneUIBox::doMenuPopup(), DatabaseBox::doPlaylistPopup(), PhoneUIBox::doUrlPopup(), mythvideo_videomanager::VideoManagerImp::DoVideoMenu(), DatabaseBox::ErrorPopup(), PlaybackBoxMusic::getInsertPLOptions(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), KeyGrabPopupBox::KeyGrabPopupBox(), FileAssocDialog::makeNewExtension(), MythSearchDialog::MythSearchDialog(), TabView::openMenu(), SearchDialog::SearchDialog(), MoviesUI::showAbout(), PlaybackBox::showActionPopup(), ShowButtonPopup(), ShowCastDialog(), SmartPlaylistEditor::showCategoryPopup(), PlaybackBox::showDeletePopup(), MythNews::showEditDialog(), ZMConsole::showEditFunctionPopup(), TabView::showEnterURLDialog(), PlaybackBox::showFileNotFoundActionPopup(), GameTreeItem::showGameInfo(), showGetTextPopup(), PlaybackBox::showIconHelp(), PlaybackBox::showJobPopup(), ZMEvents::showMenu(), VideoSelector::showMenu(), ThumbFinder::showMenu(), RecordingSelector::showMenu(), PlaybackBoxMusic::showMenu(), PlaybackBox::showMenu(), MythNews::showMenu(), MythburnWizard::showMenu(), MoviesUI::showMenu(), LogViewer::showMenu(), ImportMusicDialog::showMenu(), ExportNativeWizard::showMenu(), EditMetadataDialog::showMenu(), showOkCancelPopup(), showOkPopup(), showPasswordPopup(), PlaybackBox::showPlayFromPopup(), PlaybackBox::showPlaylistJobPopup(), PlaybackBox::showPlaylistPopup(), WelcomeDialog::showPopup(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecordingPopup(), EditMetadataDialog::showSaveMenu(), PlaybackBox::showStoragePopup(), PlaybackBox::showTranscodingProfiles(), VideoTree::slotViewPlot(), and VideoDialog::slotViewPlot().
| void MythPopupBox::ShowPopup | ( | QObject * | target = NULL, |
|
| const char * | slot = NULL | |||
| ) |
Definition at line 426 of file mythdialogs.cpp.
Referenced by MythFlixQueue::displayOptions(), MythFlix::displayOptions(), DatabaseBox::doActivePopup(), PhoneUIBox::doCallPopup(), VideoTree::doMenu(), VideoGallery::doMenu(), VideoBrowser::doMenu(), DatabaseBox::doPlaylistPopup(), mythvideo_videomanager::VideoManagerImp::DoVideoMenu(), ScanProgressPopup::exec(), ConfigurationPopupDialog::exec(), ExecPopup(), FileAssocDialog::makeNewExtension(), TabView::openMenu(), MoviesUI::showAbout(), PlaybackBox::showActionPopup(), SmartPlaylistEditor::showCategoryPopup(), PlaybackBox::showDeletePopup(), PlaybackBox::showFileNotFoundActionPopup(), GameTreeItem::showGameInfo(), PlaybackBox::showJobPopup(), VideoSelector::showMenu(), ThumbFinder::showMenu(), RecordingSelector::showMenu(), PlaybackBoxMusic::showMenu(), PlaybackBox::showMenu(), MythNews::showMenu(), MythburnWizard::showMenu(), MoviesUI::showMenu(), LogViewer::showMenu(), ImportMusicDialog::showMenu(), ExportNativeWizard::showMenu(), PlaybackBox::showPlayFromPopup(), PlaybackBox::showPlaylistJobPopup(), PlaybackBox::showPlaylistPopup(), WelcomeDialog::showPopup(), PlaybackBox::showRecordingPopup(), EditMetadataDialog::showSaveMenu(), PhoneUIBox::showStatistics(), PlaybackBox::showStoragePopup(), and PlaybackBox::showTranscodingProfiles().
| void MythPopupBox::ShowPopupAtXY | ( | int | destx, | |
| int | desty, | |||
| QObject * | target = NULL, |
|||
| const char * | slot = NULL | |||
| ) |
Definition at line 431 of file mythdialogs.cpp.
Referenced by PhoneUIBox::doAddDirectoryPopup(), PhoneUIBox::doAddEntryPopup(), PhoneUIBox::doIMPopup(), PhoneUIBox::doMenuPopup(), PhoneUIBox::doUrlPopup(), DatabaseBox::ErrorPopup(), ExecPopupAtXY(), and ShowPopup().
| DialogCode MythPopupBox::ExecPopup | ( | QObject * | target = NULL, |
|
| const char * | slot = NULL | |||
| ) |
Definition at line 547 of file mythdialogs.cpp.
Referenced by TabView::actionAddBookmark(), MythControls::AddKeyToAction(), chooseQueue(), ProgLister::chooseView(), PreviousList::chooseView(), SmartPLCriteriaRow::editDate(), PlaybackBoxMusic::getInsertPLOptions(), UIManagedTreeListType::incSearchStart(), UIListBtnType::incSearchStart(), SmartPlaylistEditor::orderByClicked(), ProgLister::powerEdit(), DeviceTree::RunTypeDialog(), ShowButtonPopup(), ShowCastDialog(), MythNews::showEditDialog(), ZMConsole::showEditFunctionPopup(), TabView::showEnterURLDialog(), showGetTextPopup(), PlaybackBox::showIconHelp(), SmartPLCriteriaRow::showList(), ZMEvents::showMenu(), EditMetadataDialog::showMenu(), showOkCancelPopup(), showOkPopup(), showPasswordPopup(), PlaybackBox::showPlayGroupChanger(), StorageGroupPopup::showPopup(), RecordingProfilePopup::showPopup(), PlaybackBox::showRecGroupChanger(), PlaybackBox::showRecGroupChooser(), PlaybackBox::showRecGroupPasswordChanger(), PlaybackBox::showRecTitleChanger(), PlaybackBox::showViewChanger(), VideoTree::slotViewPlot(), and VideoDialog::slotViewPlot().
| DialogCode MythPopupBox::ExecPopupAtXY | ( | int | destx, | |
| int | desty, | |||
| QObject * | target = NULL, |
|||
| const char * | slot = NULL | |||
| ) |
Definition at line 557 of file mythdialogs.cpp.
Referenced by ImportNativeWizard::showList(), EditMetadataDialog::showList(), and Ripper::showList().
| bool MythPopupBox::showOkPopup | ( | MythMainWindow * | parent, | |
| const QString & | title, | |||
| const QString & | message, | |||
| QString | button_msg = QString::null | |||
| ) | [static] |
Definition at line 632 of file mythdialogs.cpp.
Referenced by ImportMusicDialog::addAllNewPressed(), ImportMusicDialog::addPressed(), PlaybackProfileConfigs::btnPress(), LogViewer::cancelClicked(), ChannelEditor::channelIconImport(), ZMClient::checkProtoVersion(), MythContext::CheckProtoVersion(), MediaMonitor::ChooseAndEjectMedia(), MythContextPrivate::ChooseBackend(), BackendSelect::Connect(), MythContext::ConnectServer(), ZMClient::connectToHost(), CardInput::CreateNewInputGroup(), PlaybackBoxMusic::customEvent(), MusicPlayer::customEvent(), MythControls::DeleteKey(), ScreenSetup::doListSelect(), mythvideo_videomanager::VideoManagerImp::DoRemoveVideo(), CaptureCardEditor::edit(), MythFlixQueue::executeExternal(), MythFlix::executeExternal(), executeExternal(), get_cardtype(), RecordingSelector::getRecordingList(), getTempDirectory(), VideoSelector::getVideoList(), MythburnWizard::handleAddVideo(), ExportNativeWizard::handleAddVideo(), IconView::HandleImageSelect(), IconView::HandleMediaDeviceSelect(), MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), ScanWizardScanner::ImportDVBUtils(), ScanWizardScanner::ImportM3U(), MythContext::Init(), ZMLivePlayer::initMonitorLayout(), internal_play_media(), VideoDialog::loadWindow(), RecOptDialog::LoadWindow(), ImportIconsWizard::menuSelection(), MythImageFileDialog::MythImageFileDialog(), MythThemedDialog::MythThemedDialog(), ImportNativeWizard::nextPressed(), FileSelector::OKPressed(), mythvideo_videomanager::VideoManagerImp::OnPosterDownloadTimeout(), MythThemedMenuPrivate::parseMenu(), PlaybackBox::PlaybackBox(), MythContextPrivate::PromptForDatabaseParams(), MythContext::PromptForSchemaUpgrade(), RecOptDialog::RecOptDialog(), MythControls::ResolveConflict(), MythburnWizard::runScript(), ExportNativeWizard::runScript(), runVideoSelector(), XMLTV_generic_config::save(), ScreenSetup::saveData(), ScanWizardScanner::Scan(), MythContext::SendReceiveStringList(), ScanWizard::SetPage(), Weather::setupScreens(), PlaybackBox::showAvailablePopup(), mythvideo_videomanager::ExecuteExternalCommand::ShowError(), TV::ShowNoRecorderDialog(), showStatus(), WelcomeDialog::shutdownNow(), MythFlixQueue::slotMoveToQueue(), startDVDRipper(), Ripper::startRipper(), MoviesUI::updateMovieTimes(), and WeatherCallback().
| bool MythPopupBox::showOkCancelPopup | ( | MythMainWindow * | parent, | |
| QString | title, | |||
| QString | message, | |||
| bool | focusOk | |||
| ) | [static] |
Definition at line 654 of file mythdialogs.cpp.
Referenced by SmartPlaylistEditor::deleteCategory(), MythControls::DeleteKey(), MythNews::deleteNewsSite(), SmartPlaylistDialog::deletePressed(), mythvideo_videomanager::VideoManagerImp::DoRemoveVideo(), IconView::HandleDeleteCurrent(), IconView::HandleDeleteMarked(), ImportIconsWizard::isBlocked(), RipStatus::keyPressEvent(), ViewScheduled::remove(), ProgramRecPriority::remove(), ProgLister::remove(), GuideGrid::remove(), EditMetadataDialog::saveAll(), EditMetadataDialog::saveToFile(), and ImportIconsWizard::submit().
| static DialogCode MythPopupBox::Show2ButtonPopup | ( | MythMainWindow * | parent, | |
| const QString & | title, | |||
| const QString & | message, | |||
| const QString & | button1msg, | |||
| const QString & | button2msg, | |||
| DialogCode | default_button | |||
| ) | [inline, static] |
Definition at line 172 of file mythdialogs.h.
Referenced by ProfileGroupEditor::callDelete(), StatusBox::clicked(), VideoSourceEditor::del(), CaptureCardEditor::del(), MythGamePlayerEditor::del(), ChannelEditor::del(), TransportListEditor::Delete(), ChannelEditor::deleteChannels(), StorageGroupListEditor::doDelete(), StorageGroupEditor::doDelete(), PlayGroupEditor::doDelete(), VideoSourceEditor::edit(), CaptureCardEditor::edit(), internal_play_media(), StatusBox::keyPressEvent(), PhoneUIBox::LoopbackButtonPushed(), main(), VideoSourceEditor::menu(), CaptureCardEditor::menu(), TransportListEditor::Menu(), MythGamePlayerEditor::menu(), ChannelEditor::menu(), and MythControls::ResolveConflict().
| DialogCode MythPopupBox::ShowButtonPopup | ( | MythMainWindow * | parent, | |
| const QString & | title, | |||
| const QString & | message, | |||
| const QStringList & | buttonmsgs, | |||
| DialogCode | default_button | |||
| ) | [static] |
Definition at line 743 of file mythdialogs.cpp.
Referenced by ChannelEditor::channelIconImport(), MythContextPrivate::ChooseBackend(), GameHandler::clearAllGameData(), StatusBox::clicked(), ScreenSetup::doListSelect(), GameTree::handleTreeListSelection(), VideoScannerImp::promptForRemoval(), GameHandler::promptForRemoval(), MythContext::PromptForSchemaUpgrade(), MediaMonitor::selectDrivePopup(), ScreenSetup::showUnitsPopup(), and TV::StartTV().
| bool MythPopupBox::showGetTextPopup | ( | MythMainWindow * | parent, | |
| QString | title, | |||
| QString | message, | |||
| QString & | text | |||
| ) | [static] |
Definition at line 677 of file mythdialogs.cpp.
Referenced by PlaybackProfileConfigs::btnPress(), CardInput::CreateNewInputGroup(), RotorPosMap::edit(), IconView::HandleMkDir(), IconView::HandleRename(), PlayGroupEditor::open(), and SRRecGroup::showNewRecGroup().
| QString MythPopupBox::showPasswordPopup | ( | MythMainWindow * | parent, | |
| QString | title, | |||
| QString | message | |||
| ) | [static] |
Like showGetTextPopup(), but doesn't echo the text entered.
Uses MythLineEdit instead of MythRemoteLineEdit, so that PINs can be entered without having to cycle through the number key "phone entry" mode.
Definition at line 711 of file mythdialogs.cpp.
Referenced by BackendSelect::Connect().
| void MythPopupBox::AcceptItem | ( | int | i | ) | [virtual, slot] |
Reimplemented from MythDialog.
Definition at line 529 of file mythdialogs.cpp.
Referenced by defaultButtonPressedHandler(), MythSearchDialog::MythSearchDialog(), ProgLister::setViewFromList(), and PreviousList::setViewFromList().
| void MythPopupBox::accept | ( | void | ) | [virtual, slot] |
Reimplemented from MythDialog.
Reimplemented in ConfigPopupDialogWidget.
Definition at line 535 of file mythdialogs.cpp.
Referenced by ConfigPopupDialogWidget::accept(), SearchDialog::itemSelected(), KeyGrabPopupBox::KeyGrabPopupBox(), SmartPLOrderByDialog::keyPressEvent(), MythSearchDialog::keyPressEvent(), MythSearchDialog::MythSearchDialog(), ProgLister::powerEdit(), SearchDialog::SearchDialog(), SmartPlaylistDialog::selectPressed(), ProgLister::setViewFromEdit(), ProgLister::setViewFromPowerEdit(), ProgLister::setViewFromTime(), showGetTextPopup(), showOkCancelPopup(), showOkPopup(), showPasswordPopup(), SmartPLDateDialog::SmartPLDateDialog(), and SmartPLOrderByDialog::SmartPLOrderByDialog().
| void MythPopupBox::reject | ( | void | ) | [virtual, slot] |
Reimplemented from MythDialog.
Reimplemented in ConfigPopupDialogWidget.
Definition at line 541 of file mythdialogs.cpp.
Referenced by KeyGrabPopupBox::KeyGrabPopupBox(), SmartPLDateDialog::keyPressEvent(), SmartPLOrderByDialog::keyPressEvent(), SmartPlaylistDialog::keyPressEvent(), MythSearchDialog::keyPressEvent(), keyPressEvent(), MythSearchDialog::MythSearchDialog(), ConfigPopupDialogWidget::reject(), SearchDialog::SearchDialog(), showGetTextPopup(), showOkCancelPopup(), showPasswordPopup(), and SmartPLDateDialog::SmartPLDateDialog().
| virtual void MythPopupBox::popupDone | ( | int | ) | [virtual, signal] |
Referenced by accept(), AcceptItem(), ConfigPopupDialogWidget::keyPressEvent(), reject(), and ShowPopupAtXY().
Definition at line 331 of file mythdialogs.cpp.
Referenced by SmartPLDateDialog::keyPressEvent(), SmartPLOrderByDialog::keyPressEvent(), SmartPlaylistDialog::keyPressEvent(), and MythSearchDialog::keyPressEvent().
| void MythPopupBox::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
Reimplemented from MythDialog.
Reimplemented in ConfigPopupDialogWidget, MythSearchDialog, KeyGrabPopupBox, SmartPlaylistDialog, SmartPLOrderByDialog, and SmartPLDateDialog.
Definition at line 509 of file mythdialogs.cpp.
Referenced by SmartPLDateDialog::keyPressEvent(), SmartPLOrderByDialog::keyPressEvent(), SmartPlaylistDialog::keyPressEvent(), MythSearchDialog::keyPressEvent(), and KeyGrabPopupBox::keyPressEvent().
| void MythPopupBox::defaultButtonPressedHandler | ( | void | ) | [protected, slot] |
QVBoxLayout* MythPopupBox::vbox [private] |
Reimplemented in SmartPlaylistDialog, SmartPLOrderByDialog, and SmartPLDateDialog.
Definition at line 215 of file mythdialogs.h.
Referenced by addLayout(), addWidget(), and MythPopupBox().
QColor MythPopupBox::popupForegroundColor [private] |
int MythPopupBox::hpadding [private] |
int MythPopupBox::wpadding [private] |
bool MythPopupBox::arrowAccel [private] |
Definition at line 218 of file mythdialogs.h.
Referenced by addButton(), keyPressEvent(), and MythPopupBox().
1.5.5