Namespaces |
| namespace | Import_Utils |
Functions |
| void | Import_Utils::addEnumLiteral (UMLEnum *enumType, const QString &literal, const QString &comment) |
| void | Import_Utils::addIncludePath (const QString &path) |
| UMLAttribute * | Import_Utils::addMethodParameter (UMLOperation *method, const QString &type, const QString &name) |
| void | Import_Utils::assignUniqueIdOnCreation (bool yesno) |
| void | Import_Utils::createGeneralization (UMLClassifier *child, const QString &parentName) |
| void | Import_Utils::createGeneralization (UMLClassifier *child, UMLClassifier *parent) |
| UMLObject * | Import_Utils::createUMLObject (Uml::Object_Type type, const QString &inName, UMLPackage *parentPkg, const QString &comment, const QString &stereotype) |
| QString | Import_Utils::formatComment (const QString &comment) |
| QStringList | Import_Utils::includePathList () |
| UMLObject * | Import_Utils::insertAttribute (UMLClassifier *owner, Uml::Visibility scope, const QString &name, const QString &type, const QString &comment, bool isStatic) |
| UMLObject * | Import_Utils::insertAttribute (UMLClassifier *owner, Uml::Visibility scope, const QString &name, UMLClassifier *attrType, const QString &comment, bool isStatic) |
| void | Import_Utils::insertMethod (UMLClassifier *klass, UMLOperation *&op, Uml::Visibility scope, const QString &type, bool isStatic, bool isAbstract, bool isFriend, bool isConstructor, const QString &comment) |
| bool | Import_Utils::isDatatype (const QString &name, UMLPackage *parentPkg) |
| UMLOperation * | Import_Utils::makeOperation (UMLClassifier *parent, const QString &name) |
| bool | Import_Utils::newUMLObjectWasCreated () |
| void | Import_Utils::putAtGlobalScope (bool yesno) |
| void | Import_Utils::setRelatedClassifier (UMLClassifier *c) |
Variables |
| bool | Import_Utils::bNewUMLObjectWasCreated = false |
| bool | Import_Utils::bPutAtGlobalScope = false |
| UMLClassifier * | Import_Utils::gRelatedClassifier = NULL |
| QStringList | Import_Utils::incPathList |