[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Jul 10 05:52:13 UTC 2007


SVN commit 685950 by okellogg:

EBN APIDOX #9 (bad tags)

 M  +2 -2      activitywidget.h  
 M  +1 -1      actorwidget.h  
 M  +1 -1      artifactwidget.h  
 M  +1 -1      association.h  
 M  +2 -2      associationwidget.h  
 M  +1 -1      boxwidget.h  
 M  +2 -2      classifierwidget.h  
 M  +2 -2      combinedfragmentwidget.h  
 M  +1 -1      componentwidget.h  
 M  +2 -2      datatypewidget.h  
 M  +2 -2      entitywidget.h  
 M  +2 -2      enumwidget.h  
 M  +2 -2      floatingdashlinewidget.h  
 M  +2 -2      floatingtextwidget.h  
 M  +2 -2      folder.h  
 M  +2 -2      forkjoinwidget.h  
 M  +2 -2      messagewidget.h  
 M  +1 -1      nodewidget.h  
 M  +2 -2      notewidget.h  
 M  +2 -2      objectnodewidget.h  
 M  +2 -2      objectwidget.h  
 M  +1 -1      packagewidget.h  
 M  +2 -2      pinwidget.h  
 M  +2 -2      preconditionwidget.h  
 M  +2 -2      regionwidget.h  
 M  +2 -2      signalwidget.h  
 M  +2 -2      statewidget.h  
 M  +2 -2      umldoc.h  
 M  +2 -2      umllistviewitem.h  
 M  +4 -4      umlview.h  
 M  +1 -1      umlwidget.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/activitywidget.h #685949:685950
@@ -101,12 +101,12 @@
                             ActivityType& resultType );
 
     /**
-     * Saves the widget to the <activitywidget> XMI element.
+     * Saves the widget to the "activitywidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the widget from the <activitywidget> XMI element.
+     * Loads the widget from the "activitywidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/actorwidget.h #685949:685950
@@ -63,7 +63,7 @@
     void draw(QPainter & p, int offsetX, int offsetY);
 
     /**
-     * Saves the widget to the <actorwidget> XMI element.
+     * Saves the widget to the "actorwidget" XMI element.
      * Note: For loading from XMI, the inherited parent method is used.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
--- trunk/KDE/kdesdk/umbrello/umbrello/artifactwidget.h #685949:685950
@@ -51,7 +51,7 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves the widget to the <artifactwidget> XMI element.
+     * Saves the widget to the "artifactwidget" XMI element.
      * Note: For loading from XMI, the inherited parent method is used.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
--- trunk/KDE/kdesdk/umbrello/umbrello/association.h #685949:685950
@@ -219,7 +219,7 @@
     /**
      * Set backward compatibility flag for loading version 1.3.x files.
      * This flag is necessary because the handling of the isNavigable
-     * attribute of <AssociationEnd> was incorrect.
+     * attribute of <UML:AssociationEnd> was incorrect.
      */
     void setOldLoadMode(bool value = true);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.h #685949:685950
