LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
SdInsertLayerDlg Class Reference

#include <layeroptionsdlg.hxx>

Inheritance diagram for SdInsertLayerDlg:
[legend]
Collaboration diagram for SdInsertLayerDlg:
[legend]

Public Member Functions

 SdInsertLayerDlg (weld::Window *pWindow, const SfxItemSet &rInAttrs, bool bDeletable, const OUString &rStr)
 
virtual ~SdInsertLayerDlg () override
 
void GetAttr (SfxItemSet &rOutAttrs)
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::Entrym_xEdtName
 
std::unique_ptr< weld::Entrym_xEdtTitle
 
std::unique_ptr< weld::TextViewm_xEdtDesc
 
std::unique_ptr< weld::CheckButtonm_xCbxVisible
 
std::unique_ptr< weld::CheckButtonm_xCbxPrintable
 
std::unique_ptr< weld::CheckButtonm_xCbxLocked
 
std::unique_ptr< weld::Widgetm_xNameFrame
 

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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 28 of file layeroptionsdlg.hxx.

Constructor & Destructor Documentation

◆ SdInsertLayerDlg()

SdInsertLayerDlg::SdInsertLayerDlg ( weld::Window pWindow,
const SfxItemSet rInAttrs,
bool  bDeletable,
const OUString &  rStr 
)

◆ ~SdInsertLayerDlg()

SdInsertLayerDlg::~SdInsertLayerDlg ( )
overridevirtual

Definition at line 48 of file layeroptionsdlg.cxx.

Member Function Documentation

◆ GetAttr()

void SdInsertLayerDlg::GetAttr ( SfxItemSet rOutAttrs)

Member Data Documentation

◆ m_xCbxLocked

std::unique_ptr<weld::CheckButton> SdInsertLayerDlg::m_xCbxLocked
private

Definition at line 36 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xCbxPrintable

std::unique_ptr<weld::CheckButton> SdInsertLayerDlg::m_xCbxPrintable
private

Definition at line 35 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xCbxVisible

std::unique_ptr<weld::CheckButton> SdInsertLayerDlg::m_xCbxVisible
private

Definition at line 34 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xEdtDesc

std::unique_ptr<weld::TextView> SdInsertLayerDlg::m_xEdtDesc
private

Definition at line 33 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xEdtName

std::unique_ptr<weld::Entry> SdInsertLayerDlg::m_xEdtName
private

Definition at line 31 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xEdtTitle

std::unique_ptr<weld::Entry> SdInsertLayerDlg::m_xEdtTitle
private

Definition at line 32 of file layeroptionsdlg.hxx.

Referenced by GetAttr(), and SdInsertLayerDlg().

◆ m_xNameFrame

std::unique_ptr<weld::Widget> SdInsertLayerDlg::m_xNameFrame
private

Definition at line 37 of file layeroptionsdlg.hxx.

Referenced by SdInsertLayerDlg().


The documentation for this class was generated from the following files: