Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoImageVizEngine::EventArg Struct Reference

Structure given to callback when an event is raised. More...

#include <ImageViz/Engines/SoImageVizEngine.h>

+ Inheritance diagram for SoImageVizEngine::EventArg:

Public Member Functions

SoImageVizEnginegetSource () const
 Return the source engine that raised the event.
 
float getProgress () const
 Return progress of processing.
 
 EventArg (SoImageVizEngine *engine, float progress)
 Default constructor.
 
 ~EventArg ()
 Destructor.
 
Deprecated
SoDEPRECATED SoImageVizEnginegetEngine () const
 Returns the engine that raised event.
 

Detailed Description

Structure given to callback when an event is raised.

Please refer to onBegin, onEnd, ... events

Definition at line 84 of file SoImageVizEngine.h.

Constructor & Destructor Documentation

◆ EventArg()

SoImageVizEngine::EventArg::EventArg ( SoImageVizEngine engine,
float  progress 
)
inline

Default constructor.

Definition at line 102 of file SoImageVizEngine.h.

◆ ~EventArg()

SoImageVizEngine::EventArg::~EventArg ( )
inline

Destructor.

Definition at line 107 of file SoImageVizEngine.h.

Member Function Documentation

◆ getEngine()

SoDEPRECATED SoImageVizEngine * SoImageVizEngine::EventArg::getEngine ( ) const
inline

Returns the engine that raised event.

Definition at line 89 of file SoImageVizEngine.h.

◆ getProgress()

float SoImageVizEngine::EventArg::getProgress ( ) const
inline

Return progress of processing.

Definition at line 99 of file SoImageVizEngine.h.

◆ getSource()

SoImageVizEngine * SoImageVizEngine::EventArg::getSource ( ) const
inline

Return the source engine that raised the event.

Definition at line 96 of file SoImageVizEngine.h.


The documentation for this struct was generated from the following file: