LibreOffice Module svtools (master) 1
Public Member Functions | Private Attributes | List of all members
svtools::ExtendedColorConfigValue Class Reference

#include <extcolorcfg.hxx>

Collaboration diagram for svtools::ExtendedColorConfigValue:
[legend]

Public Member Functions

 ExtendedColorConfigValue ()
 
 ExtendedColorConfigValue (OUString _sName, OUString _sDisplayName, Color _nColor, Color _nDefaultColor)
 
const OUString & getName () const
 
const OUString & getDisplayName () const
 
Color getColor () const
 
Color getDefaultColor () const
 
void setColor (Color _nColor)
 

Private Attributes

OUString m_sName
 
OUString m_sDisplayName
 
Color m_nColor
 
Color m_nDefaultColor
 

Detailed Description

Definition at line 34 of file extcolorcfg.hxx.

Constructor & Destructor Documentation

◆ ExtendedColorConfigValue() [1/2]

svtools::ExtendedColorConfigValue::ExtendedColorConfigValue ( )
inline

Definition at line 41 of file extcolorcfg.hxx.

◆ ExtendedColorConfigValue() [2/2]

svtools::ExtendedColorConfigValue::ExtendedColorConfigValue ( OUString  _sName,
OUString  _sDisplayName,
Color  _nColor,
Color  _nDefaultColor 
)
inline

Definition at line 42 of file extcolorcfg.hxx.

Member Function Documentation

◆ getColor()

Color svtools::ExtendedColorConfigValue::getColor ( ) const
inline

Definition at line 54 of file extcolorcfg.hxx.

References m_nColor.

◆ getDefaultColor()

Color svtools::ExtendedColorConfigValue::getDefaultColor ( ) const
inline

Definition at line 55 of file extcolorcfg.hxx.

References m_nDefaultColor.

◆ getDisplayName()

const OUString & svtools::ExtendedColorConfigValue::getDisplayName ( ) const
inline

Definition at line 53 of file extcolorcfg.hxx.

References m_sDisplayName.

◆ getName()

const OUString & svtools::ExtendedColorConfigValue::getName ( ) const
inline

Definition at line 52 of file extcolorcfg.hxx.

References m_sName.

Referenced by svtools::ExtendedColorConfig_Impl::SetColorConfigValue().

◆ setColor()

void svtools::ExtendedColorConfigValue::setColor ( Color  _nColor)
inline

Definition at line 57 of file extcolorcfg.hxx.

References m_nColor.

Member Data Documentation

◆ m_nColor

Color svtools::ExtendedColorConfigValue::m_nColor
private

Definition at line 38 of file extcolorcfg.hxx.

Referenced by getColor(), and setColor().

◆ m_nDefaultColor

Color svtools::ExtendedColorConfigValue::m_nDefaultColor
private

Definition at line 39 of file extcolorcfg.hxx.

Referenced by getDefaultColor().

◆ m_sDisplayName

OUString svtools::ExtendedColorConfigValue::m_sDisplayName
private

Definition at line 37 of file extcolorcfg.hxx.

Referenced by getDisplayName().

◆ m_sName

OUString svtools::ExtendedColorConfigValue::m_sName
private

Definition at line 36 of file extcolorcfg.hxx.

Referenced by getName().


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