#include <CreateLightDesc.h>
Public Member Functions | |
| CreateLightDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, unsigned long color) | |
| virtual | ~CreateLightDesc (void) |
| unsigned long | get_color () const |
Protected Attributes | |
| const unsigned long | _color |
The command class for creating light object descriptions.
| cyber::editor::commands::creation::CreateLightDesc::CreateLightDesc | ( | unsigned | cmd_number, | |
| const cl7::string_type & | cmd_name, | |||
| world::WorldDesc * | world_desc, | |||
| unsigned | obj_id, | |||
| unsigned long | color | |||
| ) |
Explicit constructor.
| cyber::editor::commands::creation::CreateLightDesc::~CreateLightDesc | ( | void | ) | [virtual] |
Destructor.
| unsigned long cyber::editor::commands::creation::CreateLightDesc::get_color | ( | ) | const [inline] |
Returns the color of the light.
const unsigned long cyber::editor::commands::creation::CreateLightDesc::_color [protected] |
The color of the light.
1.7.1