Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoProgressIndicator::StepEventArg Struct Reference

Class given to callback when an onEndStep is raised. More...

#include <Inventor/SoProgressIndicator.h>

+ Inheritance diagram for SoProgressIndicator::StepEventArg:

Public Member Functions

 StepEventArg (SoNode *src, const SbString &eventName, unsigned int numSteps, unsigned int numStepsDone)
 
 ~StepEventArg ()
 
SoNodegetSource () const
 
const SbStringgetEventName () const
 
unsigned int getNumSteps () const
 
unsigned int getNumStepsDone () const
 

Detailed Description

Class given to callback when an onEndStep is raised.

Definition at line 136 of file SoProgressIndicator.h.

Constructor & Destructor Documentation

◆ StepEventArg()

SoProgressIndicator::StepEventArg::StepEventArg ( SoNode src,
const SbString eventName,
unsigned int  numSteps,
unsigned int  numStepsDone 
)

◆ ~StepEventArg()

SoProgressIndicator::StepEventArg::~StepEventArg ( )

Member Function Documentation

◆ 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: