XII Release 0.1.0
Loading...
Searching...
No Matches
xiiLongOpProxy_BakeScene Class Reference
Inheritance diagram for xiiLongOpProxy_BakeScene:
[legend]

Public Member Functions

virtual void InitializeRegistered (const xiiUuid &documentGuid, const xiiUuid &componentGuid) override
 Called once by xiiLongOpControllerManager::RegisterLongOp() to inform the proxy to which xiiDocument and component (xiiDocumentObject) it is linked.
 
virtual xiiStringView GetDisplayName () const override
 Called by the xiiQtLongOpsPanel to determine the display string to be shown in the UI.
 
virtual void GetReplicationInfo (xiiStringBuilder &out_sReplicationOpType, xiiStreamWriter &ref_description) override
 Called every time the long op shall be executed.
 
virtual void Finalize (xiiResult result, const xiiDataBuffer &resultData) override
 Called once the corresponding xiiLongOpWorker has finished.
 
- Public Member Functions inherited from xiiReflectedClass
virtual const xiiRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const xiiRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T>
XII_ALWAYS_INLINE bool IsInstanceOf () const
 Returns whether the type of this instance is of the given type or derived from it.
 

Additional Inherited Members

- Static Public Member Functions inherited from xiiNoBase
static const xiiRTTIGetStaticRTTI ()
 

Member Function Documentation

◆ Finalize()

void xiiLongOpProxy_BakeScene::Finalize ( xiiResult result,
const xiiDataBuffer & resultData )
overridevirtual

Called once the corresponding xiiLongOpWorker has finished.

Parameters
resultWhether the operation succeeded or failed (e.g. via user cancellation).
resultDataOptional data written by xiiLongOpWorker::Execute().

Reimplemented from xiiLongOpProxy.

◆ GetDisplayName()

virtual xiiStringView xiiLongOpProxy_BakeScene::GetDisplayName ( ) const
inlineoverridevirtual

Called by the xiiQtLongOpsPanel to determine the display string to be shown in the UI.

Implements xiiLongOpProxy.

◆ GetReplicationInfo()

void xiiLongOpProxy_BakeScene::GetReplicationInfo ( xiiStringBuilder & out_sReplicationOpType,
xiiStreamWriter & inout_config )
overridevirtual

Called every time the long op shall be executed.

Parameters
out_sReplicationOpTypemust name the xiiLongOpWorker that shall be executed in the engine process.
configcan be optionally written to. The data is transmitted to the xiiLongOpWorker on the other side and fed to it in xiiLongOpWorker::InitializeExecution().

Implements xiiLongOpProxy.

◆ InitializeRegistered()

void xiiLongOpProxy_BakeScene::InitializeRegistered ( const xiiUuid & documentGuid,
const xiiUuid & componentGuid )
overridevirtual

Called once by xiiLongOpControllerManager::RegisterLongOp() to inform the proxy to which xiiDocument and component (xiiDocumentObject) it is linked.

Reimplemented from xiiLongOpProxy.


The documentation for this class was generated from the following files: