Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VisualRoutinesStateNode Class Reference

#include <VisualRoutinesStateNode.h>

Inheritance diagram for VisualRoutinesStateNode:

List of all members.


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.


Public Member Functions

virtual void DoStart ()
virtual void DoStop ()

Protected Member Functions

 VisualRoutinesStateNode (const std::string &name)
 constructor, name is used as both instance name and class name
 VisualRoutinesStateNode (const std::string &classname, const std::string &instancename)
 constructor, allows different initial values for class name and instance name
virtual ~VisualRoutinesStateNode (void)
 destructor, does nothing

Private Member Functions

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

Constructor & Destructor Documentation

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

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

Definition at line 19 of file VisualRoutinesStateNode.h.

VisualRoutinesStateNode ( const std::string &  classname,
const std::string &  instancename 
) [inline, protected]

constructor, allows different initial values for class name and instance name

Definition at line 24 of file VisualRoutinesStateNode.h.

virtual ~VisualRoutinesStateNode ( void   )  [inline, protected, virtual]

destructor, does nothing

Definition at line 29 of file VisualRoutinesStateNode.h.

VisualRoutinesStateNode ( const VisualRoutinesStateNode  )  [private]

never call this


Member Function Documentation

void DoStop (  )  [virtual]

VisualRoutinesStateNode& operator= ( const VisualRoutinesStateNode  )  [private]

never call this


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

DualCoding 4.0
Generated Thu Nov 22 00:54:07 2007 by Doxygen 1.5.4