Structure given to callback when an event is raised. More...
#include <ImageViz/Engines/SoImageVizEngine.h>
Public Member Functions | |
SoImageVizEngine * | getSource () 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 SoImageVizEngine * | getEngine () const |
Returns the engine that raised event. | |
Structure given to callback when an event is raised.
Please refer to onBegin, onEnd, ... events
Definition at line 84 of file SoImageVizEngine.h.
|
inline |
Default constructor.
Definition at line 102 of file SoImageVizEngine.h.
|
inline |
Destructor.
Definition at line 107 of file SoImageVizEngine.h.
|
inline |
Returns the engine that raised event.
Definition at line 89 of file SoImageVizEngine.h.
|
inline |
Return progress of processing.
Definition at line 99 of file SoImageVizEngine.h.
|
inline |
Return the source engine that raised the event.
Definition at line 96 of file SoImageVizEngine.h.