Internal: the state of a ReadySetGoParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| bool | m_designStudio |
| a flag to descriminate between ReadySetGo and Design Studio | |
| int | m_numLayouts |
| the number of layouts: used for v3 | |
| int | m_numGlossary |
| the number of glossary: used for v4 | |
| int | m_numObjectGlossary |
| the number of object glossary: used for v6 | |
| int | m_numStyles |
| the number of styles: v4 | |
| bool | m_hasCustomColors |
| a flag to know if the document has custom colors: v5 | |
| bool | m_hasFontsBlock2 |
| a unknown zone : v6 | |
Internal: the state of a ReadySetGoParser.
|
inline |
constructor
| bool ReadySetGoParserInternal::State::m_designStudio |
a flag to descriminate between ReadySetGo and Design Studio
Referenced by State().
| bool ReadySetGoParserInternal::State::m_hasCustomColors |
a flag to know if the document has custom colors: v5
Referenced by State().
| bool ReadySetGoParserInternal::State::m_hasFontsBlock2 |
a unknown zone : v6
Referenced by State().
| int ReadySetGoParserInternal::State::m_numGlossary |
the number of glossary: used for v4
Referenced by State().
| int ReadySetGoParserInternal::State::m_numLayouts |
the number of layouts: used for v3
Referenced by State().
| int ReadySetGoParserInternal::State::m_numObjectGlossary |
the number of object glossary: used for v6
Referenced by State().
| int ReadySetGoParserInternal::State::m_numStyles |
the number of styles: v4
Referenced by State().