defuze.me
Client
|
A Factory to create a new Module. More...
#include <modulefactory.hpp>
Static Public Member Functions | |
static Module * | create (const QString uniqName, QPoint position, ModuleWidget *widget, int tabIndex=0) |
static Module * | getModule (const QString &uniqId) |
Friends | |
class | GuiCore |
class | Module |
A Factory to create a new Module.
It will check for the uniqueness of the new Module's name.
Definition at line 28 of file modulefactory.hpp.