OpenLexocad
28.0
|
#include <Command.h>
Public Member Functions | |
Core::Command * | CreatePublic (std::string id) |
![]() | |
bool | Register (std::string unique_id) |
bool | Unregister (std::string unique_id) |
Core::Command * | Create (std::string unique_id) |
ConstIterator | GetBegin () const |
Iterator | GetBegin () |
ConstIterator | GetEnd () const |
Iterator | GetEnd () |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, CreateObjectFunc >::const_iterator | ConstIterator |
typedef std::map< std::string, CreateObjectFunc >::iterator | Iterator |
![]() | |
typedef Core::Command *(* | CreateObjectFunc) () |
![]() | |
std::map< std::string, CreateObjectFunc > | m_object_creator |
|
inline |