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

Public Member Functions | |
| DtMatchAnyFilter () | |
| DtMatchAnyFilter (const QString &name) | |
| DtMatchAnyFilter (const DtMatchAnyFilter &filter) | |
| virtual | ~DtMatchAnyFilter () |
| virtual void | addKey (const DtEntityMapperKey &key) |
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 | |
| QList< DtEntityMapperKey > | myMatches |
Protected Attributes inherited from DtFilter | |
| QString | myName |
| DtMatchAnyFilter::DtMatchAnyFilter | ( | ) |
| DtMatchAnyFilter::DtMatchAnyFilter | ( | const QString & | name | ) |
| DtMatchAnyFilter::DtMatchAnyFilter | ( | const DtMatchAnyFilter & | filter | ) |
|
virtual |
|
virtual |
|
protectedvirtual |
Implements DtFilter.
|
protectedvirtual |
Return true if something has changed (according to the flags) that means the filter wants to be checked.
Reimplemented from DtFilter.
|
protected |