![]() |
ezEngine Release 25.08
|

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. | |
| virtual void | Finalize (ezResult result, const ezDataBuffer &resultData) override |
| Called once the corresponding ezLongOpWorker has finished. | |
Public Member Functions inherited from ezReflectedClass | |
| 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 Public Member Functions inherited from ezNoBase | |
| 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.
|
inlineoverridevirtual |
Called by the ezQtLongOpsPanel to determine the display string to be shown in the UI.
Implements 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.
|
overridevirtual |
Called once by ezLongOpControllerManager::RegisterLongOp() to inform the proxy to which ezDocument and component (ezDocumentObject) it is linked.
Reimplemented from ezLongOpProxy.