Class given to callback when onBeginTask/onEndTask are raised.
More...
#include <Inventor/SoProgressIndicator.h>
Class given to callback when onBeginTask/onEndTask are raised.
Definition at line 67 of file SoProgressIndicator.h.
◆ TaskEventArg()
SoProgressIndicator::TaskEventArg::TaskEventArg |
( |
SoNode * |
src, |
|
|
const SbString & |
eventName, |
|
|
unsigned int |
numTasks, |
|
|
unsigned int |
numTasksDone, |
|
|
unsigned int |
numSubTasks |
|
) |
| |
◆ ~TaskEventArg()
SoProgressIndicator::TaskEventArg::~TaskEventArg |
( |
| ) |
|
◆ getEventName()
const SbString & SoProgressIndicator::TaskEventArg::getEventName |
( |
| ) |
const |
- Returns
- name of the event.
◆ getNumSubTasks()
unsigned int SoProgressIndicator::TaskEventArg::getNumSubTasks |
( |
| ) |
const |
◆ getNumTasks()
unsigned int SoProgressIndicator::TaskEventArg::getNumTasks |
( |
| ) |
const |
◆ getNumTasksDone()
unsigned int SoProgressIndicator::TaskEventArg::getNumTasksDone |
( |
| ) |
const |
◆ getSource()
SoNode * SoProgressIndicator::TaskEventArg::getSource |
( |
| ) |
const |
- Returns
- source node that raised the event.
The documentation for this struct was generated from the following file: