#include <LightDesc.h>
Public Member Functions | |
| unsigned long | get_color () const |
| void | set_color (unsigned long color) |
Protected Member Functions | |
| LightDesc (ClassID class_id, unsigned id, unsigned long color) | |
| LightDesc (const LightDesc &rhs) | |
| LightDesc & | operator= (const LightDesc &rhs) |
| virtual | ~LightDesc (void) |
The base light object description class.
| cyber::world::lights::LightDesc::LightDesc | ( | ClassID | class_id, | |
| unsigned | id, | |||
| unsigned long | color | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::lights::LightDesc::LightDesc | ( | const LightDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::lights::LightDesc::~LightDesc | ( | void | ) | [protected, virtual] |
Destructor.
| unsigned long cyber::world::lights::LightDesc::get_color | ( | ) | const [inline] |
Returns the color of this light.
Copy assignment operator.
| void cyber::world::lights::LightDesc::set_color | ( | unsigned long | color | ) | [inline] |
Sets the color of this light.
1.7.1