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

#include <widgettestdlg.hxx>

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

Public Member Functions

 WidgetTestDialog (weld::Window *pParent)
 
 ~WidgetTestDialog ()
 
- 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 (OkHdl, weld::Button &, void)
 
 DECL_LINK (CancelHdl, weld::Button &, void)
 
void FillTreeView ()
 

Private Attributes

std::unique_ptr< weld::Buttonm_xOKButton
 
std::unique_ptr< weld::Buttonm_xCancelButton
 
std::unique_ptr< weld::TreeViewm_xTreeView
 
std::unique_ptr< weld::TreeViewm_xTreeView2
 

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 16 of file widgettestdlg.hxx.

Constructor & Destructor Documentation

◆ WidgetTestDialog()

WidgetTestDialog::WidgetTestDialog ( weld::Window pParent)

◆ ~WidgetTestDialog()

WidgetTestDialog::~WidgetTestDialog ( )

Definition at line 27 of file widgettestdlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

WidgetTestDialog::DECL_LINK ( CancelHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

WidgetTestDialog::DECL_LINK ( OkHdl  ,
weld::Button ,
void   
)
private

◆ FillTreeView()

void WidgetTestDialog::FillTreeView ( )
private

Definition at line 36 of file widgettestdlg.cxx.

References m_xTreeView, m_xTreeView2, and nCount.

Referenced by WidgetTestDialog().

Member Data Documentation

◆ m_xCancelButton

std::unique_ptr<weld::Button> WidgetTestDialog::m_xCancelButton
private

Definition at line 20 of file widgettestdlg.hxx.

Referenced by WidgetTestDialog().

◆ m_xOKButton

std::unique_ptr<weld::Button> WidgetTestDialog::m_xOKButton
private

Definition at line 19 of file widgettestdlg.hxx.

Referenced by WidgetTestDialog().

◆ m_xTreeView

std::unique_ptr<weld::TreeView> WidgetTestDialog::m_xTreeView
private

Definition at line 21 of file widgettestdlg.hxx.

Referenced by FillTreeView(), and WidgetTestDialog().

◆ m_xTreeView2

std::unique_ptr<weld::TreeView> WidgetTestDialog::m_xTreeView2
private

Definition at line 22 of file widgettestdlg.hxx.

Referenced by FillTreeView(), and WidgetTestDialog().


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