LibreOffice Module chart2 (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
chart::InsertDataTableDialog Class Referencefinal

The dialog to change the data table specific properties. More...

#include <dlg_InsertDataTable.hxx>

Inheritance diagram for chart::InsertDataTableDialog:
[legend]
Collaboration diagram for chart::InsertDataTableDialog:
[legend]

Public Member Functions

 InsertDataTableDialog (weld::Window *pParent)
 
void init (DataTableDialogData const &rData)
 Set the initial state of the data table properties. More...
 
DataTableDialogDatagetDataTableDialogData ()
 Get the state of the data table properties from the dialog. More...
 
- 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 (ShowDataTableToggle, weld::Toggleable &, void)
 
void changeEnabled ()
 

Private Attributes

DataTablePropertiesResources m_aDataTablePropertiesResources
 
std::unique_ptr< weld::CheckButtonm_xCbShowDataTable
 
DataTableDialogData m_aData
 

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

The dialog to change the data table specific properties.

Definition at line 28 of file dlg_InsertDataTable.hxx.

Constructor & Destructor Documentation

◆ InsertDataTableDialog()

chart::InsertDataTableDialog::InsertDataTableDialog ( weld::Window pParent)

Definition at line 14 of file dlg_InsertDataTable.cxx.

References init(), LINK, m_aData, and m_xCbShowDataTable.

Member Function Documentation

◆ changeEnabled()

void chart::InsertDataTableDialog::changeEnabled ( )
private

◆ DECL_LINK()

chart::InsertDataTableDialog::DECL_LINK ( ShowDataTableToggle  ,
weld::Toggleable ,
void   
)
private

◆ getDataTableDialogData()

DataTableDialogData & chart::InsertDataTableDialog::getDataTableDialogData ( )

◆ init()

void chart::InsertDataTableDialog::init ( DataTableDialogData const &  rData)

Member Data Documentation

◆ m_aData

DataTableDialogData chart::InsertDataTableDialog::m_aData
private

◆ m_aDataTablePropertiesResources

DataTablePropertiesResources chart::InsertDataTableDialog::m_aDataTablePropertiesResources
private

Definition at line 31 of file dlg_InsertDataTable.hxx.

Referenced by changeEnabled(), getDataTableDialogData(), and init().

◆ m_xCbShowDataTable

std::unique_ptr<weld::CheckButton> chart::InsertDataTableDialog::m_xCbShowDataTable
private

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