]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayersfreezeall.h
Major refactoring of actions: Moved implementation from header files
[architektonas] / src / actions / rs_actionlayersfreezeall.h
index de0840537ac3b051122b3a43f1e8dcf3de1a3ff6..ac6c29d02c3bc95ac742831d4d2ed957ab1c2dbc 100644 (file)
  */
 class RS_ActionLayersFreezeAll: public RS_ActionInterface
 {
-       //Q_OBJECT
        public:
-               RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container,
-                       RS_GraphicView & graphicView);
-               ~RS_ActionLayersFreezeAll() {}
-
-               static QAction * createGUIAction(RS2::ActionType type, QObject* /*parent*/);
+               RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView);
+               ~RS_ActionLayersFreezeAll();
 
                virtual void init(int status = 0);
                virtual void trigger();