LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
ScIconSetFormatData Struct Reference

#include <colorscale.hxx>

Public Types

typedef std::vector< std::unique_ptr< ScColorScaleEntry, o3tl::default_delete< ScColorScaleEntry > > > Entries_t
 

Public Member Functions

 ScIconSetFormatData (ScIconSetType eType=IconSet_3Arrows)
 
 ScIconSetFormatData (ScIconSetFormatData const &)
 
ScIconSetFormatDataoperator= (ScIconSetFormatData const &)=delete
 

Public Attributes

ScIconSetType eIconSetType
 
bool mbShowValue
 
bool mbReverse
 Specifies whether the icons should be shown in reverse order. More...
 
Entries_t m_Entries
 
bool mbCustom
 
std::vector< std::pair< ScIconSetType, sal_Int32 > > maCustomVector
 

Detailed Description

Definition at line 338 of file colorscale.hxx.

Member Typedef Documentation

◆ Entries_t

Definition at line 346 of file colorscale.hxx.

Constructor & Destructor Documentation

◆ ScIconSetFormatData() [1/2]

ScIconSetFormatData::ScIconSetFormatData ( ScIconSetType  eType = IconSet_3Arrows)
inline

Definition at line 353 of file colorscale.hxx.

References eType.

◆ ScIconSetFormatData() [2/2]

ScIconSetFormatData::ScIconSetFormatData ( ScIconSetFormatData const &  rOther)

Definition at line 1054 of file colorscale.cxx.

References m_Entries.

Member Function Documentation

◆ operator=()

ScIconSetFormatData & ScIconSetFormatData::operator= ( ScIconSetFormatData const &  )
delete

Member Data Documentation

◆ eIconSetType

ScIconSetType ScIconSetFormatData::eIconSetType

◆ m_Entries

Entries_t ScIconSetFormatData::m_Entries

◆ maCustomVector

std::vector<std::pair<ScIconSetType, sal_Int32> > ScIconSetFormatData::maCustomVector

◆ mbCustom

bool ScIconSetFormatData::mbCustom

◆ mbReverse

bool ScIconSetFormatData::mbReverse

Specifies whether the icons should be shown in reverse order.

Definition at line 345 of file colorscale.hxx.

Referenced by ScIconSetFormatObj::getPropertyValue(), XclExpIconSet::SaveXml(), ScIconSetFormatObj::setPropertyValue(), and XclExpExtIconSet::XclExpExtIconSet().

◆ mbShowValue

bool ScIconSetFormatData::mbShowValue

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