#include </home/clem/local/src/opie/noncore/apps/tableviewer/db/common.h>
Collaboration diagram for Key:

Public Member Functions | |
| Key () | |
| Key (QString name, TVVariant example, int flags=0) | |
| Key (const Key &) | |
| Key & | operator= (const Key &) |
| QString | name () const |
| TVVariant | example () const |
| TVVariant::KeyType | type () const |
| int | flags () const |
| void | setName (const QString &) |
| void | setExample (const TVVariant &) |
| void | setFlags (int) |
| bool | delFlag () const |
| bool | newFlag () const |
| void | setDelFlag (bool) |
| void | setNewFlag (bool) |
Private Attributes | |
| QString | kname |
| TVVariant | kexample |
| int | kflags |
document me!
Definition at line 147 of file common.h.
|
|
Definition at line 688 of file common.cpp. |
|
||||||||||||||||
|
Definition at line 690 of file common.cpp. |
|
|
Definition at line 693 of file common.cpp. |
|
|
Definition at line 743 of file common.cpp. References del_flag, FALSE, kflags, and TRUE. Referenced by setDelFlag(). |
|
|
Definition at line 713 of file common.cpp. References kexample. |
|
|
Definition at line 733 of file common.cpp. References kflags. |
|
|
Definition at line 708 of file common.cpp. References kname. |
|
|
Definition at line 750 of file common.cpp. References FALSE, kflags, new_flag, and TRUE. Referenced by setNewFlag(). |
|
|
Definition at line 700 of file common.cpp. |
|
|
Definition at line 757 of file common.cpp. |
|
|
Definition at line 728 of file common.cpp. References kexample. |
|
|
Definition at line 738 of file common.cpp. References kflags. |
|
|
Definition at line 723 of file common.cpp. References kname. |
|
|
Definition at line 763 of file common.cpp. |
|
|
Definition at line 718 of file common.cpp. References kexample, and TVVariant::type(). |
|
|
Definition at line 171 of file common.h. Referenced by example(), Key(), operator=(), setExample(), and type(). |
|
|
Definition at line 172 of file common.h. Referenced by delFlag(), flags(), Key(), newFlag(), operator=(), setDelFlag(), setFlags(), and setNewFlag(). |
|
|
Definition at line 170 of file common.h. Referenced by Key(), name(), operator=(), and setName(). |
1.4.2