Internal: the paragraph of a ScriptWriterParser. More...
Public Member Functions | |
Paragraph () | |
constructor | |
bool | empty () const |
return true if the paragraph is empty |
Public Attributes | |
int | m_numChar |
the number of caracters | |
int | m_height |
the height | |
MWAWVec2i | m_position |
the position in the text zone | |
int | m_align |
the alignment |
Friends | |
std::ostream & | operator<< (std::ostream &o, Paragraph const ¶) |
an operator<< |
Internal: the paragraph of a ScriptWriterParser.
|
inline |
constructor
Referenced by operator<<.
|
inline |
return true if the paragraph is empty
Referenced by operator<<.
|
friend |
an operator<<
int ScriptWriterParserInternal::Paragraph::m_align |
the alignment
Referenced by operator<<, and Paragraph().
int ScriptWriterParserInternal::Paragraph::m_height |
the height
Referenced by operator<<, and Paragraph().
int ScriptWriterParserInternal::Paragraph::m_numChar |
the number of caracters
Referenced by empty(), operator<<, and Paragraph().
MWAWVec2i ScriptWriterParserInternal::Paragraph::m_position |
the position in the text zone
Referenced by operator<<, and Paragraph().