LibreOffice Module svx (master) 1
|
This is a generic dialog, which is used to display results of a document checks, like for example image size check. More...
#include <GenericCheckDialog.hxx>
Public Member Functions | |
GenericCheckDialog (weld::Window *pParent, CheckDataCollection &rCheckDataCollection) | |
virtual | ~GenericCheckDialog () override |
virtual short | run () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
std::vector< std::unique_ptr< GenericCheckEntry > > | m_aCheckEntries |
CheckDataCollection & | m_rCheckDataCollection |
std::unique_ptr< weld::Box > | m_xCheckBox |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
This is a generic dialog, which is used to display results of a document checks, like for example image size check.
Definition at line 88 of file GenericCheckDialog.hxx.
svx::GenericCheckDialog::GenericCheckDialog | ( | weld::Window * | pParent, |
CheckDataCollection & | rCheckDataCollection | ||
) |
Definition at line 44 of file GenericCheckDialog.cxx.
References svx::CheckDataCollection::getTitle(), m_rCheckDataCollection, and weld::DialogController::set_title().
|
overridevirtual |
Definition at line 53 of file GenericCheckDialog.cxx.
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 55 of file GenericCheckDialog.cxx.
References svx::CheckDataCollection::getCollection(), i, m_aCheckEntries, m_rCheckDataCollection, and m_xCheckBox.
|
private |
Definition at line 91 of file GenericCheckDialog.hxx.
Referenced by run().
|
private |
Definition at line 92 of file GenericCheckDialog.hxx.
Referenced by GenericCheckDialog(), and run().
|
private |
Definition at line 94 of file GenericCheckDialog.hxx.
Referenced by run().