OpenLexocad
27.0
|
#include <Command.h>
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, CreateObjectFunc >::const_iterator | ConstIterator |
typedef std::map< std::string, CreateObjectFunc >::iterator | Iterator |
![]() | |
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 () |
![]() | |
typedef Core::Command *(* | CreateObjectFunc) () |
![]() | |
std::map< std::string, CreateObjectFunc > | m_object_creator |