a class used to store a form More...
Public Member Functions | |
| Form () | |
| the constructor | |
Public Attributes | |
| std::string | m_name |
| the form name | |
| MWAWBox2f | m_bdbox [3] |
| three bdbox : the last is the page bdbox | |
| std::vector< FormType > | m_listTypes |
| the list of fields type | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Form const &form) |
| operator<< | |
a class used to store a form
| MsWksDBParserInternal::Form::Form | ( | ) | [inline] |
the constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Form const & | form | ||
| ) | [friend] |
operator<<
three bdbox : the last is the page bdbox
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readForm().
| std::vector<FormType> MsWksDBParserInternal::Form::m_listTypes |
the list of fields type
Referenced by MsWksDBParser::readFormTypes(), and MsWksDBParser::readFormV2().
| std::string MsWksDBParserInternal::Form::m_name |
the form name
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readForm().