[Uml-devel] branches/work/soc-umbrello/umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Sat Jun 13 11:42:01 UTC 2009
SVN commit 981356 by gopala:
Update doxygen documentation of AssociationSpaceManager class.
M +7 -3 associationspacemanager.h
--- branches/work/soc-umbrello/umbrello/associationspacemanager.h #981355:981356
@@ -32,9 +32,13 @@
/**
* @short A class to manage distribution of AssociationWidget around UMLWidget.
*
- * This class mainly includes functionality required to move around the AssociationWidget endings
- * along the 8 sides around the UMLWidget, based on simple distance based algorithms.
- * The object of this class resides in a UMLWidget.
+ * This class mainly has the following duties
+ * - Store New::AssociationWidgets associated with the UMLWidget to which
+ * this belongs.
+ * - Arrange/distribute the AssociationLine endings for all regions of
+ * UMLWidget based on AssociationSpaceManager::referencePoint.
+ *
+ * The object of this class is stored in a UMLWidget.
*/
class AssociationSpaceManager : public QObject
{
More information about the umbrello-devel
mailing list