Public Member Functions | Protected Attributes

cyber::editor::commands::creation::CreateLightDesc Class Reference

#include <CreateLightDesc.h>

Inheritance diagram for cyber::editor::commands::creation::CreateLightDesc:
cyber::editor::commands::creation::CreateObjectDesc cyber::editor::commands::Command cyber::editor::commands::creation::CreateAmbientLightDesc cyber::editor::commands::creation::CreateAttenuatedLightDesc cyber::editor::commands::creation::CreatePointLightDesc cyber::editor::commands::creation::CreateSpotLightDesc

List of all members.

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

Detailed Description

The command class for creating light object descriptions.


Constructor & Destructor Documentation

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.


Member Function Documentation

unsigned long cyber::editor::commands::creation::CreateLightDesc::get_color (  )  const [inline]

Returns the color of the light.


Member Data Documentation

The color of the light.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines