Extends SoToVRML2Action for PoViews
More...
#include <Inventor/Gui/view/PoToVRML2Action.h>
Public Member Functions | |
| virtual SoType | getTypeId () const |
| PoToVRML2Action () | |
| virtual | ~PoToVRML2Action () |
| virtual void | apply (SoNode *node) |
| virtual void | apply (SoPath *path) |
| virtual void | apply (const SoPathList &path_list, SbBool obeys_rules=FALSE) |
| void | setFirstSceneViewSensitive (SbBool flag) |
| SbBool | isFirstSceneViewSensitive () |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
Extends SoToVRML2Action for PoViews
| PoToVRML2Action::PoToVRML2Action | ( | ) |
Contructor.
| virtual PoToVRML2Action::~PoToVRML2Action | ( | ) | [virtual] |
Destructor.
| virtual void PoToVRML2Action::apply | ( | const SoPathList & | path_list, | |
| SbBool | obeys_rules = FALSE | |||
| ) | [inline, virtual] |
Apply action to the specified list of path.
Reimplemented from SoToVRML2Action.
| virtual void PoToVRML2Action::apply | ( | SoPath * | path | ) | [inline, virtual] |
Apply action to the specified path.
Reimplemented from SoToVRML2Action.
| virtual void PoToVRML2Action::apply | ( | SoNode * | node | ) | [virtual] |
Apply action to the specified root node.
Reimplemented from SoToVRML2Action.
| static SoType PoToVRML2Action::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoToVRML2Action.
| virtual SoType PoToVRML2Action::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoToVRML2Action.
| SbBool PoToVRML2Action::isFirstSceneViewSensitive | ( | ) |
Indicate if the first scene view (PoSceneView) traversed by the action will be sensitive on viewing (avatar motion).
In any case, other scene views traversed will be unsensitive on viewing ( they stay static whatever avatar motion). (FALSE by default).
| void PoToVRML2Action::setFirstSceneViewSensitive | ( | SbBool | flag | ) |