the state of WKS4Parser More...
| Public Member Functions | |
| State (libwps_tools_win::Font::Type fontType, char const *password) | |
| constructor | |
| bool | getColor (int id, WPSColor &color) const | 
| returns a color corresponding to an id | |
| libwps_tools_win::Font::Type | getDefaultFontType () const | 
| return the default font style | |
| WPSFont | getDefaultFont () const | 
| returns a default font (Courier12) with file's version to define the default encoding */ | |
| Public Attributes | |
| long | m_eof | 
| the last file position | |
| libwps::WPSCreator | m_creator | 
| the application | |
| bool | m_isSpreadsheet | 
| boolean to know if the file is a spreadsheet file or a database file | |
| libwps_tools_win::Font::Type | m_fontType | 
| the user font type | |
| int | m_version | 
| the file version | |
| bool | m_hasLICSCharacters | 
| flag to know if the character | |
| std::vector< Font > | m_fontsList | 
| the fonts list | |
| WPSPageSpan | m_pageSpan | 
| the actual document size | |
| int | m_actPage | 
| the actual page | |
| int | m_numPages | 
| librevenge::RVNGString | m_headerString | 
| the header string | |
| librevenge::RVNGString | m_footerString | 
| the footer string | |
| char const * | m_password | 
| the password (if known) | |
| bool | m_isEncrypted | 
| true if the file is encrypted | |
| bool | m_isDecoded | 
| true if the main stream has been decoded | |
| Private Member Functions | |
| State (State const &)=delete | |
| State & | operator= (State const &)=delete | 
the state of WKS4Parser
| 
 | inline | 
constructor
Referenced by operator=(), and State().
| 
 | privatedelete | 
| bool WKS4ParserInternal::State::getColor | ( | int | id, | 
| WPSColor & | color ) const | 
returns a color corresponding to an id
| 
 | inline | 
returns a default font (Courier12) with file's version to define the default encoding */
| 
 | inline | 
return the default font style
| int WKS4ParserInternal::State::m_actPage | 
the actual page
Referenced by State().
| libwps::WPSCreator WKS4ParserInternal::State::m_creator | 
the application
Referenced by getDefaultFontType(), and State().
| long WKS4ParserInternal::State::m_eof | 
the last file position
Referenced by State().
| libwps_tools_win::Font::Type WKS4ParserInternal::State::m_fontType | 
the user font type
Referenced by getDefaultFontType(), and State().
| librevenge::RVNGString WKS4ParserInternal::State::m_footerString | 
the footer string
Referenced by State().
| bool WKS4ParserInternal::State::m_hasLICSCharacters | 
flag to know if the character
Referenced by getDefaultFontType(), and State().
| librevenge::RVNGString WKS4ParserInternal::State::m_headerString | 
the header string
Referenced by State().
| bool WKS4ParserInternal::State::m_isDecoded | 
true if the main stream has been decoded
Referenced by State().
| bool WKS4ParserInternal::State::m_isEncrypted | 
true if the file is encrypted
Referenced by State().
| bool WKS4ParserInternal::State::m_isSpreadsheet | 
boolean to know if the file is a spreadsheet file or a database file
Referenced by State().
| int WKS4ParserInternal::State::m_numPages | 
Referenced by State().
| WPSPageSpan WKS4ParserInternal::State::m_pageSpan | 
the actual document size
Referenced by State().
| char const* WKS4ParserInternal::State::m_password | 
the password (if known)
Referenced by State().
| int WKS4ParserInternal::State::m_version | 
the file version
Referenced by getColor(), getDefaultFont(), getDefaultFontType(), and State().