umbrello 2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Namespaces | Macros | Functions | Variables
object_factory.cpp File Reference
#include "object_factory.h"
#include "actor.h"
#include "artifact.h"
#include "association.h"
#include "attribute.h"
#include "category.h"
#include "checkconstraint.h"
#include "classifier.h"
#include "cmds.h"
#include "codegenerator.h"
#include "component.h"
#include "datatype.h"
#include "debug_utils.h"
#include "dialog_utils.h"
#include "enum.h"
#include "entity.h"
#include "folder.h"
#include "foreignkeyconstraint.h"
#include "instance.h"
#include "model_utils.h"
#include "node.h"
#include "package.h"
#include "port.h"
#include "operation.h"
#include "stereotype.h"
#include "usecase.h"
#include "uml.h"
#include "umldoc.h"
#include "umlobject.h"
#include "umlpackagelist.h"
#include "uniqueconstraint.h"
#include "uniqueid.h"
#include <KLocalizedString>
#include <KMessageBox>
#include <QApplication>
#include <QRegExp>
#include <QStringList>
Include dependency graph for object_factory.cpp:

Namespaces

namespace  Object_Factory
 

Macros

#define DBG_SRC   QStringLiteral("Object_Factory")
 

Functions

void Object_Factory::assignUniqueIdOnCreation (bool yesno)
 
bool Object_Factory::assignUniqueIdOnCreation ()
 
UMLObjectObject_Factory::createNewUMLObject (UMLObject::ObjectType type, const QString &name, UMLPackage *parentPkg, bool undoable)
 
UMLObjectObject_Factory::createUMLObject (UMLObject::ObjectType type, const QString &n, UMLPackage *parentPkg, bool solicitNewName)
 
UMLAttributeObject_Factory::createAttribute (UMLObject *parent, const QString &name, UMLObject *type)
 
UMLOperationObject_Factory::createOperation (UMLClassifier *parent, const QString &name)
 
UMLClassifierListItemObject_Factory::createChildObject (UMLClassifier *parent, UMLObject::ObjectType type, const QString &name)
 
UMLObjectObject_Factory::makeObjectFromXMI (const QString &xmiTag, const QString &stereoID)
 

Variables

Uml::ID::Type Object_Factory::g_predefinedId = Uml::ID::None
 

Macro Definition Documentation

◆ DBG_SRC

#define DBG_SRC   QStringLiteral("Object_Factory")