[Uml-devel] KDE/kdesdk/umbrello/umbrello (silent)

Oliver Kellogg okellogg at users.sourceforge.net
Thu Feb 28 21:07:51 UTC 2008


SVN commit 780350 by okellogg:

SVN_SILENT cosmetics (no tabs)

 M  +1 -1      category.h  
 M  +1 -1      checkconstraint.h  
 M  +1 -1      entityconstraint.h  
 M  +7 -7      foreignkeyconstraint.h  
 M  +1 -1      kplayerslideraction.cpp  
 M  +2 -2      linepath.h  
 M  +16 -16    listpopupmenu.h  
 M  +2 -2      uniqueconstraint.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/category.h #780349:780350
@@ -32,7 +32,7 @@
     enum Category_Type {
         ct_Disjoint_Specialisation,
         ct_Overlapping_Specialisation,
-	ct_Union
+        ct_Union
     };
 
    /**
--- trunk/KDE/kdesdk/umbrello/umbrello/checkconstraint.h #780349:780350
@@ -34,7 +34,7 @@
      * @param id        The unique id given to this UMLCheckConstraint.
      */
     UMLCheckConstraint(UMLObject *parent, const QString& name,
-			Uml::IDType id = Uml::id_None );
+                       Uml::IDType id = Uml::id_None );
 
     /**
      * Sets up a constraint.
--- trunk/KDE/kdesdk/umbrello/umbrello/entityconstraint.h #780349:780350
@@ -37,7 +37,7 @@
      * @param id        The unique id given to this UMLEntityConstraint.
      */
     UMLEntityConstraint(UMLObject *parent, const QString& name,
-			Uml::IDType id = Uml::id_None );
+                        Uml::IDType id = Uml::id_None );
 
     /**
      * Sets up a constraint.
--- trunk/KDE/kdesdk/umbrello/umbrello/foreignkeyconstraint.h #780349:780350
@@ -41,7 +41,7 @@
      * is either, No Action, Restrict, Cascade, Set NULL , Set Default
      */
     enum UpdateDeleteAction { uda_NoAction = 0 , uda_Restrict ,
-			      uda_Cascade , uda_SetNull, uda_SetDefault } ;
+                              uda_Cascade , uda_SetNull, uda_SetDefault } ;
 
     /**
      * Sets up a constraint.
@@ -51,7 +51,7 @@
      * @param id        The unique id given to this UMLForeignKeyConstraint.
      */
     UMLForeignKeyConstraint(UMLObject *parent, const QString& name,
-			    Uml::IDType id = Uml::id_None );
+                            Uml::IDType id = Uml::id_None );
 
     /**
      * Sets up a constraint.
@@ -138,8 +138,8 @@
     /**
      * Retrieve all Pairs of Attributes
      */
