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