Structure given to callback when an event is raised. More...
#include <Inventor/nodes/SoExtSelection.h>
Public Member Functions | |
PreFilterEventArg (SoPath *path, SoExtSelection *source) | |
constructor | |
~PreFilterEventArg () | |
Destructor. | |
SoExtSelection * | getSource () const |
Returns the ExtSelection. | |
const SoNode * | getNode () const |
Returns node that will be traversed just after event is called. | |
const SoPath * | getPath () const |
Returns path to node that will be traversed just after event is called. | |
void | skipNode () |
Don't traverse the node returned by getNode(). | |
SbBool | isNodeSkipped () const |
Returns if node must be skipped for traversal. | |
Structure given to callback when an event is raised.
Please refer to onPreFilter event.
Definition at line 521 of file SoExtSelection.h.
|
inline |
constructor
Definition at line 525 of file SoExtSelection.h.
|
inline |
Destructor.
Definition at line 530 of file SoExtSelection.h.
|
inline |
Returns node that will be traversed just after event is called.
This is equivalent to calling getPath()->getTail()
Definition at line 537 of file SoExtSelection.h.
|
inline |
Returns path to node that will be traversed just after event is called.
Definition at line 540 of file SoExtSelection.h.
|
inline |
Returns the ExtSelection.
Definition at line 533 of file SoExtSelection.h.
|
inline |
Returns if node must be skipped for traversal.
Definition at line 546 of file SoExtSelection.h.
|
inline |
Don't traverse the node returned by getNode().
Definition at line 543 of file SoExtSelection.h.