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