|
WARPXM v1.10.0
|
This creator is meant to be used for classes that require a parent argument to their constructor. More...
#include <wxcreator.h>
This creator is meant to be used for classes that require a parent argument to their constructor.
Public Member Functions | |
| WxCreatorForChildren (std::string name) | |
| B * | getNew (const WmConstOpaquePtr &parentPointer) |
| calls constructors for derived class taking the one parentPointer argument | |
Public Member Functions inherited from WxCreatorForChildrenBase< B > | |
| WxCreatorForChildrenBase (std::string nm, const std::type_info *dtype) | |
| virtual B * | getNew (const WmConstOpaquePtr &parentPointer)=0 |
| calls constructors for derived class taking the one parentPointer argument | |
Public Member Functions inherited from wxm::detail::creator_base | |
| creator_base (std::string name, const std::type_info *dtype) | |
| virtual | ~creator_base ()=default |
Additional Inherited Members | |
Public Attributes inherited from wxm::detail::creator_base | |
| std::string | name_ |
| const std::type_info * | type_ |
|
inline |
|
inlinevirtual |
calls constructors for derived class taking the one parentPointer argument
Implements WxCreatorForChildrenBase< B >.