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

Public Member Functions | |
| DtModelKeyFilter (const QString &name, const QVector< DtModelKey > &) | |
| DtModelKeyFilter (const DtModelKeyFilter &filter) | |
| virtual | ~DtModelKeyFilter () |
| virtual DtFilter * | clone () const |
| virtual bool | isValid (const DtModelData *) |
| const QVector< DtModelKey > & | keys () const |
| void | setModelKeys (const QVector< DtModelKey > &k) |
| 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) | |
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 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 | |
| QVector< DtModelKey > | myKeys |
Protected Attributes inherited from DtFilter | |
| QString | myName |
| DtModelKeyFilter::DtModelKeyFilter | ( | const QString & | name, |
| const QVector< DtModelKey > & | |||
| ) |
| DtModelKeyFilter::DtModelKeyFilter | ( | const DtModelKeyFilter & | filter | ) |
|
virtual |
|
virtual |
Implements DtFilter.
|
inline |
|
inline |
|
virtual |
If this item needs to appear in a particular spot in the list box, return that here. -1 means append (the default)
Reimplemented from DtFilter.
|
protected |