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

#include <showcols.hxx>

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

Public Member Functions

 FmShowColsDialog (weld::Window *pParent)
 
virtual ~FmShowColsDialog () override
 
void SetColumns (const css::uno::Reference< css::container::XIndexContainer > &xCols)
 
- 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 (OnClickedOk, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::TreeViewm_xList
 
std::unique_ptr< weld::Buttonm_xOK
 
css::uno::Reference< css::container::XIndexAccess > m_xColumns
 

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 showcols.hxx.

Constructor & Destructor Documentation

◆ FmShowColsDialog()

FmShowColsDialog::FmShowColsDialog ( weld::Window pParent)

Definition at line 30 of file showcols.cxx.

References LINK, m_xList, and m_xOK.

◆ ~FmShowColsDialog()

FmShowColsDialog::~FmShowColsDialog ( )
overridevirtual

Definition at line 41 of file showcols.cxx.

Member Function Documentation

◆ DECL_LINK()

FmShowColsDialog::DECL_LINK ( OnClickedOk  ,
weld::Button ,
void   
)
private

◆ SetColumns()

void FmShowColsDialog::SetColumns ( const css::uno::Reference< css::container::XIndexContainer > &  xCols)

Member Data Documentation

◆ m_xColumns

css::uno::Reference<css::container::XIndexAccess> FmShowColsDialog::m_xColumns
private

Definition at line 33 of file showcols.hxx.

Referenced by SetColumns().

◆ m_xList

std::unique_ptr<weld::TreeView> FmShowColsDialog::m_xList
private

Definition at line 30 of file showcols.hxx.

Referenced by FmShowColsDialog(), and SetColumns().

◆ m_xOK

std::unique_ptr<weld::Button> FmShowColsDialog::m_xOK
private

Definition at line 31 of file showcols.hxx.

Referenced by FmShowColsDialog().


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