qx::IxFactory : common interface for all classes that can be created dynamically using the class name
More...
#include <IxFactory.h>
qx::IxFactory : common interface for all classes that can be created dynamically using the class name
Definition at line 58 of file IxFactory.h.
◆ IxFactory() [1/2]
qx::IxFactory::IxFactory |
( |
const QString & | sKey | ) |
|
◆ ~IxFactory()
virtual qx::IxFactory::~IxFactory |
( |
| ) |
|
|
virtual |
◆ IxFactory() [2/2]
qx::IxFactory::IxFactory |
( |
const IxFactory & | other | ) |
|
|
inlineprivate |
◆ createObject()
virtual qx::any qx::IxFactory::createObject |
( |
bool | bRawPointer = false | ) |
const |
|
pure virtual |
◆ createObjectNudePtr()
virtual void * qx::IxFactory::createObjectNudePtr |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ typeInfo()
virtual const std::type_info & qx::IxFactory::typeInfo |
( |
| ) |
const |
|
pure virtual |
◆ m_sKeyFactory
QString qx::IxFactory::m_sKeyFactory |
|
protected |
The documentation for this class was generated from the following file: