Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VisualRoutinesBehavior Class Reference

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

#include <VisualRoutinesBehavior.h>

Inheritance diagram for VisualRoutinesBehavior:

Detailed Description

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

Definition at line 12 of file VisualRoutinesBehavior.h.

List of all members.

Public Member Functions

virtual void start ()
virtual void stop ()

Protected Member Functions

 VisualRoutinesBehavior ()
 constructor, name is used as both instance name and class name
 VisualRoutinesBehavior (const std::string &name)
 constructor, name is used as both instance name and class name
virtual ~VisualRoutinesBehavior (void)
 destructor, does nothing

Private Member Functions

 VisualRoutinesBehavior (const VisualRoutinesBehavior &)
 never call this
VisualRoutinesBehavioroperator= (const VisualRoutinesBehavior &)
 never call this

Constructor & Destructor Documentation

VisualRoutinesBehavior (  )  [explicit, protected]

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

Definition at line 19 of file VisualRoutinesBehavior.h.

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

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

Definition at line 22 of file VisualRoutinesBehavior.h.

virtual ~VisualRoutinesBehavior ( void   )  [protected, virtual]

destructor, does nothing

Definition at line 25 of file VisualRoutinesBehavior.h.

VisualRoutinesBehavior ( const VisualRoutinesBehavior  )  [private]

never call this


Member Function Documentation

VisualRoutinesBehavior& operator= ( const VisualRoutinesBehavior  )  [private]

never call this

void start (  )  [virtual]

Reimplemented from BehaviorBase.

Definition at line 7 of file VisualRoutinesBehavior.cc.

void stop (  )  [virtual]

Reimplemented from BehaviorBase.

Definition at line 14 of file VisualRoutinesBehavior.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