umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Namespaces | Functions
object_factory.h File Reference
#include "umlobject.h"
#include <QString>
Include dependency graph for object_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Object_Factory
 

Functions

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