|
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
} |
|
Enumerator |
---|
F_Unknown |
|
F_Text |
|
F_Number |
|
F_Date |
|
F_Time |
|
F_Formula |
|
F_FormulaSum |
|
F_Checkbox |
|
F_PopupMenu |
|
F_RadioButton |
|
F_ValueList |
|
F_Multimedia |
|
CWDatabaseInternal::Field::Field |
( |
| ) |
|
|
inline |
int CWDatabaseInternal::Field::getNumDefault |
( |
int |
version | ) |
const |
|
inline |
bool CWDatabaseInternal::Field::isFormula |
( |
| ) |
const |
|
inline |
bool CWDatabaseInternal::Field::isText |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
Field const & |
field |
|
) |
| |
|
friend |
std::string CWDatabaseInternal::Field::m_default |
int CWDatabaseInternal::Field::m_defType |
std::string CWDatabaseInternal::Field::m_name |
int CWDatabaseInternal::Field::m_resType |
Type CWDatabaseInternal::Field::m_type |
The documentation for this struct was generated from the following file: