Internal: the state of a MsWksGraph. More...
Public Member Functions | |
| State () | |
| constructor | |
| bool | getPattern (MWAWGraphicStyle::Pattern &pat, int id, long rsid=-1) |
| return the pattern corresponding to an id | |
| float | getPatternPercent (int id, long rsid=-1) |
| return the percentage corresponding to a pattern | |
| void | initPatterns (int vers) |
| init the pattern value | |
Public Attributes | |
| int | m_version |
| the version | |
| MWAWVec2f | m_leftTopPos |
| the page left top position in points | |
| std::vector< shared_ptr< Zone > > | m_zonesList |
| the list of zone | |
| std::map< int, RBZone > | m_RBsMap |
| the RBIL zone id->list id | |
| MWAWFont | m_font |
| the actual font | |
| int | m_chartId |
| an index used to store chart | |
| int | m_tableId |
| an index used to store table | |
| int | m_numPages |
| the number of pages | |
| std::map< long, Patterns > | m_rsrcPatternsMap |
| a map ressource id -> patterns | |
Internal: the state of a MsWksGraph.
| MsWksGraphInternal::State::State | ( | ) | [inline] |
constructor
| bool MsWksGraphInternal::State::getPattern | ( | MWAWGraphicStyle::Pattern & | pat, |
| int | id, | ||
| long | rsid = -1 |
||
| ) |
return the pattern corresponding to an id
| float MsWksGraphInternal::State::getPatternPercent | ( | int | id, |
| long | rsid = -1 |
||
| ) |
return the percentage corresponding to a pattern
| void MsWksGraphInternal::State::initPatterns | ( | int | vers | ) |
init the pattern value
Referenced by getPattern(), and getPatternPercent().
an index used to store chart
the actual font
the page left top position in points
the number of pages
| std::map<int, RBZone> MsWksGraphInternal::State::m_RBsMap |
the RBIL zone id->list id
| std::map<long, Patterns> MsWksGraphInternal::State::m_rsrcPatternsMap |
a map ressource id -> patterns
Referenced by getPattern(), getPatternPercent(), and initPatterns().
an index used to store table
the version
Referenced by getPattern(), and getPatternPercent().
| std::vector<shared_ptr<Zone> > MsWksGraphInternal::State::m_zonesList |
the list of zone