-    QMap<UMLEntityAttribute*,UMLEntityAttribute*>  getEntityAttributePairs(){
-	return m_AttributeMap;
+    QMap<UMLEntityAttribute*,UMLEntityAttribute*> getEntityAttributePairs() {
+         return m_AttributeMap;
     }
 
     /**
@@ -159,15 +159,15 @@
     /**
      * Set the Delete Action to the specified UpdateDeleteAction
      */
-    void setDeleteAction(UpdateDeleteAction uda){
+    void setDeleteAction(UpdateDeleteAction uda) {
         m_DeleteAction = uda;
     }
 
     /**
      * Set the Update Action to the specified UpdateDeleteAction
      */
-    void setUpdateAction(UpdateDeleteAction uda){
-	m_UpdateAction = uda;
+    void setUpdateAction(UpdateDeleteAction uda) {
+        m_UpdateAction = uda;
     }
 
     /**
--- trunk/KDE/kdesdk/umbrello/umbrello/kplayerslideraction.cpp #780349:780350
@@ -105,7 +105,7 @@
 
       if(KToolBar* associatedToolBar = dynamic_cast<KToolBar*>(associatedWidget)) {
 
-	associatedToolButton = associatedToolBar->childAt(associatedToolBar->mapFromGlobal(QCursor::pos()));
+        associatedToolButton = associatedToolBar->childAt(associatedToolBar->mapFromGlobal(QCursor::pos()));
         if(associatedToolButton)
           break;             // found the tool button which was clicked
 
--- trunk/KDE/kdesdk/umbrello/umbrello/linepath.h #780349:780350
@@ -220,10 +220,10 @@
          * @param angle The inclination angle
          */
         void setInclination(int angle) {
-	    inclination = angle;
+            inclination = angle;
         }
     protected:
-	/**
+        /**
          * Reimplementation from base class
          */
         void drawShape(QPainter& p);
--- trunk/KDE/kdesdk/umbrello/umbrello/listpopupmenu.h #780349:780350
@@ -50,7 +50,7 @@
         mt_Sequence_Diagram,
         mt_Class_Diagram,
         mt_Collaboration_Diagram,
-        mt_State_Diagram,				// 10
+        mt_State_Diagram,                                // 10
         mt_Activity_Diagram,
         mt_Component_Diagram,
         mt_Deployment_Diagram,
@@ -60,7 +60,7 @@
         mt_On_Class_Diagram,
         mt_On_Collaboration_Diagram,
         mt_On_State_Diagram,
-        mt_On_Activity_Diagram,				// 20
+        mt_On_Activity_Diagram,                          // 20
         mt_On_Component_Diagram,
         mt_On_Deployment_Diagram,
         mt_On_EntityRelationship_Diagram,
@@ -70,7 +70,7 @@
         mt_Deployment_Folder,
         mt_EntityRelationship_Folder,
         mt_Class,
-        mt_Package,					// 30
+        mt_Package,                                      // 30
         mt_Subsystem,
         mt_Component,
         mt_Node,
@@ -80,7 +80,7 @@
         mt_Entity,
         mt_Datatype,
         mt_Actor,
-        mt_UseCase,					// 40
+        mt_UseCase,                                      // 40
         mt_Attribute,
         mt_EntityAttribute,
         mt_EnumLiteral,
@@ -90,7 +90,7 @@
         mt_CheckConstraint,
         mt_Object,
         mt_Category,
-        mt_DisjointSpecialisation,			// 50
+        mt_DisjointSpecialisation,                       // 50
         mt_OverlappingSpecialisation,
         mt_Union,
         mt_Initial_State,
@@ -100,7 +100,7 @@
         mt_Initial_Activity,
         mt_End_Activity,
         mt_Operation,
-        mt_Template,					// 60
+        mt_Template,                                     // 60
         mt_New_Parameter,
         mt_New_Operation,
         mt_New_Attribute,
@@ -110,7 +110,7 @@
         mt_New_UniqueConstraint,
         mt_New_PrimaryKeyConstraint,
         mt_New_ForeignKeyConstraint,
-        mt_New_CheckConstraint,				// 70
+        mt_New_CheckConstraint,                          // 70
         mt_Parameter_Selected,
         mt_Operation_Selected,
         mt_Attribute_Selected,
@@ -120,7 +120,7 @@
         mt_UniqueConstraint_Selected,
         mt_PrimaryKeyConstraint_Selected,
         mt_ForeignKeyConstraint_Selected,
-        mt_CheckConstraint_Selected,			// 80
+        mt_CheckConstraint_Selected,                     // 80
         mt_Association_Selected,          // Association without role names
         mt_Show_Attributes,
         mt_Show_Attributes_Selection,     //SHOWATTS, multiple items
@@ -130,7 +130,7 @@
         mt_Show_Packages_Selection,       //SHOWPACKAGE, multiple items
         mt_Show_Stereotypes,
         mt_Show_Stereotypes_Selection,    //SHOWSTEREOTYPE, multiple items
-        mt_Visibility,					// 90
+        mt_Visibility,                                   // 90
         mt_Visibility_Selection,          //SCOPE, multiple items
         mt_DrawAsCircle,
         mt_DrawAsCircle_Selection,        //DRAWASCIRCLE, multiple items
@@ -140,7 +140,7 @@
         mt_ChangeToInterface_Selection,
         mt_Rename_Object,
         mt_Select_Operation,
-        mt_Anchor,					// 100
+        mt_Anchor,                                       // 100
         mt_Properties,
         mt_Rename,
         mt_Delete,
@@ -150,7 +150,7 @@
         mt_Sequence_Number,
         mt_Cut,
         mt_Copy,
-        mt_Paste,					// 110
+        mt_Paste,                                        // 110
         mt_Clear,
         mt_Redo,
         mt_Undo,
@@ -160,7 +160,7 @@
         mt_Show_Attribute_Signature,
         mt_Show_Attribute_Signature_Selection, //SHOWATTSIG, multiple items
         mt_Message_Text,
-        mt_Collaboration_Message,			// 120
+        mt_Collaboration_Message,                        // 120
         mt_FloatText,
         mt_MultiA,
         mt_MultiB,
@@ -170,7 +170,7 @@
         mt_RoleNameA,
         mt_RoleNameB,
         mt_Delete_Selection,
-        mt_Reset_Label_Positions,			// 130
+        mt_Reset_Label_Positions,                        // 130
         mt_Line_Color,
         mt_Fill_Color,
         mt_Use_Fill_Color,
@@ -180,7 +180,7 @@
         mt_Rename_Name,
         mt_Rename_RoleAName,
         mt_Rename_RoleBName,
-        mt_Change_Font,					// 140
+        mt_Change_Font,                                  // 140
         mt_Change_Font_Selection,
         mt_SnapToGrid,
         mt_ShowSnapGrid,
@@ -191,8 +191,8 @@
         mt_Branch,
         mt_Flip,
 
-        mt_Expand_All,					// 150 Expand all items in the list
-        mt_Collapse_All,				// Collapse all items in the list
+        mt_Expand_All,                                        // 150 Expand all items in the list
+        mt_Collapse_All,                                // Collapse all items in the list
 
         mt_Refactoring,
         mt_ViewCode, // view code document contents
--- trunk/KDE/kdesdk/umbrello/umbrello/uniqueconstraint.h #780349:780350
@@ -35,7 +35,7 @@
      * @param id        The unique id given to this UMLUniqueConstraint.
      */
     UMLUniqueConstraint(UMLObject *parent, const QString& name,
-			Uml::IDType id = Uml::id_None );
+                        Uml::IDType id = Uml::id_None );
 
     /**
      * Sets up a constraint.
@@ -118,7 +118,7 @@
      * Get the Entity Attributes List
      */
     UMLEntityAttributeList getEntityAttributeList() const {
-	return m_EntityAttributeList;
+        return m_EntityAttributeList;
     }
 
     /**




More information about the umbrello-devel mailing list