small structure used to store picture data in StyleParser More...
Public Member Functions | |
Picture () | |
constructor More... | |
bool | valid () const |
returns true if the picture is valid More... | |
Public Attributes | |
MWAWVec2i | m_size |
the picture size in point More... | |
MWAWEntry | m_entry |
the picture entry More... | |
small structure used to store picture data in StyleParser
|
inline |
constructor
|
inline |
returns true if the picture is valid
Referenced by StyleParserInternal::Font::hasPicture().
MWAWEntry StyleParserInternal::Picture::m_entry |
the picture entry
Referenced by StyleParser::readFormats(), StyleParser::readPictures(), StyleParser::sendPicture(), and valid().
MWAWVec2i StyleParserInternal::Picture::m_size |
the picture size in point
Referenced by StyleParser::readFormats(), StyleParser::readPictures(), and StyleParser::sendPicture().