]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksattributes.h
Major refactoring of actions: Moved implementation from header files
[architektonas] / src / actions / rs_actionblocksattributes.h
index 9c36281abd4f7d09dc351d06d762c7c32d5b67d4..80dc698a8177e8a809a8dcf72a73ba5f7a1775df 100644 (file)
@@ -10,7 +10,7 @@
 ** Foundation and appearing in the file LICENSE.GPL included in the
 ** packaging of this file.
 **
-** Licensees holding valid qcadlib Professional Edition licenses may use 
+** Licensees holding valid qcadlib Professional Edition licenses may use
 ** this file in accordance with the qcadlib Commercial License
 ** Agreement provided with the Software.
 **
  *
  * @author Andrew Mustun
  */
-class RS_ActionBlocksAttributes : public RS_ActionInterface {
-  //Q_OBJECT
-public:
-    RS_ActionBlocksAttributes(RS_EntityContainer& container,
-                       RS_GraphicView& graphicView);
-    ~RS_ActionBlocksAttributes() {}
-       
-       static QAction* createGUIAction(RS2::ActionType /*type*/, QObject* /*parent*/);
+class RS_ActionBlocksAttributes: public RS_ActionInterface
+{
+       //Q_OBJECT
+       public:
+               RS_ActionBlocksAttributes(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               ~RS_ActionBlocksAttributes()
+               {
+               }
 
-    virtual void init(int status=0);
-    virtual void trigger();
+               static QAction * createGUIAction(RS2::ActionType /*type*/, QObject * /*parent*/);
 
+               virtual void init(int status = 0);
+               virtual void trigger();
 };
 
 #endif