]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_actioninterface.cpp
Major refactoring of actions: Moved implementation from header files
[architektonas] / src / base / rs_actioninterface.cpp
index 9d4f4e55ef90afae8b304dfe2aab0147b21b9155..9557d315219a61341a42f49a46cfdd1722f16b89 100644 (file)
 
 #include "rs_actioninterface.h"
 
+#include "commands.h"
+#include "rs_debug.h"
+#include "rs_entitycontainer.h"
+#include "rs_graphicview.h"
+
 /**
  * Constructor.
  *
@@ -60,9 +65,9 @@ RS_ActionInterface::RS_ActionInterface(const char * name,
  */
 RS_ActionInterface::~RS_ActionInterface()
 {
-//JLH: Only it isn't pure virtual...
        // would be pure virtual now:
        // hideOptions();
+//JLH: Only it isn't pure virtual...
 }
 
 /**
@@ -158,7 +163,8 @@ void RS_ActionInterface::keyReleaseEvent(QKeyEvent * e)
  * This function can be overwritten by the implementing action.
  * The default implementation does nothing.
  */
-void RS_ActionInterface::coordinateEvent(RS_CoordinateEvent *)
+//void RS_ActionInterface::coordinateEvent(RS_CoordinateEvent *)
+void RS_ActionInterface::coordinateEvent(Vector *)
 {
 }