--- 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) """