]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/manipulator.h
Move common accept/cancel handling to the Tool class
[r2c2.git] / source / designer / manipulator.h
index d48645c743ddcbcbe5e5001f0038bed1b805870e..efbdfa5fba351bf02bfff552e315a06d22f25ccb 100644 (file)
@@ -28,14 +28,13 @@ protected:
 
        ObjectArray objects;
        R2C2::Vector center;
-       bool accepted;
 
 public:
        Manipulator(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
        virtual ~Manipulator();
 
 private:
-       virtual void button_press(unsigned);
+       virtual void finish();
 };
 
 #endif