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

Public Member Functions | |
| DtParentedUnderOrganizedNode () | |
| DtParentedUnderOrganizedNode (const DtParentedUnderOrganizedNode &) | |
| virtual DtVrfSelectionFilter * | clone () const |
| virtual bool | isValid (const makVrv::DtVrlinkSimulatedBaseState *, const DtVrfObjectDataState *=0) const |
| When checking the isValid state of the object data state, must check to see if the pointer is NULL as not all data has object data state. More... | |
| virtual bool | operator== (const DtVrfSelectionFilter &) const |
| Returns true if this filter matches the supplied filter. More... | |
| virtual bool | showAsPossibleFilter () const |
| virtual void | setShouldBeVisible (bool) |
| bool | shouldBeVisible () const |
| virtual void | setRootNode (QTreeWidgetItem *) |
| QTreeWidgetItem * | rootNode () const |
| virtual void | setHierarchyPageLogic (DtVrfHierarchyPageLogic *) |
| DtVrfHierarchyPageLogic * | hierarchyPageLogic () const |
| virtual void | setStateViewCollectionManager (DtVrfStateViewCollectionManager *) |
| DtVrfStateViewCollectionManager * | stateViewCollectionManager () const |
| virtual void | setForce (int) |
Public Member Functions inherited from makVrf::DtVrfSelectionFilter | |
| DtVrfSelectionFilter () | |
| DtVrfSelectionFilter (const makVrv::DtUnicode &name) | |
| DtVrfSelectionFilter (const std::string &className, const makVrv::DtUnicode &filterName) | |
| Screen name will be the displayed name on the filtered list pulldown with this constructor. More... | |
| DtVrfSelectionFilter (const std::string &className, const makVrv::DtUnicode &filterName, const makVrv::DtUnicode &screenName) | |
| DtVrfSelectionFilter (const DtVrfSelectionFilter &filter) | |
| virtual | ~DtVrfSelectionFilter () |
| virtual const makVrv::DtUnicode & | filterName () const |
| virtual void | setFilterName (const makVrv::DtUnicode &) |
| virtual bool | checkFogOfWar () const |
| virtual const makVrv::DtUnicode & | screenName () const |
| virtual void | setScreenName (const makVrv::DtUnicode &) |
| virtual bool | allowDuplicateNames () const |
| const std::string & | className () const |
| virtual void | setCurrentState (bool) |
| If multiple items are called in a row, and, they all are being called without quitting on first false, this is the current validity state. More... | |
| bool | currentState () const |
| virtual int | indexOf (const makVrv::DtVrlinkSimulatedBaseState *) const |
| If this item needs to appear in a particular spot in the list box, return that here. -1 means append (the default) More... | |
| virtual bool | operator!= (const DtVrfSelectionFilter &o) const |
Protected Attributes | |
| bool | myShouldBeVisible |
| QTreeWidgetItem * | myRootNode |
| DtVrfHierarchyPageLogic * | myPageParentLogic |
| DtVrfStateViewCollectionManager * | myStateViewCollectionManager |
Protected Attributes inherited from makVrf::DtVrfSelectionFilter | |
| makVrv::DtUnicode | myFilterName |
| makVrv::DtUnicode | myScreenName |
| std::string | myClassName |
| bool | myCurrentState |
| makVrf::DtParentedUnderOrganizedNode::DtParentedUnderOrganizedNode | ( | ) |
| makVrf::DtParentedUnderOrganizedNode::DtParentedUnderOrganizedNode | ( | const DtParentedUnderOrganizedNode & | ) |
|
virtual |
Implements makVrf::DtVrfSelectionFilter.
|
virtual |
When checking the isValid state of the object data state, must check to see if the pointer is NULL as not all data has object data state.
Implements makVrf::DtVrfSelectionFilter.
|
virtual |
Returns true if this filter matches the supplied filter.
Reimplemented from makVrf::DtVrfSelectionFilter.
|
inlinevirtual |
Reimplemented from makVrf::DtVrfSelectionFilter.
|
virtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
|
inline |
|
inlinevirtual |
Implements makVrf::DtVrfSelectionFilter.
|
protected |
|
protected |
|
protected |
|
protected |