@@ -620,12 +620,12 @@
     void setUMLObject(UMLObject *obj);
 
     /**
-     * Saves this widget to the <assocwidget> XMI element.
+     * Saves this widget to the "assocwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads this widget from the <assocwidget> XMI element.
+     * Loads this widget from the "assocwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/boxwidget.h #685949:685950
@@ -51,7 +51,7 @@
     void draw(QPainter & p, int offsetX, int offsetY);
 
     /**
-     * Saves the widget to the <boxwidget> XMI element.
+     * Saves the widget to the "boxwidget" XMI element.
      * Note: For loading from XMI, the inherited parent method is used.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
--- trunk/KDE/kdesdk/umbrello/umbrello/classifierwidget.h #685949:685950
@@ -282,12 +282,12 @@
     virtual void adjustAssocs(int x, int y);
 
     /**
-     * Creates the <classwidget> or <interfacewidget >XML element.
+     * Creates the "classwidget" or "interfacewidget" XML element.
      */
     void saveToXMI(QDomDocument & qDoc, QDomElement & qElement);
 
     /**
-     * Loads the <classwidget> or <interfacewidget> XML element.
+     * Loads the "classwidget" or "interfacewidget" XML element.
      */
     bool loadFromXMI(QDomElement & qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/combinedfragmentwidget.h #685949:685950
@@ -86,12 +86,12 @@
                       const QString& dialogPrompt, const QString& defaultName);
 
     /**
-     * Saves the widget to the <combinedFragmentwidget> XMI element.
+     * Saves the widget to the "combinedFragmentwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the widget from the <CombinedFragmentwidget> XMI element.
+     * Loads the widget from the "CombinedFragmentwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/componentwidget.h #685949:685950
@@ -49,7 +49,7 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <componentwidget> XMI element.
+     * Saves to the "componentwidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/datatypewidget.h #685949:685950
@@ -49,12 +49,12 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <datatypewidget> XMI element.
+     * Saves to the "datatypewidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
     /**
-     * Loads from an <datatypewidget> XMI element.
+     * Loads from a "datatypewidget" XMI element.
      */
     bool loadFromXMI(QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/entitywidget.h #685949:685950
@@ -54,12 +54,12 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <entitywidget> XMI element.
+     * Saves to the "entitywidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
     /**
-     * Loads from an <entitywidget> XMI element.
+     * Loads from an "entitywidget" XMI element.
      */
     bool loadFromXMI(QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/enumwidget.h #685949:685950
@@ -73,12 +73,12 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <enumwidget> XMI element.
+     * Saves to the "enumwidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
     /**
-     * Loads from an <enumwidget> XMI element.
+     * Loads from an "enumwidget" XMI element.
      */
     bool loadFromXMI(QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/floatingdashlinewidget.h #685949:685950
@@ -88,12 +88,12 @@
     int getDiffY();
 
      /**
-     * Creates the <floatingdashline> XMI element.
+     * Creates the "floatingdashline" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the <floatingdashline> XMI element.
+     * Loads the "floatingdashline" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/floatingtextwidget.h #685949:685950
@@ -243,12 +243,12 @@
     void showProperties();
 
     /**
-     * Creates the <floatingtext> XMI element.
+     * Creates the "floatingtext" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the <floatingtext> XMI element.
+     * Loads the "floatingtext" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/folder.h #685949:685950
@@ -139,7 +139,7 @@
     /**
      * Creates a UML:Model or UML:Package element:
      * UML:Model is created for the predefined fixed folders,
-     * UML:Package with stereotype <<folder>> is created for all else.
+     * UML:Package with stereotype "folder" is created for all else.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
@@ -161,7 +161,7 @@
 
     /**
      * Auxiliary to load():
-     * Load the diagrams from the <diagrams> in the <XMI.extension>
+     * Load the diagrams from the "diagrams" in the <XMI.extension>
      */
     bool loadDiagramsFromXMI(QDomNode& diagrams);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/forkjoinwidget.h #685949:685950
@@ -64,12 +64,12 @@
     void draw(QPainter & p, int offsetX, int offsetY);
 
     /**
-     * Saves the widget to the <forkjoinwidget> XMI element.
+     * Saves the widget to the "forkjoinwidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
     /**
-     * Loads the widget from the <forkjoinwidget> XMI element.
+     * Loads the widget from the "forkjoinwidget" XMI element.
      */
     bool loadFromXMI(QDomElement & qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/messagewidget.h #685949:685950
@@ -361,12 +361,12 @@
     int onWidget(const QPoint & p);
 
     /**
-     * Saves to the <messagewidget> XMI element.
+     * Saves to the "messagewidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads from the <messagewidget> XMI element.
+     * Loads from the "messagewidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/nodewidget.h #685949:685950
@@ -47,7 +47,7 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <nodewidget> XMI element.
+     * Saves to the "nodewidget" XMI element.
      * Note: For loading we use the method inherited from UMLWidget.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
--- trunk/KDE/kdesdk/umbrello/umbrello/notewidget.h #685949:685950
@@ -133,12 +133,12 @@
     void askForNoteType(UMLWidget* &targetWidget);
 
     /**
-     * Saves to the <notewidget> XMI element.
+     * Saves to the "notewidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads a <notewidget> XMI element.
+     * Loads a "notewidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/objectnodewidget.h #685949:685950
@@ -93,12 +93,12 @@
 
 
     /**
-     * Saves the widget to the <objectnodewidget> XMI element.
+     * Saves the widget to the "objectnodewidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the widget from the <objectnodewidget> XMI element.
+     * Loads the widget from the "objectnodewidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/objectwidget.h #685949:685950
@@ -237,12 +237,12 @@
     SeqLineWidget *getSeqLine();
 
     /**
-     * Saves to the <objectwidget> XMI element.
+     * Saves to the "objectwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads from a <objectwidget> XMI element.
+     * Loads from a "objectwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/packagewidget.h #685949:685950
@@ -49,7 +49,7 @@
     void draw(QPainter& p, int offsetX, int offsetY);
 
     /**
-     * Saves to the <packagewidget> XMI element.
+     * Saves to the "packagewidget" XMI element.
      */
     void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/pinwidget.h #685949:685950
@@ -84,12 +84,12 @@
     int getMaxY();
 
     /**
-     * Saves the widget to the <pinwidget> XMI element.
+     * Saves the widget to the "pinwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the widget from the <pinwidget> XMI element.
+     * Loads the widget from the "pinwidget" XMI element.
      */
      bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/preconditionwidget.h #685949:685950
@@ -97,12 +97,12 @@
     int getMaxY();
 
     /**
-     * Saves the widget to the <preconditionwidget> XMI element.
+     * Saves the widget to the "preconditionwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the widget from the <preconditionwidget> XMI element.
+     * Loads the widget from the "preconditionwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/regionwidget.h #685949:685950
@@ -55,12 +55,12 @@
 
 
     /**
-     * Creates the <REGIONwidget> XMI element.
+     * Creates the "REGIONwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads a <REGIONwidget> XMI element.
+     * Loads a "REGIONwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/signalwidget.h #685949:685950
@@ -97,12 +97,12 @@
     void mouseMoveEvent(QMouseEvent *me);
 
     /**
-     * Creates the <signalwidget> XMI element.
+     * Creates the "signalwidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads a <signalwidget> XMI element.
+     * Loads a "signalwidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/statewidget.h #685949:685950
@@ -127,12 +127,12 @@
                          StateType& resultType );
 
     /**
-     * Creates the <statewidget> XMI element.
+     * Creates the "statewidget" XMI element.
      */
     void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads a <statewidget> XMI element.
+     * Loads a "statewidget" XMI element.
      */
     bool loadFromXMI( QDomElement & qElement );
 
--- trunk/KDE/kdesdk/umbrello/umbrello/umldoc.h #685949:685950
@@ -442,8 +442,8 @@
 
     /**
      * Loads umbrello specific extensions from XMI to the UMLDoc.
-     * The extension tags are: <docsettings>, <diagrams>, <listview>,
-     * and <codegeneration>.
+     * The extension tags are: "docsettings", "diagrams", "listview",
+     * and "codegeneration".
      */
     void loadExtensionsFromXMI(QDomNode & node);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistviewitem.h #685949:685950
@@ -230,12 +230,12 @@
     UMLListViewItem * findItem(Uml::IDType id);
 
     /**
-     * saves the listview item to a <listitem> tag
+     * saves the listview item to a "listitem" tag
      */
     void saveToXMI( QDomDocument& qDoc, QDomElement& qElement);
 
     /**
-     * Loads a <listitem> tag, this is only used by the clipboard currently
+     * Loads a "listitem" tag, this is only used by the clipboard currently
      */
     bool loadFromXMI(QDomElement& qElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.h #685949:685950
@@ -836,22 +836,22 @@
     // Load/Save interface:
 
     /**
-     * Creates the <diagram> tag and fills it with the contents of the diagram.
+     * Creates the "diagram" tag and fills it with the contents of the diagram.
      */
     virtual void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
     /**
-     * Loads the <diagram> tag.
+     * Loads the "diagram" tag.
      */
     virtual bool loadFromXMI( QDomElement & qElement );
 
     /**
-     * Loads the <UISDiagram> tag of Unisys.IntegratePlus.2 generated files.
+     * Loads the "UISDiagram" tag of Unisys.IntegratePlus.2 generated files.
      */
     bool loadUISDiagram(QDomElement & qElement);
 
     /**
-     * Loads a <widget> element such as <UML:Class>, used by loadFromXMI() and the clipboard.
+     * Loads a "widget" element from XMI, used by loadFromXMI() and the clipboard.
      */
     UMLWidget* loadWidgetFromXMI(QDomElement& widgetElement);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/umlwidget.h #685949:685950
@@ -654,7 +654,7 @@
     QString m_instanceName;
 
     /**
-     * Should it show the <<stereotype>> of the widget
+     * Should the stereotype be displayed
      */
     bool m_bShowStereotype;
 




More information about the umbrello-devel mailing list