|   | Coin3D is Free Software, published under the BSD 3-clause license. | https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ | 
#include <SoTweakAction.h>
Inherits SoAction.
| Public Member Functions | |
| SoTweakAction (void) | |
| virtual | ~SoTweakAction (void) | 
| void | setClearNodeNames (SbBool clear) | 
| SbBool | getClearNodeNames (void) const | 
|  Public Member Functions inherited from SoAction | |
| virtual | ~SoAction (void) | 
| virtual SoType | getTypeId (void) const=0 | 
| virtual SbBool | isOfType (SoType type) const | 
| virtual void | apply (SoNode *root) | 
| virtual void | apply (SoPath *path) | 
| virtual void | apply (const SoPathList &pathlist, SbBool obeysrules=FALSE) | 
| void | apply (SoAction *beingApplied) | 
| virtual void | invalidateState (void) | 
| AppliedCode | getWhatAppliedTo (void) const | 
| SoNode * | getNodeAppliedTo (void) const | 
| SoPath * | getPathAppliedTo (void) const | 
| const SoPathList * | getPathListAppliedTo (void) const | 
| const SoPathList * | getOriginalPathListAppliedTo (void) const | 
| SbBool | isLastPathListAppliedTo (void) const | 
| PathCode | getPathCode (int &numindices, const int *&indices) | 
| void | traverse (SoNode *const node) | 
| SbBool | hasTerminated (void) const | 
| const SoPath * | getCurPath (void) | 
| SoState * | getState (void) const | 
| PathCode | getCurPathCode (void) const | 
| virtual SoNode * | getCurPathTail (void) | 
| void | usePathCode (int &numindices, const int *&indices) | 
| void | pushCurPath (const int childindex, SoNode *node=NULL) | 
| void | popCurPath (const PathCode prevpathcode) | 
| void | pushCurPath (void) | 
| void | popPushCurPath (const int childindex, SoNode *node=NULL) | 
| void | popCurPath (void) | 
| void | switchToPathTraversal (SoPath *path) | 
| void | switchToNodeTraversal (SoNode *node) | 
| Static Public Member Functions | |
| static void | initClass (void) | 
|  Static Public Member Functions inherited from SoAction | |
| static void | initClass (void) | 
| static void | initClasses (void) | 
| static SoType | getClassTypeId (void) | 
| static void | nullAction (SoAction *action, SoNode *node) | 
| Protected Member Functions | |
| virtual void | beginTraversal (SoNode *node) | 
|  Protected Member Functions inherited from SoAction | |
| SoAction (void) | |
| virtual void | endTraversal (SoNode *node) | 
| void | setTerminated (const SbBool flag) | 
| virtual const SoEnabledElementsList & | getEnabledElements (void) const | 
| virtual SbBool | shouldCompactPathList (void) const | 
| Additional Inherited Members | |
|  Public Types inherited from SoAction | |
| enum | AppliedCode | 
| enum | PathCode | 
|  Static Protected Member Functions inherited from SoAction | |
| static SoEnabledElementsList * | getClassEnabledElements (void) | 
| static SoActionMethodList * | getClassActionMethods (void) | 
|  Protected Attributes inherited from SoAction | |
| SoState * | state | 
| SoActionMethodList * | traversalMethods | 
| SoTweakAction::SoTweakAction | ( | void | ) | 
| 
 | virtual | 
| SbBool SoTweakAction::getClearNodeNames | ( | void | ) | const | 
| 
 | static | 
| void SoTweakAction::setClearNodeNames | ( | SbBool | clear | ) |