ReadySetGoStyleManagerInternal::State Struct Reference

Internal: the state of a ReadySetGoStyleManager. More...

Public Member Functions

 State ()
 constructor More...
 
void initColors ()
 init the color's list More...
 
void initPatterns ()
 init the patterns' list More...
 

Public Attributes

int m_version
 the file version More...
 
bool m_isDesignStudio
 a flag to know if we parse a Design Studio file More...
 
std::vector< MWAWColorm_colors
 the list of colors: v45 More...
 
std::vector< MWAWGraphicStyle::Patternm_patterns
 the list of patterns: v3 More...
 

Detailed Description

Internal: the state of a ReadySetGoStyleManager.

Constructor & Destructor Documentation

ReadySetGoStyleManagerInternal::State::State ( )
inline

constructor

Member Function Documentation

void ReadySetGoStyleManagerInternal::State::initColors ( )

init the color's list

void ReadySetGoStyleManagerInternal::State::initPatterns ( )

init the patterns' list

Member Data Documentation

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().


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

Generated on Thu May 30 2024 13:09:18 for libmwaw by doxygen 1.8.10