umbrello 26.03.70-1a62d36
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 "umlactor.h"
#include "umlartifact.h"
#include "umlassociation.h"
#include "umlattribute.h"
#include "umlcategory.h"
#include "umlcheckconstraint.h"
#include "umlclassifier.h"
#include "cmds.h"
#include "codegenerator.h"
#include "umlcomponent.h"
#include "umldatatype.h"
#include "debug_utils.h"
#include "dialog_utils.h"
#include "umlenum.h"
#include "umlentity.h"
#include "umlfolder.h"
#include "umlforeignkeyconstraint.h"
#include "umlinstance.h"
#include "model_utils.h"
#include "umlnode.h"
#include "umlpackage.h"
#include "umlport.h"
#include "umloperation.h"
#include "umlstereotype.h"
#include "umlusecase.h"
#include "umlapp.h"
#include "umldoc.h"
#include "umlobject.h"
#include "umlpackagelist.h"
#include "umluniqueconstraint.h"
#include "uniqueid.h"
#include <KLocalizedString>
#include <KMessageBox>
#include <QApplication>
#include <QStringList>

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")