SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
List of all members
smtk::extension::qtTaskNodeFactory Class Reference

A factory for qtTaskNodes. More...

#include <qtTaskNodeFactory.h>

Inheritance diagram for smtk::extension::qtTaskNodeFactory:
[legend]
Collaboration diagram for smtk::extension::qtTaskNodeFactory:
[legend]

Additional Inherited Members

- Public Member Functions inherited from smtk::common::Factory< smtk::extension::qtBaseTaskNode, smtk::common::factory::Inputs< qtDiagramGenerator *, smtk::task::Task *, QGraphicsItem * > >
bool registerType ()
 Register a Type to the factory.
 
bool registerType (Metadata &&metadata)
 Register a Typeusing the Type's Metadata.
 
bool registerTypes ()
 Register a tuple of Types.
 
bool unregisterType ()
 Unregister a Type.
 
bool unregisterType (const std::string &typeName)
 Unregister a Type using its type name.
 
bool unregisterType (const std::size_t &typeIndex)
 Unregister a Type using its type index.
 
bool unregisterTypes ()
 Unregister a tuple of Types.
 
bool contains () const
 Determine whether or not a Type is available.
 
bool contains (const std::string &typeName) const
 Determine whether or not a Type is available using its type name.
 
bool contains (const std::size_t typeIndex) const
 Determine whether or not a Type is available using its type index.
 
std::unique_ptr< Type > create (Args &&... args) const
 Create an instance of a Type.
 
std::unique_ptr< smtk::extension::qtBaseTaskNodecreateFromName (const std::string &typeName, Args &&... args) const
 Create an instance of a Type using its type name.
 
std::unique_ptr< smtk::extension::qtBaseTaskNodecreateFromIndex (const std::size_t &typeIndex, Args &&... args) const
 Create an instance of a Type using its type name.
 
std::shared_ptr< Type > make (Args &&... args) const
 Make a shared instance of a Type.
 
std::shared_ptr< smtk::extension::qtBaseTaskNodemakeFromName (const std::string &typeName, Args &&... args) const
 Make a shared instance of a Type using its type name.
 
std::shared_ptr< smtk::extension::qtBaseTaskNodemakeFromIndex (const std::size_t &typeIndex, Args &&... args) const
 Create an instance of a Type using its type name.
 
Interface< TagType, true > get () const
 Access a convenience Interface for creating objects that singles out one of the three modes of creation: by type, by type name and by type index.
 

Detailed Description

A factory for qtTaskNodes.


The documentation for this class was generated from the following file: