a class used to store a list of forms More...
Public Member Functions | |
Forms () | |
the constructor More... | |
Public Attributes | |
int | m_numForms |
the number of forms More... | |
MWAWFont | m_font |
the default font More... | |
int | m_backColor |
the default font back color More... | |
MWAWBox2f | m_bdbox [2] |
two bdbox More... | |
std::vector< Form > | m_listForms |
the list of forms More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Forms const &form) |
operator<< More... | |
a class used to store a list of forms
|
inline |
the constructor
|
friend |
operator<<
int MsWksDBParserInternal::Forms::m_backColor |
the default font back color
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readForms().
MWAWBox2f MsWksDBParserInternal::Forms::m_bdbox[2] |
two bdbox
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readForms().
std::string MsWksDBParserInternal::Forms::m_extra |
extra data
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readForms().
MWAWFont MsWksDBParserInternal::Forms::m_font |
the default font
Referenced by MsWksDBParser::readForms().
std::vector<Form> MsWksDBParserInternal::Forms::m_listForms |
the list of forms
Referenced by MsWksDBParser::readForm().
int MsWksDBParserInternal::Forms::m_numForms |
the number of forms
Referenced by MsWksDBParserInternal::operator<<().