![]() |
VR-Forces Developer's Guide
|
Bit flags which will contain a particular sim operation in progress that the GUI can use to display icons to the user.

Classes | |
| struct | FluxStatus |
Public Types | |
| enum | Operation { TerrainPaging = 0x00000001, NavOperation = 0x00000002, ClutterOperation = 0x00000004, MovementOrCreateOperation = 0x00000008 } |
| typedef std::map< int, FluxStatus > | ObjectsInFlux |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtU32 | myOperations |
| ObjectsInFlux | myObjectsInFlux |
| int | myFluxIndex = 0 |
| int | myFluxCap = 100 |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| typedef std::map<int, FluxStatus> DtIfSimOperationsInProgress::ObjectsInFlux |
| DtIfSimOperationsInProgress::DtIfSimOperationsInProgress | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSimOperationsInProgress::DtIfSimOperationsInProgress | ( | const DtIfSimOperationsInProgress & | orig | ) |
copy constructor
| DtIfSimOperationsInProgress& DtIfSimOperationsInProgress::operator= | ( | const DtIfSimOperationsInProgress & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Enable/disable auto-reorganization. For setting, will return true if the flag was set on (if not already on) or off (if not already off)
|
inline |
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
|
virtual |
Returns the index into which this object has been placed in the queue. To remove use the supplied index.
|
virtual |
|
virtual |
The maximum number of objects that can be in the flux queue.
|
inline |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |