SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | List of all members
smtk::extension::qtManager Class Reference

A qtManager is responsible for creating new qt-based objects. More...

#include <qtManager.h>

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

Public Member Functions

 smtkTypeMacroBase (smtk::extension::qtManager)
 
 smtkCreateMacro (smtk::extension::qtManager)
 
qtDiagramGeneratorFactorydiagramGeneratorFactory ()
 A factory to create instances of named subclasses of qtDiagramGenerator.
 
const qtDiagramGeneratorFactorydiagramGeneratorFactory () const
 
qtDiagramViewModeFactorydiagramViewModeFactory ()
 A factory to create instances of named subclasses of qtDiagramViewMode.
 
const qtDiagramViewModeFactorydiagramViewModeFactory () const
 
qtObjectNodeFactoryobjectNodeFactory ()
 A factory to create object nodes from persistent objects.
 
const qtObjectNodeFactoryobjectNodeFactory () const
 
qtTaskNodeFactorytaskNodeFactory ()
 A factory to create task nodes from tasks.
 
const qtTaskNodeFactorytaskNodeFactory () const
 

Detailed Description

A qtManager is responsible for creating new qt-based objects.

Currently it provides a factory for creating qtTaskNodes, qtBaseObjectNodes, qtDiagramGenerators, and qtDiagramViewModes.


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