#include <CreateConceptDesc.h>
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_type & | get_name () const |
Protected Attributes | |
| const cl7::string_type | _name |
The command class for creating concept object descriptions.
| 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.
| const cl7::string_type& cyber::editor::commands::creation::CreateConceptDesc::get_name | ( | ) | const [inline] |
The name of the created concept object description.
const cl7::string_type cyber::editor::commands::creation::CreateConceptDesc::_name [protected] |
The name of the created concept object description.
1.7.1