Defines Common Interface for WxCreatorMap.
More...
#include <wxcreator.h>
template<class B>
class WxCreatorMapBase< B >
Defines Common Interface for WxCreatorMap.
◆ addCreator()
Add a new creator object into the list of available creators for base classes that have default constructor.
- Parameters
-
nm | Name of the creator |
b | Pointer to the creator base object |
◆ addCreatorForChildren()
Add a new creator object into the list of available creators for base classes that have a parent pointer constructor.
- Parameters
-
nm | Name of the creator |
b | Pointer to the creator base object |
◆ removeCreatorForChild()
template<class B >
static void WxCreatorMapBase< B >::removeCreatorForChild |
( |
const std::string & |
nm | ) |
|
|
inlinestatic |
Remove a creator from the list of parent pointer constructor creators.
- Parameters
-
nm | Name of creator to remove |
◆ removeCreatorForDefault()
template<class B >
static void WxCreatorMapBase< B >::removeCreatorForDefault |
( |
const std::string & |
nm | ) |
|
|
inlinestatic |
Remove a creator from the list of default constructor creators.
- Parameters
-
nm | Name of creator to remove |
The documentation for this class was generated from the following file: