#include <graphic_items.h>
Inheritance diagram for GraphicFactory:
Public Member Functions | |
GraphicFactory () | |
void | init () |
ModulType | type () |
ModuleInterface * | create (const QString &) |
GraphicFactory::GraphicFactory | ( | ) | [inline] |
ModuleInterface * GraphicFactory::create | ( | const QString & | ) | [virtual] |
Implements ModuleFactory.
void GraphicFactory::init | ( | ) | [virtual] |
Implements ModuleFactory.
ModulType GraphicFactory::type | ( | ) | [inline, virtual] |
Implements ModuleFactory.