LibreOffice Module svx (master)
1
|
#include <ColorSets.hxx>
Public Member Functions | |
ColorSets () | |
~ColorSets () | |
void | init () |
const std::vector< ColorSet > & | getColorSets () const |
const ColorSet & | getColorSet (sal_uInt32 nIndex) |
const ColorSet & | getColorSet (std::u16string_view rName) |
Private Attributes | |
std::vector< ColorSet > | maColorSets |
Definition at line 51 of file ColorSets.hxx.
svx::ColorSets::ColorSets | ( | ) |
Definition at line 133 of file ColorSets.cxx.
svx::ColorSets::~ColorSets | ( | ) |
Definition at line 155 of file ColorSets.cxx.
|
inline |
Definition at line 64 of file ColorSets.hxx.
const ColorSet & svx::ColorSets::getColorSet | ( | std::u16string_view | rName | ) |
Definition at line 226 of file ColorSets.cxx.
References svx::ColorSet::getName(), and maColorSets.
|
inline |
Definition at line 59 of file ColorSets.hxx.
void svx::ColorSets::init | ( | ) |
Definition at line 158 of file ColorSets.cxx.
References svx::ColorSet::add(), and maColorSets.
|
private |
Definition at line 53 of file ColorSets.hxx.
Referenced by getColorSet(), and init().