[Uml-devel] branches/work/soc-umbrello-2011/umbrello/newcanvas

Camila San Martin Ayres smayres at gmail.com
Tue May 10 03:05:18 UTC 2011


SVN commit 1231074 by ayres:

Adding the license for the new files.

 M  +10 -0     newscene.cpp  
 M  +12 -2     newscene.h  
 M  +10 -0     newview.cpp  
 M  +10 -0     newview.h  


--- branches/work/soc-umbrello-2011/umbrello/newcanvas/newscene.cpp #1231073:1231074
@@ -1,3 +1,13 @@
+/***************************************************************************
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   copyright (C) 2002-2010                                               *
+ *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
+ ***************************************************************************/
+
 #include "newscene.h"
 #include "folder.h"
 
--- branches/work/soc-umbrello-2011/umbrello/newcanvas/newscene.h #1231073:1231074
@@ -1,3 +1,13 @@
+/***************************************************************************
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   copyright (C) 2002-2010                                               *
+ *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
+ ***************************************************************************/
+
 #ifndef NEWSCENE_H
 #define NEWSCENE_H
 
@@ -67,10 +77,10 @@
     QPointF getPos() const;
     void setPos(const QPointF &pos);
 
-    QColor gridDotColor() const;
+    QColor getGridDotColor() const;
     void setGridDotColor(const QColor &gridColor);
 
-    QColor fillColor() const;
+    QColor getFillColor() const;
     void setFillColor(const QColor &color);
 
     
--- branches/work/soc-umbrello-2011/umbrello/newcanvas/newview.cpp #1231073:1231074
@@ -1,3 +1,13 @@
+/***************************************************************************
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   copyright (C) 2002-2010                                               *
+ *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
+ ***************************************************************************/
+
 #include "newview.h" 
 #include "newscene.h"
 #include "folder.h"
--- branches/work/soc-umbrello-2011/umbrello/newcanvas/newview.h #1231073:1231074
@@ -1,3 +1,13 @@
+/***************************************************************************
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   copyright (C) 2002-2010                                               *
+ *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
+ ***************************************************************************/
+
 #ifndef NEWVIEW_H
 #define NEWVIEW_H
 




More information about the umbrello-devel mailing list