Internal: a structure used to store a link in SpringBoardParserInternal. More...
Public Member Functions | |
Link () | |
constructor | |
bool | hasText () const |
returns true if the link stores somme text | |
Public Attributes | |
MWAWFont | m_font |
the font | |
MWAWEntry | m_texts [2] |
the top and bottom text | |
std::pair< int, int > | m_links [2] |
the next and previous link | |
Internal: a structure used to store a link in SpringBoardParserInternal.
|
inline |
constructor
|
inline |
returns true if the link stores somme text
MWAWFont SpringBoardParserInternal::Link::m_font |
the font
Referenced by SpringBoardParser::parseData(), and SpringBoardParser::sendLinkShape().
std::pair<int,int> SpringBoardParserInternal::Link::m_links[2] |
the next and previous link
Referenced by Link(), and SpringBoardParser::parseData().
MWAWEntry SpringBoardParserInternal::Link::m_texts[2] |
the top and bottom text
Referenced by hasText(), SpringBoardParser::parseData(), and SpringBoardParser::sendLinkShape().