]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet coding style (split lines longer than 100 characters)
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sat, 27 Jun 2020 20:04:40 +0000 (23:04 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sat, 27 Jun 2020 20:04:40 +0000 (23:04 +0300)
src/Model/Model_AttributeSelectionList.h

index ea93c155cd4a75a427e06b97847dbcc3c0d865a6..f99e337437bf4f03cd3349b24d8feb162d9b3b93 100644 (file)
@@ -56,14 +56,16 @@ public:
 
   /// Adds the new reference to the end of the list by the naming name of the selected shape
   /// The type of shape is taken from the current selection type if the given is empty
-  MODEL_EXPORT virtual void append(const std::wstring& theNamingName, const std::string& theType="");
+  MODEL_EXPORT virtual void append(const std::wstring& theNamingName,
+                                   const std::string& theType="");
 
   /// Adds the new reference to the end of the list by inner point on the selected shape
   MODEL_EXPORT virtual void append(const std::shared_ptr<GeomAPI_Pnt>& thePoint,
                                    const std::string& theType);
 
   /// Adds the new reference to the end of the list by weak naming index
-  MODEL_EXPORT virtual void append(const std::string& theType, const std::wstring& theContextName,
+  MODEL_EXPORT virtual void append(const std::string& theType,
+                                   const std::wstring& theContextName,
                                    const int theIndex);
 
   /// Copy the selection list to the destination attribute