Kuesa::Qt3D::Factory
More...
#include <factory.h>
Public Functions
 | 
Name | 
| void | 
registerType(const IdentifierType & id, ProductCreator creator) | 
| void | 
unregisterType(const IdentifierType & id) | 
| AbstractProduct * | 
create(const IdentifierType & id, const QVariantMap & properties) | 
Detailed Description
 | template <class AbstractProduct ,
typename IdentifierType ,
typename ProductCreator >
class Kuesa::Qt3D::Factory;
  | 
 
Public Functions Documentation
function registerType
 | inline void registerType(
    const IdentifierType & id,
    ProductCreator creator
)
  | 
 
function unregisterType
 | inline void unregisterType(
    const IdentifierType & id
)
  | 
 
function create
 | inline AbstractProduct * create(
    const IdentifierType & id,
    const QVariantMap & properties
)
  | 
 
Updated on 2023-07-03 at 11:02:03 +0000