SoProgressIndicator::StepEventArg Struct Reference
Class given to callback when an onEndStep is raised.
More...
#include <Inventor/SoProgressIndicator.h>
List of all members.
Detailed Description
Class given to callback when an onEndStep is raised.
Constructor & Destructor Documentation
SoProgressIndicator::StepEventArg::StepEventArg |
( |
SoNode * |
src, |
|
|
const SbString & |
eventName, |
|
|
unsigned int |
numSteps, |
|
|
unsigned int |
numStepsDone | |
|
) |
| | |
SoProgressIndicator::StepEventArg::~StepEventArg |
( |
|
) |
|
Member Function Documentation
const SbString& SoProgressIndicator::StepEventArg::getEventName |
( |
|
) |
const |
- Returns:
- name of the event.
unsigned int SoProgressIndicator::StepEventArg::getNumSteps |
( |
|
) |
const |
unsigned int SoProgressIndicator::StepEventArg::getNumStepsDone |
( |
|
) |
const |
SoNode* SoProgressIndicator::StepEventArg::getSource |
( |
|
) |
const |
- Returns:
- source node that raised the event.
The documentation for this struct was generated from the following file: