MythTV  master
Functions
mythdialogbox.cpp File Reference
#include "mythdialogbox.h"
#include <QCoreApplication>
#include <QDate>
#include <QDateTime>
#include <QFileInfo>
#include <QString>
#include <QStringList>
#include <QTime>
#include <utility>
#include "libmythbase/mythdate.h"
#include "libmythbase/mythlogging.h"
#include "mythmainwindow.h"
#include "mythfontproperties.h"
#include "mythuiutils.h"
#include "mythuitext.h"
#include "mythuiimage.h"
#include "mythuibuttonlist.h"
#include "mythuibutton.h"
#include "mythuistatetype.h"
#include "mythuispinbox.h"
#include "mythgesture.h"
Include dependency graph for mythdialogbox.cpp:

Go to the source code of this file.

Functions

MythConfirmationDialogShowOkPopup (const QString &message, bool showCancel)
 Non-blocking version of MythPopupBox::showOkPopup() More...
 
bool WaitFor (MythConfirmationDialog *dialog)
 Blocks until confirmation dialog exits. More...
 

Function Documentation

◆ ShowOkPopup()

MythConfirmationDialog* ShowOkPopup ( const QString &  message,
bool  showCancel 
)

Non-blocking version of MythPopupBox::showOkPopup()

Definition at line 562 of file mythdialogbox.cpp.

Referenced by ImportMusicDialog::addAllNewPressed(), ImportMusicDialog::addPressed(), LogViewer::cancelClicked(), EditLyricsDialog::cancelPressed(), MetadataOptions::CanSetArtwork(), ChannelEditor::channelIconImport(), check_cardsource(), AudioConfigSettings::CheckConfiguration(), ThemeUpdateChecker::checkForUpdate(), checkMusicAvailable(), ZMClient::checkProtoVersion(), checkStorageGroup(), CustomPriority::checkSyntax(), MythContextPrivate::ChooseBackend(), BackendSelection::ConnectBackend(), GalleryThumbView::Copy(), ImportCoverArtDialog::copyPressed(), CardInput::CreateNewInputGroupSlot(), PlayGroupEditor::CreateNewPlayBackGroupSlot(), PlaybackSettings::CreateNewPlaybackProfileSlot(), VideoSetupWizard::customEvent(), GalleryThumbView::customEvent(), ThemeChooser::customEvent(), NetBase::customEvent(), PlaylistEditorView::customEvent(), MythWebView::customEvent(), MythMainWindow::customEvent(), RipStatus::customEvent(), TransportListEditor::Delete(), CaptureCardEditor::DeleteAllCaptureCardsOnHost(), SmartPlaylistEditor::deleteCriteria(), StandardSettingDialog::deleteEntry(), PlaybackBox::deleteSelected(), GalleryThumbView::DoHideItem(), GalleryThumbView::DoHideMarked(), RestoreData::doRestore(), GalleryThumbView::DoScanAction(), GalleryThumbView::DoSetCover(), ScheduleCommon::EditScheduled(), exec_program_tv_cb(), ImportNative::finishedPressed(), VideoScanner::finishedScan(), PlaybackProfileItemConfig::framerateChanged(), get_cardtype(), getTempDirectory(), ExportNative::handleAddVideo(), MythBurn::handleAddVideo(), ExportNative::handleNextPage(), MythBurn::handleNextPage(), PlaybackProfileItemConfig::heightChanged(), GalleryThumbView::Import(), ChannelScannerGUI::InformUser(), ThemeChooser::Init(), MythContext::Init(), RecordingSelector::Init(), ZMLivePlayer::initMonitorLayout(), internal_play_media(), isLiveTVAvailable(), ImportMusicDialog::keyPressEvent(), PlaylistEditorView::keyPressEvent(), RipStatus::keyPressEvent(), ThemeChooser::LoadVersion(), GalleryThumbView::Move(), ArchiveFileSelector::nextPressed(), FileSelector::OKPressed(), GeneralSetupWizard::OnDeletePromptReturn(), GeneralSetupWizard::OnSubmitPromptReturn(), VideoSelector::parentalLevelChanged(), MythThemedMenu::parseMenu(), MusicPlayer::play(), ChannelImporter::Process(), MythContextPrivate::PromptForDatabaseParams(), SchemaUpgradeWizard::PromptForUpgrade(), EditAlbumartDialog::removeSelectedImageFromTag(), StreamView::removeStream(), ThemeChooser::removeTheme(), Ripper::RipComplete(), GuideGrid::RunProgramGuide(), ExportNative::runScript(), MythBurn::runScript(), XMLTV_generic_config::Save(), ThemeChooser::saveAndReload(), ScanWizard::Scan(), VideoDialog::scanFinished(), CaptureCardEditor::ShowDeleteAllCaptureCardsDialog(), CaptureCardEditor::ShowDeleteAllCaptureCardsDialogOnHost(), VideoSourceEditor::ShowDeleteAllSourcesDialog(), PrevRecordedList::ShowDeleteOldEpisodeMenu(), ProgLister::ShowDeleteOldEpisodeMenu(), PrevRecordedList::ShowDeleteOldSeriesMenu(), ProgLister::ShowDeleteOldSeriesMenu(), VideoDialog::ShowHomepage(), ScheduleEditor::showTemplateMenu(), MythContextPrivate::ShowVersionMismatchPopup(), NetBase::ShowWebVideo(), WelcomeDialog::shutdownNow(), GeneralSetupWizard::slotDelete(), GeneralSettings::slotDoResetDB(), GeneralSettings::slotResetDB(), GeneralSetupWizard::slotView(), MythNews::slotViewArticle(), startAppearWiz(), Ripper::startRipper(), startRipper(), VideoDialog::SwitchLayout(), AudioSetupWizard::toggleSpeakers(), GallerySlideView::Transform(), GalleryThumbView::TransformItem(), GalleryThumbView::TransformMarked(), BackendSelection::TryDBfromURL(), and PlaybackProfileItemConfig::widthChanged().

◆ WaitFor()

bool WaitFor ( MythConfirmationDialog dialog)

Blocks until confirmation dialog exits.

Definition at line 599 of file mythdialogbox.cpp.

Referenced by check_cardsource(), RestoreData::doRestore(), MythContext::Init(), and SchemaUpgradeWizard::PromptForUpgrade().