LibreOffice Module svx (master)
1
|
#include <ColorSets.hxx>
Public Member Functions | |
ColorSet (OUString const &aName) | |
void | add (sal_uInt32 nIndex,::Color aColorData) |
const OUString & | getName () const |
const Color & | getColor (sal_uInt32 nIndex) const |
Private Attributes | |
OUString | maColorSetName |
std::vector< Color > | maColors |
Definition at line 24 of file ColorSets.hxx.
svx::ColorSet::ColorSet | ( | OUString const & | aName | ) |
Definition at line 16 of file ColorSets.cxx.
Definition at line 31 of file ColorSets.hxx.
Referenced by svx::ColorSets::init().
|
inline |
Definition at line 40 of file ColorSets.hxx.
|
inline |
Definition at line 36 of file ColorSets.hxx.
References maColorSetName.
|
private |
Definition at line 27 of file ColorSets.hxx.
|
private |
Definition at line 26 of file ColorSets.hxx.
Referenced by getName().