![]() |
VR-Forces 5.0.3 Developer's Guide
|
Logic class for the objects list panel. "Objects" will include normal entities, aggregates, munitions, and tactical graphics.

Public Member Functions | |
| virtual | ~DtObjectsListLogic () |
Public Member Functions inherited from makVrv::DtItemsListLogic | |
| virtual | ~DtItemsListLogic () |
| DtItemsListLogic (DtDe &de, DtItemsListInterface *iFace) | |
| virtual void | setEventObjectType (const std::string &objectType) |
| std::string | eventObjectType () const |
Private Member Functions | |
| DtObjectsListLogic () | |
| DtObjectsListLogic (const DtObjectsListLogic &orig) | |
| DtObjectsListLogic & | operator= (const DtObjectsListLogic &orig) |
Friends | |
| class | DtObjectsListLogicCreator |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtItemsListLogic | |
| DtDe & | myDe |
| DtItemsListInterface & | myInterface |
| DtSignalConnectionManager | mySignals |
| std::string | myEventObjectType |
|
virtual |
DTOR.
|
protected |
Protected Constructor. Use DtObjectsListLogicCreator to create instances of this class.
|
private |
Unimplemented Default CTOR.
|
private |
Not implemented.
|
protectedvirtual |
Check whether show the data on the list.
Implements makVrv::DtItemsListLogic.
|
private |
Not implemented.
|
friend |