]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Tiny corrections in source code
authorsbh <sergey.belash@opencascade.com>
Tue, 2 Sep 2014 15:45:07 +0000 (19:45 +0400)
committersbh <sergey.belash@opencascade.com>
Tue, 2 Sep 2014 15:45:07 +0000 (19:45 +0400)
src/Config/Config_FeatureMessage.h
src/ModelAPI/ModelAPI_Validator.h
src/ModuleBase/ModuleBase_ModelWidget.h

index 4c32b0b8639f666c2bb287e2ac4ba68581ef77c0..ea6bd4f8cea0e92a7abeeaf334b3b6991fa2912d 100644 (file)
@@ -32,20 +32,33 @@ class Config_FeatureMessage : public Events_Message
 \r
  public:\r
   //const Events_ID theID, const void* theSender = 0\r
-  CONFIG_EXPORT Config_FeatureMessage(const Events_ID theId, const void* theParent = 0);CONFIG_EXPORT virtual ~Config_FeatureMessage();\r
+  CONFIG_EXPORT Config_FeatureMessage(const Events_ID theId, const void* theParent = 0);\r
+  CONFIG_EXPORT virtual ~Config_FeatureMessage();\r
 \r
   //Auto-generated getters/setters\r
-  CONFIG_EXPORT const std::string& icon() const;CONFIG_EXPORT const std::string& id() const;CONFIG_EXPORT const std::string& keysequence() const;CONFIG_EXPORT const std::string& text() const;CONFIG_EXPORT const std::string& tooltip() const;\r
+  CONFIG_EXPORT const std::string& icon() const;\r
+  CONFIG_EXPORT const std::string& id() const;\r
+  CONFIG_EXPORT const std::string& keysequence() const;\r
+  CONFIG_EXPORT const std::string& text() const;\r
+  CONFIG_EXPORT const std::string& tooltip() const;\r
+  CONFIG_EXPORT const std::string& groupId() const;\r
+  CONFIG_EXPORT const std::string& workbenchId() const;\r
+  CONFIG_EXPORT const std::string& pluginLibrary() const;\r
+  CONFIG_EXPORT const std::string& nestedFeatures() const;\r
+  CONFIG_EXPORT bool isUseInput() const;\r
+  CONFIG_EXPORT bool isInternal() const;\r
 \r
-  CONFIG_EXPORT const std::string& groupId() const;CONFIG_EXPORT const std::string& workbenchId() const;CONFIG_EXPORT const std::string& pluginLibrary() const;CONFIG_EXPORT const std::string& nestedFeatures() const;CONFIG_EXPORT bool isUseInput() const;CONFIG_EXPORT bool isInternal() const;\r
-\r
-  CONFIG_EXPORT void setIcon(const std::string& icon);CONFIG_EXPORT void setId(\r
-      const std::string& id);CONFIG_EXPORT void setKeysequence(const std::string& keysequence);CONFIG_EXPORT void setText(\r
-      const std::string& text);CONFIG_EXPORT void setTooltip(const std::string& tooltip);CONFIG_EXPORT void setGroupId(\r
-      const std::string& groupId);CONFIG_EXPORT void setWorkbenchId(const std::string& workbenchId);CONFIG_EXPORT void setPluginLibrary(\r
-      const std::string& thePluginLibrary);CONFIG_EXPORT void setNestedFeatures(\r
-      const std::string& theNestedFeatures);CONFIG_EXPORT void setUseInput(bool isUseInput);CONFIG_EXPORT void setInternal(\r
-      bool isInternal);\r
+  CONFIG_EXPORT void setIcon(const std::string& icon);\r
+  CONFIG_EXPORT void setId(const std::string& id);\r
+  CONFIG_EXPORT void setKeysequence(const std::string& keysequence);\r
+  CONFIG_EXPORT void setText(const std::string& text);\r
+  CONFIG_EXPORT void setTooltip(const std::string& tooltip);\r
+  CONFIG_EXPORT void setGroupId(const std::string& groupId);\r
+  CONFIG_EXPORT void setWorkbenchId(const std::string& workbenchId);\r
+  CONFIG_EXPORT void setPluginLibrary(const std::string& thePluginLibrary);\r
+  CONFIG_EXPORT void setNestedFeatures(const std::string& theNestedFeatures);\r
+  CONFIG_EXPORT void setUseInput(bool isUseInput);\r
+  CONFIG_EXPORT void setInternal(bool isInternal);\r
 };\r
 \r
 #endif // CONFIG_MESSAGE_H\r
\ No newline at end of file
index c1c5f37fbcc03cc44add704d8f26d3e263d42e80..6f9e26f2a765fbf4e8b221bfe30a510ba9a9934a 100644 (file)
@@ -29,7 +29,6 @@ class MODELAPI_EXPORT ModelAPI_Validator
   virtual ~ModelAPI_Validator()
   {
   }
-  ;
 
   /// Returns true if feature and/or attributes are valid
   /// \param theFeature the validated feature
index d11c21d0f6fa559c56371dd9685b151553f0ef38..2d626c58b371e7531368b5be8e7449030b2cce35 100644 (file)
@@ -38,7 +38,6 @@ Q_OBJECT
   virtual ~ModuleBase_ModelWidget()
   {
   }
-  ;
 
   /// Set the given wrapped value to the current widget
   /// This value should be processed in the widget according to the needs
@@ -47,7 +46,6 @@ Q_OBJECT
   {
     return false;
   }
-  ;
 
   /// Returns the state whether the attribute of the feature is initialized
   /// \param theObject a model feature to be checked