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

Public Member Functions | |
| DtFilter () | |
| DtFilter (const QString &name) | |
| DtFilter (const DtFilter &filter) | |
| virtual | ~DtFilter () |
| virtual DtFilter * | clone () const =0 |
| virtual bool | isValid (const DtModelData *)=0 |
| 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) | |
| 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 | |
| QString | myName |
| DtFilter::DtFilter | ( | ) |
| DtFilter::DtFilter | ( | const QString & | name | ) |
| DtFilter::DtFilter | ( | const DtFilter & | filter | ) |
|
virtual |
|
pure virtual |
Implemented in DtMapSelectionFilter, DtAndFilter, DtOrFilter, DtMatchAnyFilter, DtKindLessThanFilter, DtNotObjectFilter, DtObjectFilter, and DtModelKeyFilter.
|
pure virtual |
Implemented in DtMapSelectionFilter, DtAndFilter, DtOrFilter, DtMatchAnyFilter, DtKindLessThanFilter, DtNotObjectFilter, DtObjectFilter, and DtModelKeyFilter.
|
virtual |
Referenced by setName().
|
inlinevirtual |
If this item needs to appear in a particular spot in the list box, return that here. -1 means append (the default)
Reimplemented in DtModelKeyFilter.
|
inlinevirtual |
Return true if something has changed (according to the flags) that means the filter wants to be checked.
Reimplemented in DtOrFilter, DtMatchAnyFilter, DtNotObjectFilter, and DtObjectFilter.
|
protected |
Referenced by setName().