Class given to callback when an onEndStep is raised.
More...
#include <Inventor/SoProgressIndicator.h>
Class given to callback when an onEndStep is raised.
Definition at line 136 of file SoProgressIndicator.h.
◆ StepEventArg()
SoProgressIndicator::StepEventArg::StepEventArg |
( |
SoNode * |
src, |
|
|
const SbString & |
eventName, |
|
|
unsigned int |
numSteps, |
|
|
unsigned int |
numStepsDone |
|
) |
| |
◆ ~StepEventArg()
SoProgressIndicator::StepEventArg::~StepEventArg |
( |
| ) |
|
◆ getEventName()
const SbString & SoProgressIndicator::StepEventArg::getEventName |
( |
| ) |
const |
- Returns
- name of the event.
◆ getNumSteps()
unsigned int SoProgressIndicator::StepEventArg::getNumSteps |
( |
| ) |
const |
◆ getNumStepsDone()
unsigned int SoProgressIndicator::StepEventArg::getNumStepsDone |
( |
| ) |
const |
◆ getSource()
SoNode * SoProgressIndicator::StepEventArg::getSource |
( |
| ) |
const |
- Returns
- source node that raised the event.
The documentation for this struct was generated from the following file: