[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
Oliver.Kellogg at t-online.de
Fri Aug 15 15:12:19 UTC 2003
CVS commit by okellogg:
Use UMLObjectList. Fix some typos.
M +6 -6 umldoc.h 1.26
--- kdesdk/umbrello/umbrello/umldoc.h #1.25:1.26
@@ -18,4 +18,5 @@
#include "dialogs/settingsdlg.h"
#include "umlviewlist.h"
+#include "umlobjectlist.h"
#include "umlnamespace.h"
#include <qdatastream.h>
@@ -44,5 +45,4 @@ class IDChangeLog;
class ObjectWidget;
class UMLListView;
-class UMLObject;
class UMLViewData;
class UMLWidget;
@@ -230,5 +230,5 @@ public:
* that matches role B.
*
- * @param assoc The assocation to add
+ * @param assoc The association to add
*/
void addAssocToConcepts(UMLAssociation* assoc);
@@ -397,5 +397,5 @@ public:
/**
- * This method is called for saving the given modell as a XMI file. It is
+ * This method is called for saving the given model as a XMI file. It is
* virtual and calls the corresponding saveToXMI() functions of the derived
* classes
@@ -669,5 +669,5 @@ public:
/**
- * Preforms the undo function, loading the document back to the
+ * Performs the undo function, loading the document back to the
* state is was before the last addToUndoStack()
*/
@@ -675,5 +675,5 @@ public:
/**
- * Preforms the redo function, loading the document back to the
+ * Performs the redo function, loading the document back to the
* state is was before the last undo()
*/
@@ -735,5 +735,5 @@ private:
void initSaveTimer();
- QPtrList<UMLObject> objectList;
+ UMLObjectList objectList;
QPtrList<Umbrello::Diagram> diagrams;
int uniqueID;
More information about the umbrello-devel
mailing list