Graphics/ModuleItem.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
--- a/Graphics/ModuleItem.py	Sat May 17 19:58:49 2014 +0200
+++ b/Graphics/ModuleItem.py	Sun May 18 14:13:09 2014 +0200
@@ -31,7 +31,7 @@
     
     def addClass(self, classname):
         """
-        Method to add a class to the module model.
+        Public method to add a class to the module model.
         
         @param classname class name to be added (string)
         """
@@ -39,7 +39,7 @@
     
     def getClasses(self):
         """
-        Method to retrieve the classes of the module.
+        Public method to retrieve the classes of the module.
         
         @return list of class names (list of strings)
         """
@@ -116,7 +116,7 @@
     
     def setModel(self, model):
         """
-        Method to set the module model.
+        Public method to set the module model.
         
         @param model module model containing the module data (ModuleModel)
         """

eric ide

mercurial