[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jul 9 21:25:03 UTC 2007
SVN commit 685857 by okellogg:
try a few more ApiDox fixes
M +1 -1 actorwidget.h
M +1 -1 associationwidget.h
M +3 -3 dialogs/assocpage.h
M +4 -1 signalwidget.h
M +1 -1 umlobject.h
M +5 -5 umlview.h
M +2 -2 usecasewidget.h
--- trunk/KDE/kdesdk/umbrello/umbrello/actorwidget.h #685856:685857
@@ -27,7 +27,7 @@
* When the @ref UMLView instance that this class belongs to is destroyed, the
* ActorWidget will be automatically deleted.
*
- * If the @ref Actor class that this ActorWidget is displaying is deleted, the
+ * If the UMLActor class that this ActorWidget is displaying is deleted, the
* @ref UMLView will make sure that this instance is also deleted.
*
* The ActorWidget class inherits from the @ref UMLWidget class which adds most
--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.h #685856:685857
@@ -517,7 +517,7 @@
UMLAttribute * getAttribute() const;
/**
- * Sets the text of the FloatingTextWidget identified by the ft's Text_Role.
+ * Sets the text of the given FloatingTextWidget.
* Overrides operation from LinkWidget.
* Required by FloatingTextWidget.
*/
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/assocpage.h #685856:685857
@@ -27,14 +27,14 @@
/**
* Displays a page on the tabbed dialog window of @ref ClassPropDlg.
- * The page shows all the Associations that belong to a @ref ConceptWidget.
+ * The page shows all the Associations that belong to a UMLClassifier.
*
*
* @see ClassPropDlg
- * @see ConceptWidget
+ * @see UMLClassifier
*
- * @short The page shows all the Associations that belong to a @ref ConceptWidget.
+ * @short The page shows all the Associations that belong to a UMLClassifier.
* @author Paul Hensgen <phensgen at techie.com>
* Bugs and comments to uml-devel at lists.sf.net or http://bugs.kde.org
*/
--- trunk/KDE/kdesdk/umbrello/umbrello/signalwidget.h #685856:685857
@@ -54,9 +54,12 @@
void draw(QPainter & p, int offsetX, int offsetY);
/**
- * Overrides the standard methods.
+ * Overrides the UMLWidget method.
*/
void setX(int newX);
+ /**
+ * Overrides the UMLWidget method.
+ */
void setY(int newY);
/**
--- trunk/KDE/kdesdk/umbrello/umbrello/umlobject.h #685856:685857
@@ -27,7 +27,7 @@
/**
* This class is the non-graphical version of @ref UMLWidget. These are
* created and maintained in the class @ref UMLDoc. This class holds all
- * the generic information needed for all UMLObjects.
+ * the generic information needed for all UML objects.
*
* @short The base class for UML objects.
* @author Paul Hensgen <phensgen at techie.com>
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.h #685856:685857
@@ -769,7 +769,7 @@
bool showPropDialog();
/**
- * Sets some options for all the @ref ClassWidget on the view.
+ * Sets some options for all the @ref ClassifierWidget on the view.
*/
void setClassWidgetOptions( ClassOptionsPage * page );
@@ -952,7 +952,7 @@
/**
* Contains the unique ID to allocate to a widget that needs an
- * ID for the view. @ref ObjectWidgets are an example of this.
+ * ID for the view. @ref ObjectWidget is an example of this.
*/
Uml::IDType m_nLocalID;
@@ -982,17 +982,17 @@
Settings::OptionState m_Options;
/**
- * Contains all the data items for @ref MessageWidgets on the diagram.
+ * Contains all the message widgets on the diagram.
*/
MessageWidgetList m_MessageList;
/**
- * Contains all the data for @ref UMLWidgets on the diagram.
+ * Contains all the UMLWidgets on the diagram.
*/
UMLWidgetList m_WidgetList;
/**
- * Contains all the data for @ref AssociationWidgets on the diagram.
+ * Contains all the AssociationWidgets on the diagram.
*/
AssociationWidgetList m_AssociationList;
--- trunk/KDE/kdesdk/umbrello/umbrello/usecasewidget.h #685856:685857
@@ -21,7 +21,7 @@
class UMLUseCase;
/**
- * This class is the graphical version of a UML UseCase. A UseCaseWidget is created
+ * This class is the graphical version of a UMLUseCase. A UseCaseWidget is created
* by a @ref UMLView. An UseCaseWidget belongs to only one @ref UMLView instance.
* When the @ref UMLView instance that this class belongs to, it will be automatically deleted.
*
@@ -31,7 +31,7 @@
* The UseCaseWidget class inherits from the @ref UMLWidget class which adds most of the functionality
* to this class.
*
- * @short A graphical version of a UML UseCase.
+ * @short A graphical version of a UMLUseCase.
* @author Paul Hensgen <phensgen at techie.com>
* Bugs and comments to uml-devel at lists.sf.net or http://bugs.kde.org
*/
More information about the umbrello-devel
mailing list