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