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

Public Member Functions | |
| DtNotObjectFilter () | |
| DtNotObjectFilter (const DtEntityMapperKey &key) | |
| DtNotObjectFilter (const QString &name, const DtEntityMapperKey &key) | |
| DtNotObjectFilter (const DtNotObjectFilter &filter) | |
| virtual | ~DtNotObjectFilter () |
| void | setNotFilter (const DtFilter &f) |
| void | clearNotFilter () |
Public Member Functions inherited from DtObjectFilter | |
| 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 |
| DtFilter * | myNotFilter |
Protected Attributes inherited from DtObjectFilter | |
| DtEntityMapperKey | myKey |
Protected Attributes inherited from DtFilter | |
| QString | myName |
| DtNotObjectFilter::DtNotObjectFilter | ( | ) |
| DtNotObjectFilter::DtNotObjectFilter | ( | const DtEntityMapperKey & | key | ) |
| DtNotObjectFilter::DtNotObjectFilter | ( | const QString & | name, |
| const DtEntityMapperKey & | key | ||
| ) |
| DtNotObjectFilter::DtNotObjectFilter | ( | const DtNotObjectFilter & | filter | ) |
|
virtual |
| void DtNotObjectFilter::setNotFilter | ( | const DtFilter & | f | ) |
| void DtNotObjectFilter::clearNotFilter | ( | ) |
|
protectedvirtual |
Reimplemented from DtObjectFilter.
|
protectedvirtual |
Reimplemented from DtObjectFilter.
|
protectedvirtual |
Return true if something has changed (according to the flags) that means the filter wants to be checked.
Reimplemented from DtObjectFilter.
|
protected |
|
protected |