a class used to store a form More...
Public Member Functions | |
| FormType () | |
| the constructor | |
Public Attributes | |
| int | m_fieldId |
| the associated field | |
| FormVisibility | m_visible |
| the form visibility | |
| MWAWFont | m_font |
| the font | |
| int | m_backColor |
| the backgroun color | |
| MWAWBox2f | m_bdbox [2] |
| two bdbox one for content and field name | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, FormType const &form) |
| operator<< | |
a class used to store a form
| MsWksDBParserInternal::FormType::FormType | ( | ) | [inline] |
the constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| FormType const & | form | ||
| ) | [friend] |
operator<<
the backgroun color
Referenced by MsWksDBParser::readFormTypes().
two bdbox one for content and field name
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readFormTypes(), and MsWksDBParser::readFormV2().
| std::string MsWksDBParserInternal::FormType::m_extra |
extra data
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readFormV2().
the associated field
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readFormTypes(), and MsWksDBParser::readFormV2().
the font
Referenced by MsWksDBParser::readFormTypes().
the form visibility
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readFormTypes(), and MsWksDBParser::readFormV2().