|
umbrello 26.03.70-1a62d36
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#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 () |
| UMLObject * | Object_Factory::createNewUMLObject (UMLObject::ObjectType type, const QString &name, UMLPackage *parentPkg, bool undoable) |
| UMLObject * | Object_Factory::createUMLObject (UMLObject::ObjectType type, const QString &n, UMLPackage *parentPkg, bool solicitNewName) |
| UMLAttribute * | Object_Factory::createAttribute (UMLObject *parent, const QString &name, UMLObject *type) |
| UMLOperation * | Object_Factory::createOperation (UMLClassifier *parent, const QString &name) |
| UMLClassifierListItem * | Object_Factory::createChildObject (UMLClassifier *parent, UMLObject::ObjectType type, const QString &name) |
| UMLObject * | Object_Factory::makeObjectFromXMI (const QString &xmiTag, const QString &stereoID) |
Variables | |
| Uml::ID::Type | Object_Factory::g_predefinedId = Uml::ID::None |
| #define DBG_SRC QStringLiteral("Object_Factory") |