digiKam
|
Static Public Member Functions | |
static bool | readMsgBoxShouldBeShown (const QString &dontShowAgainName) |
static void | saveMsgBoxShouldBeShown (const QString &dontShowAgainName, bool value) |
static int | showContinueCancel (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, const QString &dontAskAgainName=QString()) |
static int | showContinueCancelList (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, const QStringList &items, const QString &dontAskAgainName=QString()) |
static int | showContinueCancelWidget (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, QWidget *const listWidget, const QString &dontAskAgainName) |
static void | showInformationList (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, const QStringList &items, const QString &dontShowAgainName=QString()) |
static void | showInformationWidget (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, QWidget *const listWidget, const QString &dontShowAgainName) |
static int | showYesNo (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, const QString &dontAskAgainName=QString()) |
static int | showYesNoList (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, const QStringList &items, const QString &dontAskAgainName=QString()) |
static int | showYesNoWidget (QMessageBox::Icon icon, QWidget *const parent, const QString &caption, const QString &text, QWidget *const listWidget, const QString &dontAskAgainName=QString()) |
|
static |
dontShowAgainName | the name that identify the message box. If empty, this method return false. |
References value.
Referenced by showContinueCancelWidget(), showInformationWidget(), and showYesNoWidget().
|
static |
Save the fact that the message box should not be shown again.
dontShowAgainName | the name that identify the message box. If empty, this method does nothing. |
value | the value chosen in the message box to show it again next time. |
References value.
Referenced by showContinueCancelWidget(), showInformationWidget(), and showYesNoWidget().
|
static |
Show a message box with Continue and Cancel buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::Cancel.
References showContinueCancelList().
Referenced by Digikam::checkSidecarSettings(), Digikam::EditorWindow::promptForOverWrite(), Digikam::EditorWindow::promptUserDelete(), and Digikam::AdvancedMetadataTab::slotResetToDefault().
|
static |
Show List of items to process into a message box with Continue and Cancel buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::Cancel.
References showContinueCancelWidget().
Referenced by showContinueCancel().
|
static |
Show widget into a message box with Continue and Cancel buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::Cancel.
References readMsgBoxShouldBeShown(), and saveMsgBoxShouldBeShown().
Referenced by showContinueCancelList(), and Digikam::CameraMessageBox::warningContinueCancelList().
|
static |
Show List of items into an informative message box.
References showInformationWidget().
Referenced by Digikam::SetupCollectionModel::apply(), Digikam::QueuePool::assignedBatchToolsListsAreValid(), Digikam::QueuePool::customRenamingRulesAreValid(), and Digikam::WorkflowList::WorkflowList().
|
static |
Show widget into an informative message box.
References readMsgBoxShouldBeShown(), and saveMsgBoxShouldBeShown().
Referenced by Digikam::CameraMessageBox::informationList(), and showInformationList().
|
static |
Show a message box with Yes and No buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::No.
References showYesNoList().
|
static |
Show List of items to process into a message box with Yes and No buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::No.
References showYesNoWidget().
Referenced by showYesNo().
|
static |
Show widget into a message box with Yes and No buttons, and wait user feedback. Return QMessageBox::Yes or QMessageBox::No.
References readMsgBoxShouldBeShown(), and saveMsgBoxShouldBeShown().
Referenced by showYesNoList().