![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
virtual void | InitializeRegistered (const ezUuid &documentGuid, const ezUuid &componentGuid) override |
Called once by ezLongOpControllerManager::RegisterLongOp() to inform the proxy to which ezDocument and component (ezDocumentObject) it is linked. | |
virtual const char * | GetDisplayName () const override |
Called by the ezQtLongOpsPanel to determine the display string to be shown in the UI. | |
virtual void | GetReplicationInfo (ezStringBuilder &out_sReplicationOpType, ezStreamWriter &ref_description) override |
Called every time the long op shall be executed. More... | |
virtual void | Finalize (ezResult result, const ezDataBuffer &resultData) override |
Called once the corresponding ezLongOpWorker has finished. More... | |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_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 const ezRTTI * | GetStaticRTTI () |
|
overridevirtual |
Called once the corresponding ezLongOpWorker has finished.
result | Whether the operation succeeded or failed (e.g. via user cancellation). |
resultData | Optional data written by ezLongOpWorker::Execute(). |
Reimplemented from ezLongOpProxy.
|
overridevirtual |
Called every time the long op shall be executed.
out_sReplicationOpType | must name the ezLongOpWorker that shall be executed in the engine process. |
config | can be optionally written to. The data is transmitted to the ezLongOpWorker on the other side and fed to it in ezLongOpWorker::InitializeExecution(). |
Implements ezLongOpProxy.