15 : GenericDialogController(pWindow,
"modules/schart/ui/dlg_InsertDataTable.ui",
16 "InsertDataTableDialog")
17 , m_aDataTablePropertiesResources(*m_xBuilder)
18 , m_xCbShowDataTable(m_xBuilder->weld_check_button(
"showDataTable"))
void setKeys(bool bActive)
void setVerticalBorder(bool bActive)
void setHorizontalBorder(bool bActive)
bool getHorizontalBorder()
void setChecksSensitive(bool bSensitive)
void setOutline(bool bActive)
The dialog to change the data table specific properties.
void init(DataTableDialogData const &rData)
Set the initial state of the data table properties.
DataTablePropertiesResources m_aDataTablePropertiesResources
DataTableDialogData m_aData
std::unique_ptr< weld::CheckButton > m_xCbShowDataTable
DataTableDialogData & getDataTableDialogData()
Get the state of the data table properties from the dialog.
InsertDataTableDialog(weld::Window *pParent)
#define LINK(Instance, Class, Member)
IMPL_LINK_NOARG(SplinePropertiesDialog, SplineTypeListBoxHdl, weld::ComboBox &, void)
The data table properties (data) used by the dialog.