LibreOffice Module sfx2 (master) 1
|
#include <prnmon.hxx>
Public Member Functions | |
SfxPrintOptionsDialog (weld::Window *pParent, SfxViewShell *pViewShell, const SfxItemSet *rOptions) | |
virtual | ~SfxPrintOptionsDialog () override |
virtual short | run () override |
const SfxItemSet & | GetOptions () const |
void | DisableHelp () |
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::unique_ptr< SfxItemSet > | pOptions |
std::unique_ptr< weld::Widget > | m_xHelpBtn |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< SfxTabPage > | m_xPage |
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 |
Definition at line 32 of file prnmon.hxx.
SfxPrintOptionsDialog::SfxPrintOptionsDialog | ( | weld::Window * | pParent, |
SfxViewShell * | pViewShell, | ||
const SfxItemSet * | rOptions | ||
) |
Definition at line 149 of file printer.cxx.
References Clone(), CreatePrintOptionsPage(), DBG_ASSERT, get(), m_xContainer, m_xDialog, weld::GenericDialogController::m_xDialog, m_xPage, and pOptions.
|
overridevirtual |
Definition at line 166 of file printer.cxx.
void SfxPrintOptionsDialog::DisableHelp | ( | ) |
|
inline |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 170 of file printer.cxx.
References m_xPage, pOptions, RET_CANCEL, and RET_OK.
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 37 of file prnmon.hxx.
|
private |
Definition at line 36 of file prnmon.hxx.
Referenced by DisableHelp().
|
private |
Definition at line 38 of file prnmon.hxx.
Referenced by run(), and SfxPrintOptionsDialog().
|
private |
Definition at line 35 of file prnmon.hxx.
Referenced by GetOptions(), run(), and SfxPrintOptionsDialog().