#include <modeFactory.h>
Public Member Functions | |
ModeFactory () | |
~ModeFactory () | |
Static Public Member Functions | |
static boost::shared_ptr< Mode > | create (cob_light::LightMode requestMode, IColorO *colorO) |
static boost::shared_ptr< Mode > | create (std::string mode, color::rgba color) |
static int | type (Mode *mode) |
Private Attributes | |
IColorO * | _colorO |
Definition at line 27 of file modeFactory.h.
ModeFactory::ModeFactory | ( | ) |
Definition at line 31 of file modeFactory.cpp.
ModeFactory::~ModeFactory | ( | ) |
Definition at line 34 of file modeFactory.cpp.
|
static |
Definition at line 38 of file modeFactory.cpp.
|
static |
Definition at line 162 of file modeFactory.cpp.
|
static |
Definition at line 194 of file modeFactory.cpp.
|
private |
Definition at line 39 of file modeFactory.h.