![]() |
VR-Forces 4.1.1 Class Documentation
|

Public Member Functions | |
| DtObjectFilter () | |
| DtObjectFilter (const DtEntityMapperKey &key) | |
| DtObjectFilter (const QString &name, const DtEntityMapperKey &key) | |
| DtObjectFilter (const DtObjectFilter &filter) | |
| virtual | ~DtObjectFilter () |
| const DtEntityMapperKey & | key () const |
| void | setKey (const DtEntityMapperKey &) |
Public Member Functions inherited from DtFilter | |
| DtFilter () | |
| DtFilter (const QString &name) | |
| DtFilter (const DtFilter &filter) | |
| virtual | ~DtFilter () |
| virtual const QString & | name () const |
| void | setName (const QString &) |
| virtual int | indexOf (const DtModelData *) |
| If this item needs to appear in a particular spot in the list box, return that here. -1 means append (the default) | |
Protected Member Functions | |
| virtual DtFilter * | clone () const |
| virtual bool | isValid (const DtModelData *) |
| virtual bool | checkIfChanged (int flags) const |
| Return true if something has changed (according to the flags) that means the filter wants to be checked. | |
Protected Attributes | |
| DtEntityMapperKey | myKey |
Protected Attributes inherited from DtFilter | |
| QString | myName |
| DtObjectFilter::DtObjectFilter | ( | ) |
| DtObjectFilter::DtObjectFilter | ( | const DtEntityMapperKey & | key | ) |
| DtObjectFilter::DtObjectFilter | ( | const QString & | name, |
| const DtEntityMapperKey & | key | ||
| ) |
| DtObjectFilter::DtObjectFilter | ( | const DtObjectFilter & | filter | ) |
|
virtual |
|
inline |
|
inline |
|
protectedvirtual |
Implements DtFilter.
Reimplemented in DtKindLessThanFilter, and DtNotObjectFilter.
|
protectedvirtual |
Implements DtFilter.
Reimplemented in DtKindLessThanFilter, and DtNotObjectFilter.
|
protectedvirtual |
Return true if something has changed (according to the flags) that means the filter wants to be checked.
Reimplemented from DtFilter.
Reimplemented in DtNotObjectFilter.
|
protected |