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

#include <custsdlg.hxx>

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

Public Member Functions

 SdCustomShowDlg (weld::Window *pWindow, SdDrawDocument &rDrawDoc)
 
virtual ~SdCustomShowDlg () override
 
bool IsCustomShow () const
 
- 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 Member Functions

void CheckState ()
 
 DECL_LINK (ClickButtonHdl, weld::Button &, void)
 
 DECL_LINK (SelectListBoxHdl, weld::TreeView &, void)
 
 DECL_LINK (StartShowHdl, weld::Button &, void)
 
void SelectHdl (void const *)
 

Private Attributes

SdDrawDocumentrDoc
 
SdCustomShowListpCustomShowList
 
std::unique_ptr< weld::TreeViewm_xLbCustomShows
 
std::unique_ptr< weld::Buttonm_xBtnNew
 
std::unique_ptr< weld::Buttonm_xBtnEdit
 
std::unique_ptr< weld::Buttonm_xBtnRemove
 
std::unique_ptr< weld::Buttonm_xBtnCopy
 
std::unique_ptr< weld::Buttonm_xBtnStartShow
 

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 29 of file custsdlg.hxx.

Constructor & Destructor Documentation

◆ SdCustomShowDlg()

SdCustomShowDlg::SdCustomShowDlg ( weld::Window pWindow,
SdDrawDocument rDrawDoc 
)

◆ ~SdCustomShowDlg()

SdCustomShowDlg::~SdCustomShowDlg ( )
overridevirtual

Definition at line 77 of file custsdlg.cxx.

Member Function Documentation

◆ CheckState()

void SdCustomShowDlg::CheckState ( )
private

◆ DECL_LINK() [1/3]

SdCustomShowDlg::DECL_LINK ( ClickButtonHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/3]

SdCustomShowDlg::DECL_LINK ( SelectListBoxHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [3/3]

SdCustomShowDlg::DECL_LINK ( StartShowHdl  ,
weld::Button ,
void   
)
private

◆ IsCustomShow()

bool SdCustomShowDlg::IsCustomShow ( ) const

Definition at line 232 of file custsdlg.cxx.

References SdCustomShowList::empty(), and pCustomShowList.

◆ SelectHdl()

void SdCustomShowDlg::SelectHdl ( void const *  p)
private

Member Data Documentation

◆ m_xBtnCopy

std::unique_ptr<weld::Button> SdCustomShowDlg::m_xBtnCopy
private

Definition at line 39 of file custsdlg.hxx.

Referenced by CheckState(), SdCustomShowDlg(), and SelectHdl().

◆ m_xBtnEdit

std::unique_ptr<weld::Button> SdCustomShowDlg::m_xBtnEdit
private

Definition at line 37 of file custsdlg.hxx.

Referenced by CheckState(), SdCustomShowDlg(), and SelectHdl().

◆ m_xBtnNew

std::unique_ptr<weld::Button> SdCustomShowDlg::m_xBtnNew
private

Definition at line 36 of file custsdlg.hxx.

Referenced by SdCustomShowDlg(), and SelectHdl().

◆ m_xBtnRemove

std::unique_ptr<weld::Button> SdCustomShowDlg::m_xBtnRemove
private

Definition at line 38 of file custsdlg.hxx.

Referenced by CheckState(), SdCustomShowDlg(), and SelectHdl().

◆ m_xBtnStartShow

std::unique_ptr<weld::Button> SdCustomShowDlg::m_xBtnStartShow
private

Definition at line 40 of file custsdlg.hxx.

Referenced by CheckState(), and SdCustomShowDlg().

◆ m_xLbCustomShows

std::unique_ptr<weld::TreeView> SdCustomShowDlg::m_xLbCustomShows
private

Definition at line 35 of file custsdlg.hxx.

Referenced by CheckState(), SdCustomShowDlg(), and SelectHdl().

◆ pCustomShowList

SdCustomShowList* SdCustomShowDlg::pCustomShowList
private

Definition at line 33 of file custsdlg.hxx.

Referenced by CheckState(), IsCustomShow(), SdCustomShowDlg(), and SelectHdl().

◆ rDoc

SdDrawDocument& SdCustomShowDlg::rDoc
private

Definition at line 32 of file custsdlg.hxx.

Referenced by SdCustomShowDlg(), and SelectHdl().


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