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

The shared UI elements for the data table properties. More...

#include <res_DataTableProperties.hxx>

Public Member Functions

 DataTablePropertiesResources (weld::Builder &rBuilder)
 
void initFromItemSet (SfxItemSet const &rInAttrs)
 
bool writeToItemSet (SfxItemSet &rOutAttrs) const
 
void setChecksSensitive (bool bSensitive)
 
bool getHorizontalBorder ()
 
void setHorizontalBorder (bool bActive)
 
bool getVerticalBorder ()
 
void setVerticalBorder (bool bActive)
 
bool getOutline ()
 
void setOutline (bool bActive)
 
bool getKeys ()
 
void setKeys (bool bActive)
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xCbHorizontalBorder
 
std::unique_ptr< weld::CheckButtonm_xCbVerticalBorder
 
std::unique_ptr< weld::CheckButtonm_xCbOutilne
 
std::unique_ptr< weld::CheckButtonm_xCbKeys
 

Detailed Description

The shared UI elements for the data table properties.

Definition at line 18 of file res_DataTableProperties.hxx.

Constructor & Destructor Documentation

◆ DataTablePropertiesResources()

chart::DataTablePropertiesResources::DataTablePropertiesResources ( weld::Builder rBuilder)

Definition at line 19 of file res_DataTableProperties.cxx.

Member Function Documentation

◆ getHorizontalBorder()

bool chart::DataTablePropertiesResources::getHorizontalBorder ( )
inline

◆ getKeys()

bool chart::DataTablePropertiesResources::getKeys ( )
inline

◆ getOutline()

bool chart::DataTablePropertiesResources::getOutline ( )
inline

◆ getVerticalBorder()

bool chart::DataTablePropertiesResources::getVerticalBorder ( )
inline

◆ initFromItemSet()

void chart::DataTablePropertiesResources::initFromItemSet ( SfxItemSet const &  rInAttrs)

◆ setChecksSensitive()

void chart::DataTablePropertiesResources::setChecksSensitive ( bool  bSensitive)

◆ setHorizontalBorder()

void chart::DataTablePropertiesResources::setHorizontalBorder ( bool  bActive)
inline

Definition at line 34 of file res_DataTableProperties.hxx.

References m_xCbHorizontalBorder.

Referenced by chart::InsertDataTableDialog::init().

◆ setKeys()

void chart::DataTablePropertiesResources::setKeys ( bool  bActive)
inline

Definition at line 43 of file res_DataTableProperties.hxx.

References m_xCbKeys.

Referenced by chart::InsertDataTableDialog::init().

◆ setOutline()

void chart::DataTablePropertiesResources::setOutline ( bool  bActive)
inline

Definition at line 40 of file res_DataTableProperties.hxx.

References m_xCbOutilne.

Referenced by chart::InsertDataTableDialog::init().

◆ setVerticalBorder()

void chart::DataTablePropertiesResources::setVerticalBorder ( bool  bActive)
inline

Definition at line 37 of file res_DataTableProperties.hxx.

References m_xCbVerticalBorder.

Referenced by chart::InsertDataTableDialog::init().

◆ writeToItemSet()

bool chart::DataTablePropertiesResources::writeToItemSet ( SfxItemSet rOutAttrs) const

Member Data Documentation

◆ m_xCbHorizontalBorder

std::unique_ptr<weld::CheckButton> chart::DataTablePropertiesResources::m_xCbHorizontalBorder
private

◆ m_xCbKeys

std::unique_ptr<weld::CheckButton> chart::DataTablePropertiesResources::m_xCbKeys
private

◆ m_xCbOutilne

std::unique_ptr<weld::CheckButton> chart::DataTablePropertiesResources::m_xCbOutilne
private

◆ m_xCbVerticalBorder

std::unique_ptr<weld::CheckButton> chart::DataTablePropertiesResources::m_xCbVerticalBorder
private

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