LibreOffice Module sd (master) 1
|
#include <layeroptionsdlg.hxx>
Public Member Functions | |
SdInsertLayerDlg (weld::Window *pWindow, const SfxItemSet &rInAttrs, bool bDeletable, const OUString &rStr) | |
virtual | ~SdInsertLayerDlg () override |
void | GetAttr (SfxItemSet &rOutAttrs) |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
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< weld::Entry > | m_xEdtName |
std::unique_ptr< weld::Entry > | m_xEdtTitle |
std::unique_ptr< weld::TextView > | m_xEdtDesc |
std::unique_ptr< weld::CheckButton > | m_xCbxVisible |
std::unique_ptr< weld::CheckButton > | m_xCbxPrintable |
std::unique_ptr< weld::CheckButton > | m_xCbxLocked |
std::unique_ptr< weld::Widget > | m_xNameFrame |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 28 of file layeroptionsdlg.hxx.
SdInsertLayerDlg::SdInsertLayerDlg | ( | weld::Window * | pWindow, |
const SfxItemSet & | rInAttrs, | ||
bool | bDeletable, | ||
const OUString & | rStr | ||
) |
Definition at line 25 of file layeroptionsdlg.cxx.
References SfxItemSet::Get(), SfxBoolItem::GetValue(), m_xCbxLocked, m_xCbxPrintable, m_xCbxVisible, weld::GenericDialogController::m_xDialog, m_xEdtDesc, m_xEdtName, m_xEdtTitle, and m_xNameFrame.
|
overridevirtual |
Definition at line 48 of file layeroptionsdlg.cxx.
void SdInsertLayerDlg::GetAttr | ( | SfxItemSet & | rOutAttrs | ) |
Definition at line 52 of file layeroptionsdlg.cxx.
References m_xCbxLocked, m_xCbxPrintable, m_xCbxVisible, m_xEdtDesc, m_xEdtName, m_xEdtTitle, makeSdAttrLayerDesc(), makeSdAttrLayerLocked(), makeSdAttrLayerName(), makeSdAttrLayerPrintable(), makeSdAttrLayerTitle(), makeSdAttrLayerVisible(), and SfxItemSet::Put().
|
private |
Definition at line 36 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 35 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 34 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 33 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 31 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 32 of file layeroptionsdlg.hxx.
Referenced by GetAttr(), and SdInsertLayerDlg().
|
private |
Definition at line 37 of file layeroptionsdlg.hxx.
Referenced by SdInsertLayerDlg().