Structure given to callback when an event is raised. More...
#include <ImageViz/Engines/SoImageVizEngine.h>
Public Member Functions | |
SoImageVizEngine * | getSource () const |
float | getProgress () const |
EventArg (SoImageVizEngine *engine, float progress) | |
~EventArg () | |
Deprecated | |
| |
SoDEPRECATED SoImageVizEngine * | getEngine () const |
Structure given to callback when an event is raised.
Please refer to onBegin, onEnd, ... events
SoImageVizEngine::EventArg::EventArg | ( | SoImageVizEngine * | engine, | |
float | progress | |||
) | [inline] |
Default constructor.
SoImageVizEngine::EventArg::~EventArg | ( | ) | [inline] |
Destructor.
SoDEPRECATED SoImageVizEngine* SoImageVizEngine::EventArg::getEngine | ( | ) | const [inline] |
Returns the engine that raised event.
float SoImageVizEngine::EventArg::getProgress | ( | ) | const [inline] |
Return progress of processing.
SoImageVizEngine* SoImageVizEngine::EventArg::getSource | ( | ) | const [inline] |
Return the source engine that raised the event.