#include <ControlPrinterTyped.hxx>
Public Types | |
enum | tEnum { eString = 0, eFloat = 1, eDouble = 2, eInt = 3, eMidi = 4 } |
Public Member Functions | |
EnumTypedTypes () | |
EnumTypedTypes (tValue v) | |
EnumTypedTypes (const std::string &s) | |
virtual CLAM::Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Definition at line 37 of file ControlPrinterTyped.hxx.
Definition at line 45 of file ControlPrinterTyped.hxx.
CLAM::EnumTypedTypes::EnumTypedTypes | ( | ) | [inline] |
Definition at line 39 of file ControlPrinterTyped.hxx.
Referenced by Species().
CLAM::EnumTypedTypes::EnumTypedTypes | ( | tValue | v | ) | [inline] |
Definition at line 40 of file ControlPrinterTyped.hxx.
CLAM::EnumTypedTypes::EnumTypedTypes | ( | const std::string & | s | ) | [inline] |
Definition at line 41 of file ControlPrinterTyped.hxx.
virtual CLAM::Component* CLAM::EnumTypedTypes::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 43 of file ControlPrinterTyped.hxx.
References EnumTypedTypes().
static tEnumValue* CLAM::EnumTypedTypes::ValueTable | ( | ) | [inline, static] |