#include </home/clem/local/src/opie/noncore/apps/checkbook/tabledef.h>
Collaboration diagram for ColumnDef:

Public Types | |
| enum | ColumnType { typeString = 0x1, typeList = 0x2, typeUnique = 0x80000000 } |
Public Member Functions | |
| ColumnDef (const char *sName, ColumnType type, const char *sNewValue) | |
| void | addColumnValue (const QString &Value) |
| void | addColumnValue (const char *sValue) |
| const QString | getName () |
| const QString | getNewValue () |
| int | isType (ColumnType x) |
| int | hasFlag (ColumnType x) |
| QStringList & | getValueList () |
Private Attributes | |
| QString | _sName |
| QString | _sNewValue |
| enum ColumnType | _type |
| QStringList | _valueList |
|
|
Definition at line 42 of file tabledef.h. |
|
||||||||||||||||
|
Definition at line 35 of file tabledef.cpp. References _sName, _sNewValue, and _type. |
|
|
Definition at line 51 of file tabledef.cpp. References _sName, _type, _valueList, QValueList< T >::append(), odebug, oendl, and typeList. |
|
|
Definition at line 44 of file tabledef.cpp. References _sName, _type, _valueList, QValueList< T >::append(), odebug, oendl, and typeList. Referenced by Configuration::Configuration(). |
|
|
Definition at line 56 of file tabledef.h. References _sName. Referenced by ListEdit::ListEdit(), and ListEdit::slotClick(). |
|
|
Definition at line 57 of file tabledef.h. References _sNewValue. Referenced by ListEdit::fixTypes(), and ListEdit::slotAdd(). |
|
|
Definition at line 64 of file tabledef.h. References _valueList. Referenced by ListEdit::slotClick(). |
|
|
Definition at line 61 of file tabledef.h. References _type. Referenced by ListEdit::fixTypes(). |
|
|
Definition at line 60 of file tabledef.h. References _type. Referenced by ListEdit::slotClick(). |
|
|
Definition at line 67 of file tabledef.h. Referenced by addColumnValue(), ColumnDef(), and getName(). |
|
|
Definition at line 68 of file tabledef.h. Referenced by ColumnDef(), and getNewValue(). |
|
|
Definition at line 69 of file tabledef.h. Referenced by addColumnValue(), ColumnDef(), hasFlag(), and isType(). |
|
|
Definition at line 70 of file tabledef.h. Referenced by addColumnValue(), and getValueList(). |
1.4.2