Internal: the state of a ReadySetGoStyleManager. More...
Public Member Functions | |
State () | |
constructor | |
void | initColors () |
init the color's list | |
void | initPatterns () |
init the patterns' list | |
Public Attributes | |
int | m_version |
the file version | |
bool | m_isDesignStudio |
a flag to know if we parse a Design Studio file | |
std::vector< MWAWColor > | m_colors |
the list of colors: v45 | |
std::vector< MWAWGraphicStyle::Pattern > | m_patterns |
the list of patterns: v3 | |
Internal: the state of a ReadySetGoStyleManager.
|
inline |
constructor
void ReadySetGoStyleManagerInternal::State::initColors | ( | ) |
init the color's list
void ReadySetGoStyleManagerInternal::State::initPatterns | ( | ) |
init the patterns' list
std::vector<MWAWColor> ReadySetGoStyleManagerInternal::State::m_colors |
the list of colors: v45
Referenced by initColors().
bool ReadySetGoStyleManagerInternal::State::m_isDesignStudio |
a flag to know if we parse a Design Studio file
Referenced by initPatterns().
std::vector<MWAWGraphicStyle::Pattern> ReadySetGoStyleManagerInternal::State::m_patterns |
the list of patterns: v3
Referenced by initPatterns().
int ReadySetGoStyleManagerInternal::State::m_version |
the file version
Referenced by initColors(), and initPatterns().