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