small structure of FreeHandParserInternal used to stored a style header More...
Public Member Functions | |
StyleHeader () | |
constructor More... | |
Public Attributes | |
long | m_size |
a field related to the zone size More... | |
int | m_type |
the zone type More... | |
int | m_labelId |
the label id More... | |
MWAWVariable< ScreenMode > | m_screen |
the screen mode More... | |
int | m_unknownValue |
the first unknown value More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, StyleHeader const &style) |
operator<< More... | |
small structure of FreeHandParserInternal used to stored a style header
|
inline |
constructor
|
friend |
operator<<
std::string FreeHandParserInternal::StyleHeader::m_extra |
extra data
int FreeHandParserInternal::StyleHeader::m_labelId |
the label id
Referenced by FreeHandParser::readStyleHeader().
MWAWVariable<ScreenMode> FreeHandParserInternal::StyleHeader::m_screen |
the screen mode
Referenced by FreeHandParser::readStyleHeader().
long FreeHandParserInternal::StyleHeader::m_size |
a field related to the zone size
Referenced by FreeHandParser::readColor(), FreeHandParser::readDash(), FreeHandParser::readFillStyle(), FreeHandParser::readLineStyle(), FreeHandParser::readPostscriptStyle(), and FreeHandParser::readStyleHeader().
int FreeHandParserInternal::StyleHeader::m_type |
the zone type
Referenced by FreeHandParser::readColor(), FreeHandParser::readDash(), FreeHandParser::readFillStyle(), and FreeHandParser::readStyleHeader().
int FreeHandParserInternal::StyleHeader::m_unknownValue |
the first unknown value
Referenced by FreeHandParser::readStyleHeader().