Public Member Functions | Protected Attributes

cyber::editor::commands::creation::CreateConceptDesc Class Reference

#include <CreateConceptDesc.h>

Inheritance diagram for cyber::editor::commands::creation::CreateConceptDesc:
cyber::editor::commands::creation::CreateObjectDesc cyber::editor::commands::Command cyber::editor::commands::creation::CreateMaterialDesc

List of all members.

Public Member Functions

 CreateConceptDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, const cl7::string_type &name)
virtual ~CreateConceptDesc (void)
const cl7::string_typeget_name () const

Protected Attributes

const cl7::string_type _name

Detailed Description

The command class for creating concept object descriptions.


Constructor & Destructor Documentation

cyber::editor::commands::creation::CreateConceptDesc::CreateConceptDesc ( unsigned  cmd_number,
const cl7::string_type cmd_name,
world::WorldDesc world_desc,
unsigned  obj_id,
const cl7::string_type name 
)

Explicit constructor.

cyber::editor::commands::creation::CreateConceptDesc::~CreateConceptDesc ( void   )  [virtual]

Destructor.


Member Function Documentation

const cl7::string_type& cyber::editor::commands::creation::CreateConceptDesc::get_name (  )  const [inline]

The name of the created concept object description.


Member Data Documentation

The name of the created concept object description.


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