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

#include <cuigaldlg.hxx>

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

Public Member Functions

 GalleryIdDialog (weld::Widget *pParent, GalleryTheme *pThm)
 
virtual ~GalleryIdDialog () override
 
sal_uInt32 GetId () 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

 DECL_LINK (ClickOkHdl, weld::Button &, void)
 

Private Attributes

GalleryThemem_pThm
 
std::unique_ptr< weld::Buttonm_xBtnOk
 
std::unique_ptr< weld::ComboBoxm_xLbResName
 

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 167 of file cuigaldlg.hxx.

Constructor & Destructor Documentation

◆ GalleryIdDialog()

GalleryIdDialog::GalleryIdDialog ( weld::Widget pParent,
GalleryTheme pThm 
)

◆ ~GalleryIdDialog()

GalleryIdDialog::~GalleryIdDialog ( )
overridevirtual

Definition at line 444 of file cuigaldlg.cxx.

Member Function Documentation

◆ DECL_LINK()

GalleryIdDialog::DECL_LINK ( ClickOkHdl  ,
weld::Button ,
void   
)
private

◆ GetId()

sal_uInt32 GalleryIdDialog::GetId ( ) const
inline

Definition at line 178 of file cuigaldlg.hxx.

References m_xLbResName.

Member Data Documentation

◆ m_pThm

GalleryTheme* GalleryIdDialog::m_pThm
private

Definition at line 170 of file cuigaldlg.hxx.

Referenced by GalleryIdDialog().

◆ m_xBtnOk

std::unique_ptr<weld::Button> GalleryIdDialog::m_xBtnOk
private

Definition at line 171 of file cuigaldlg.hxx.

Referenced by GalleryIdDialog().

◆ m_xLbResName

std::unique_ptr<weld::ComboBox> GalleryIdDialog::m_xLbResName
private

Definition at line 172 of file cuigaldlg.hxx.

Referenced by GalleryIdDialog(), and GetId().


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