Class SoExtSelection.PreFilterEventArg

java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.nodes.SoExtSelection.PreFilterEventArg
All Implemented Interfaces:
SbEventArg
Enclosing class:
SoExtSelection

public static class SoExtSelection.PreFilterEventArg extends Inventor implements SbEventArg
Structure given to callback when an event is raised. Please refer to onPreFilter event.
  • Constructor Details

  • Method Details

    • getPath

      public SoPath getPath()
      Returns path to node that will be traversed just after event is called.
    • setValue

      public void setValue(SoExtSelection.PreFilterEventArg copyFrom)
    • skipNode

      public void skipNode()
      Don't traverse the node returned by getNode().
    • getNode

      public SoNode getNode()
      Returns node that will be traversed just after event is called. This is equivalent to calling getPath()->getTail()
    • isNodeSkipped

      public boolean isNodeSkipped()
      Returns if node must be skipped for traversal.
    • getSource

      public SoExtSelection getSource()
      Returns the ExtSelection.
      Specified by:
      getSource in interface SbEventArg