![]() |
VR-Forces 4.1 Class Documentation
|
Shows items that are currently selected in the map area. More...

Public Member Functions | |
| DtMapSelectionFilter (const QString &name, const DtTMMapArea *map) | |
| DtMapSelectionFilter (const DtMapSelectionFilter &filter) | |
| virtual | ~DtMapSelectionFilter () |
| virtual DtFilter * | clone () const |
| virtual bool | isValid (const DtModelData *) |
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) | |
| 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 | |
| const DtTMMapArea * | myMapArea |
Protected Attributes inherited from DtFilter | |
| QString | myName |
Shows items that are currently selected in the map area.
| DtMapSelectionFilter::DtMapSelectionFilter | ( | const QString & | name, |
| const DtTMMapArea * | map | ||
| ) |
| DtMapSelectionFilter::DtMapSelectionFilter | ( | const DtMapSelectionFilter & | filter | ) |
|
virtual |
|
virtual |
Implements DtFilter.
|
protected |