umbrello/umbrello
object_factory.cpp File Reference
#include "object_factory.h"#include <QtCore/QRegExp>#include <QtCore/QStringList>#include <QtGui/QApplication>#include <klocale.h>#include <kmessagebox.h>#include <kdebug.h>#include <kinputdialog.h>#include "umlobject.h"#include "umlpackagelist.h"#include "package.h"#include "folder.h"#include "classifier.h"#include "attribute.h"#include "operation.h"#include "enum.h"#include "entity.h"#include "actor.h"#include "usecase.h"#include "component.h"#include "node.h"#include "artifact.h"#include "stereotype.h"#include "category.h"#include "association.h"#include "umldoc.h"#include "uml.h"#include "uniqueconstraint.h"#include "foreignkeyconstraint.h"#include "checkconstraint.h"#include "codegenerator.h"#include "model_utils.h"#include "uniqueid.h"#include "cmds.h"
Include dependency graph for object_factory.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Object_Factory |
Functions | |
| bool | Object_Factory::assignUniqueIdOnCreation () |
| void | Object_Factory::assignUniqueIdOnCreation (bool yesno) |
| UMLAttribute * | Object_Factory::createAttribute (UMLObject *parent, const QString &name, UMLObject *type) |
| UMLClassifierListItem * | Object_Factory::createChildObject (UMLClassifier *parent, Uml::Object_Type type) |
| UMLObject * | Object_Factory::createNewUMLObject (Uml::Object_Type type, const QString &name, UMLPackage *parentPkg) |
| UMLOperation * | Object_Factory::createOperation (UMLClassifier *parent, const QString &name) |
| UMLObject * | Object_Factory::createUMLObject (Uml::Object_Type type, const QString &n, UMLPackage *parentPkg, bool solicitNewName) |
| UMLObject * | Object_Factory::makeObjectFromXMI (const QString &xmiTag, const QString &stereoID) |
Variables | |
| Uml::IDType | Object_Factory::g_predefinedId = Uml::id_None |
KDE 4.4 API Reference