[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Sun Mar 9 10:56:06 UTC 2003
CVS commit by jriddell:
Filled in some /** comments which weren't very descriptive
M +4 -4 associationwidget.h 1.7
M +3 -1 codegenerators/sqlwriter.h 1.2
M +1 -1 dialogs/overwritedialogue.h 1.2
M +6 -4 dialogs/umltemplatedialog.h 1.2
--- kdesdk/umbrello/umbrello/associationwidget.h #1.6:1.7
@@ -349,20 +349,20 @@ public:
/**
- * Overrides standard event method
+ * Adds a break point (if left mouse button)
*/
void mouseDoubleClickEvent(QMouseEvent * me);
/**
- * Overrides standard event method
+ * Sets the association to be selected
*/
void mousePressEvent(QMouseEvent * me);
/**
- * Overrides standard event method
+ * Displays the right mouse buttom menu if right button is pressed
*/
void mouseReleaseEvent(QMouseEvent * me);
/**
- * Overrides standard event method
+ * Moves the break point being dragged
*/
void mouseMoveEvent(QMouseEvent * me);
--- kdesdk/umbrello/umbrello/codegenerators/sqlwriter.h #1.1:1.2
@@ -54,5 +54,7 @@ private:
void writeAttributes(UMLConcept *c, QTextStream &j);
- //FIXME doc
+ /**
+ * Prints out attributes as columns in the table
+ */
void printAttributes(QTextStream& sql, QList<UMLAttribute> attributeList, bool first);
};
--- kdesdk/umbrello/umbrello/dialogs/overwritedialogue.h #1.1:1.2
@@ -20,5 +20,5 @@ class QCheckBox;
* or cancel. Gives an option to apply the choice to all remaining files.
*
- * FIXME: uses OK and Apply buttons but overrides their text and behaviour, probably
+ * Uses OK and Apply buttons but overrides their text and behaviour, probably
* better to use user defined buttons but I couldn't work out how. KDialogBase guru needed.
*
--- kdesdk/umbrello/umbrello/dialogs/umltemplatedialog.h #1.1:1.2
@@ -13,8 +13,4 @@
#include <kdialogbase.h>
-/** //FIXME
- * @author Paul Hensgen
- */
-
class QButtonGroup;
class QCheckBox;
@@ -23,4 +19,10 @@ class QLineEdit;
class QRadioButton;
class UMLTemplate;
+
+/**
+ * A dialogue to edit the properties of a class template (paramaterised class)
+ *
+ * @author Jonathan Riddell
+ */
class UMLTemplateDialog : public KDialogBase {
More information about the umbrello-devel
mailing list