![]() |
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, TransferOperation = 0x00000010 } |
| typedef std::map< int, FluxStatus > | ObjectsInFlux |
Public Member Functions | |
| DtIfSimOperationsInProgress () | |
| virtual | ~DtIfSimOperationsInProgress () override |
| DtIfSimOperationsInProgress (const DtIfSimOperationsInProgress &orig) | |
| DtIfSimOperationsInProgress & | operator= (const DtIfSimOperationsInProgress &orig) |
| virtual int | type () const override |
| virtual DtSimInterfaceContent * | clone () const override |
| virtual bool | setOperationInProgress (Operation flag, bool on) |
| virtual bool | operationIsInProgress (Operation) const |
| unsigned int | operations () const |
| const ObjectsInFlux & | objectsInFlux () const |
| virtual int | netRepSize () const override |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) override |
| virtual bool | setToNet () override |
| virtual void | printDataToString (DtString &str) override |
| virtual void | clearAllOperations () |
| virtual int | addObjectInFlux (const DtUUID &moving, const DtVector &movingTo, int replace=-1) |
| virtual int | addObjectInFlux (const DtString &markingText, int force, const DtEntityType &type, const DtVector &creatingAt, int replace=-1) |
| virtual bool | removeObjectInFlux (int) |
| virtual void | setFluxCap (int) |
| int | fluxCap () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
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
|
overridevirtual |
destructor
| DtIfSimOperationsInProgress::DtIfSimOperationsInProgress | ( | const DtIfSimOperationsInProgress & | orig | ) |
copy constructor
| DtIfSimOperationsInProgress& DtIfSimOperationsInProgress::operator= | ( | const DtIfSimOperationsInProgress & | orig | ) |
assignment operator
|
overridevirtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
overridevirtual |
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.
|
overridevirtual |
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 |