Internal: the struct use to store a token entry. More...
Public Member Functions | |
Token () | |
constructor More... | |
bool | hasPictBorders () const |
return true if the picture has some border More... | |
void | addPictBorder (MWAWGraphicStyle &style) const |
add border properties More... | |
Public Attributes | |
long | m_id [2] |
the token id and the graph? id More... | |
int | m_type |
the field type More... | |
int | m_highType |
the high byte of the field type More... | |
MWAWVec2i | m_dim |
the dimension More... | |
int | m_refType |
the zone to used type More... | |
uint32_t | m_refId |
the zone to used id More... | |
int | m_fieldType |
the field type More... | |
std::string | m_value |
the token value More... | |
MWAWEntry | m_pictData |
the picture data More... | |
long | m_pictId |
a picture id More... | |
long | m_valPictId |
a optional picture id More... | |
MWAWColor | m_pictBorderColor |
the pict border color More... | |
int | m_pictBorderType [4] |
the pict border type More... | |
float | m_pictBorderWidth [4] |
the pict border width More... | |
int | m_ruleType |
the rule type More... | |
int | m_rulePattern |
the rule pattern More... | |
bool | m_parsed |
true if the token has been send to a listener More... | |
std::string | m_extra |
some extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< More... | |
Internal: the struct use to store a token entry.
|
inline |
constructor
|
inline |
add border properties
Referenced by MarinerWrtGraph::sendPicture().
|
inline |
return true if the picture has some border
Referenced by addPictBorder(), and MarinerWrtGraphInternal::operator<<().
|
friend |
operator<<
MWAWVec2i MarinerWrtGraphInternal::Token::m_dim |
the dimension
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), MarinerWrtGraph::sendPicture(), and MarinerWrtGraph::sendRule().
std::string MarinerWrtGraphInternal::Token::m_extra |
some extra data
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and MarinerWrtGraph::readTokenBlock0().
int MarinerWrtGraphInternal::Token::m_fieldType |
the field type
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and MarinerWrtGraph::sendToken().
int MarinerWrtGraphInternal::Token::m_highType |
the high byte of the field type
Referenced by MarinerWrtGraphInternal::operator<<(), and MarinerWrtGraph::readToken().
long MarinerWrtGraphInternal::Token::m_id[2] |
the token id and the graph? id
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and Token().
|
mutable |
true if the token has been send to a listener
Referenced by MarinerWrtGraph::flushExtra(), and MarinerWrtGraph::sendToken().
MWAWColor MarinerWrtGraphInternal::Token::m_pictBorderColor |
the pict border color
Referenced by addPictBorder(), MarinerWrtGraphInternal::operator<<(), and MarinerWrtGraph::readToken().
int MarinerWrtGraphInternal::Token::m_pictBorderType[4] |
the pict border type
Referenced by addPictBorder(), hasPictBorders(), MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and Token().
float MarinerWrtGraphInternal::Token::m_pictBorderWidth[4] |
the pict border width
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and Token().
MWAWEntry MarinerWrtGraphInternal::Token::m_pictData |
the picture data
Referenced by MarinerWrtGraph::readToken(), and MarinerWrtGraph::sendPicture().
long MarinerWrtGraphInternal::Token::m_pictId |
a picture id
Referenced by MarinerWrtGraphInternal::operator<<(), and MarinerWrtGraph::readToken().
uint32_t MarinerWrtGraphInternal::Token::m_refId |
the zone to used id
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), and MarinerWrtGraph::sendToken().
int MarinerWrtGraphInternal::Token::m_refType |
the zone to used type
Referenced by MarinerWrtGraphInternal::operator<<(), and MarinerWrtGraph::readToken().
int MarinerWrtGraphInternal::Token::m_rulePattern |
the rule pattern
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readTokenBlock0(), and MarinerWrtGraph::sendRule().
int MarinerWrtGraphInternal::Token::m_ruleType |
the rule type
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readTokenBlock0(), and MarinerWrtGraph::sendRule().
int MarinerWrtGraphInternal::Token::m_type |
the field type
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), MarinerWrtGraph::readTokenBlock0(), and MarinerWrtGraph::sendToken().
long MarinerWrtGraphInternal::Token::m_valPictId |
a optional picture id
Referenced by MarinerWrtGraphInternal::operator<<(), and MarinerWrtGraph::readTokenBlock0().
std::string MarinerWrtGraphInternal::Token::m_value |
the token value
Referenced by MarinerWrtGraphInternal::operator<<(), MarinerWrtGraph::readToken(), MarinerWrtGraph::readTokenBlock0(), and MarinerWrtGraph::sendToken().