Internal: the state of a HanMacWrdKGraph. More...
Public Member Functions | |
State () | |
constructor | |
bool | getColor (int id, MWAWColor &col) |
returns a color correspond to an id | |
bool | getPattern (int id, Pattern &pattern) |
returns a pattern correspond to an id | |
void | initColors () |
init the color list | |
void | initPatterns () |
init the patterns' list | |
Static Public Member Functions | |
static MWAWColor | getColor (MWAWColor col, float pattern) |
returns a color corresponding to a pattern and a color | |
Public Attributes | |
int | m_numPages |
std::multimap< long, std::shared_ptr< Frame > > | m_framesMap |
a map fileId -> frame | |
std::map< long, std::shared_ptr< Picture > > | m_picturesMap |
a map fileId -> picture | |
std::vector< MWAWColor > | m_colorList |
a list colorId -> color | |
std::vector< Pattern > | m_patternList |
the patterns list | |
Internal: the state of a HanMacWrdKGraph.
|
inline |
constructor
|
inline |
returns a color correspond to an id
|
inlinestatic |
returns a color corresponding to a pattern and a color
|
inline |
returns a pattern correspond to an id
void HanMacWrdKGraphInternal::State::initColors | ( | ) |
init the color list
Referenced by getColor().
void HanMacWrdKGraphInternal::State::initPatterns | ( | ) |
init the patterns' list
Referenced by getPattern().
std::vector<MWAWColor> HanMacWrdKGraphInternal::State::m_colorList |
a list colorId -> color
Referenced by getColor(), initColors(), and State().
std::multimap<long, std::shared_ptr<Frame> > HanMacWrdKGraphInternal::State::m_framesMap |
a map fileId -> frame
Referenced by State().
int HanMacWrdKGraphInternal::State::m_numPages |
Referenced by State().
std::vector<Pattern> HanMacWrdKGraphInternal::State::m_patternList |
the patterns list
Referenced by getPattern(), initPatterns(), and State().
std::map<long, std::shared_ptr<Picture> > HanMacWrdKGraphInternal::State::m_picturesMap |
a map fileId -> picture
Referenced by State().