Public Types | |
| enum | Type { F_Unknown, F_Text, F_Number, F_Date, F_Time, F_Formula, F_FormulaSum, F_Checkbox, F_PopupMenu, F_RadioButton, F_ValueList, F_Multimedia } |
Public Member Functions | |
| Field () | |
| bool | isText () const |
| bool | isFormula () const |
| int | getNumDefault (int version) const |
Public Attributes | |
| Type | m_type |
| int | m_defType |
| the local definition type | |
| int | m_resType |
| the result type | |
| std::string | m_name |
| the field name | |
| std::string | m_default |
| the default value | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Field const &field) |
| operator<< | |
| ClarisWksDatabaseInternal::Field::Field | ( | ) | [inline] |
| int ClarisWksDatabaseInternal::Field::getNumDefault | ( | int | version | ) | const [inline] |
Referenced by ClarisWksDatabase::readDefaults().
| bool ClarisWksDatabaseInternal::Field::isFormula | ( | ) | const [inline] |
Referenced by ClarisWksDatabase::readDefaults().
| bool ClarisWksDatabaseInternal::Field::isText | ( | ) | const [inline] |
Referenced by ClarisWksDatabase::readDefaults().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Field const & | field | ||
| ) | [friend] |
operator<<
| std::string ClarisWksDatabaseInternal::Field::m_default |
the default value
the local definition type
Referenced by getNumDefault(), and ClarisWksDatabase::readFields().
| std::string ClarisWksDatabaseInternal::Field::m_name |
the field name
Referenced by ClarisWksDatabase::readFields().
the result type
Referenced by ClarisWksDatabase::readFields().
Referenced by getNumDefault(), isFormula(), isText(), ClarisWksDatabase::readDefaults(), and ClarisWksDatabase::readFields().