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

Oliver Kellogg okellogg at users.sourceforge.net
Thu Feb 2 14:07:01 UTC 2006


SVN commit 505037 by okellogg:

setSecondaryId(): New. Required by Roseimport.

 M  +4 -0      umlobject.cpp  
 M  +7 -0      umlobject.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.cpp #505036:505037
@@ -377,6 +377,10 @@
     return m_SecondaryId;
 }
 
+void UMLObject::setSecondaryId(QString id) {
+    m_SecondaryId = id;
+}
+
 void UMLObject::maybeSignalObjectCreated() {
     if (!m_bCreationWasSignalled &&
             m_BaseType != Uml::ot_Stereotype &&
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.h #505036:505037
@@ -320,6 +320,13 @@
     QString getSecondaryId() const;
 
     /**
+     * Set the secondary ID.
+     * Currently only required by petalTree2Uml(); all other setting of the
+     * m_SecondaryID is internal to the UMLObject class hierarchy.
+     */
+    void setSecondaryId(QString id);
+
+    /**
      * Returns true if this object resides in an externalized folder.
      * CHECK: It is probably cleaner to move this to the UMLListViewItem.
      */




More information about the umbrello-devel mailing list