2 Feb 2005 23:26
kdesdk/umbrello/umbrello
Oliver Kellogg <okellogg <at> users.sourceforge.net>
2005-02-02 22:26:03 GMT
2005-02-02 22:26:03 GMT
CVS commit by okellogg:
makeOperation(), insertMethod(): Parent is a UMLClassifier.
M +2 -2 classimport.cpp 1.71
M +3 -2 classimport.h 1.26
--- kdesdk/umbrello/umbrello/classimport.cpp #1.70:1.71
<at> <at> -166,5 +166,5 <at> <at> UMLObject *ClassImport::createUMLObject(
}
-UMLOperation* ClassImport::makeOperation(UMLClass *parent, const QString &name) {
+UMLOperation* ClassImport::makeOperation(UMLClassifier *parent, const QString &name) {
UMLOperation *op = new UMLOperation(parent, name);
return op;
<at> <at> -202,5 +202,5 <at> <at> UMLObject* ClassImport::insertAttribute(
}
-void ClassImport::insertMethod(UMLClass *klass, UMLOperation *op,
+void ClassImport::insertMethod(UMLClassifier *klass, UMLOperation *op,
Uml::Scope scope, QString type,
bool isStatic, bool isAbstract,
--- kdesdk/umbrello/umbrello/classimport.h #1.25:1.26
<at> <at> -19,4 +19,5 <at> <at> class UMLDoc;
class UMLObject;
class UMLClass;
+class UMLClassifier;
class UMLPackage;
class UMLOperation;
(Continue reading)
RSS Feed