Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VisualRoutinesStateNode Class Reference

Base class from which visual-routines based state nodes (which all share a common SketchSpace) inherit. More...

#include <VisualRoutinesStateNode.h>

Inheritance diagram for VisualRoutinesStateNode:

Detailed Description

Base class from which visual-routines based state nodes (which all share a common SketchSpace) inherit.

Definition at line 12 of file VisualRoutinesStateNode.h.

List of all members.

Public Member Functions

virtual void start ()
virtual void stop ()

Protected Member Functions

 VisualRoutinesStateNode ()
 constructor, class name from typeid is used as instance name
 VisualRoutinesStateNode (const std::string &name)
 constructor, name is used as both instance name and class name

Private Member Functions

 VisualRoutinesStateNode (const VisualRoutinesStateNode &)
 never call this
VisualRoutinesStateNodeoperator= (const VisualRoutinesStateNode &)
 never call this

Constructor & Destructor Documentation

VisualRoutinesStateNode (  )  [explicit, protected]

constructor, class name from typeid is used as instance name

Definition at line 19 of file VisualRoutinesStateNode.h.

VisualRoutinesStateNode ( const std::string &  name  )  [explicit, protected]

constructor, name is used as both instance name and class name

Definition at line 22 of file VisualRoutinesStateNode.h.

VisualRoutinesStateNode ( const VisualRoutinesStateNode  )  [private]

never call this


Member Function Documentation

VisualRoutinesStateNode& operator= ( const VisualRoutinesStateNode  )  [private]

never call this

void start (  )  [virtual]

Reimplemented from StateNode.

Definition at line 7 of file VisualRoutinesStateNode.cc.

void stop (  )  [virtual]

Reimplemented from StateNode.

Definition at line 14 of file VisualRoutinesStateNode.cc.


The documentation for this class was generated from the following files:

DualCoding 5.1CVS
Generated Mon May 9 04:56:32 2016 by Doxygen 1.6.3