Class SoExtSelection.PreFilterEventArg

    • Constructor Detail

    • Method Detail

      • getPath

        public SoPath getPath()
        Returns path to node that will be traversed just after event is called.
      • 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.