]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkArea.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / WorkArea.h
index 7ecf1aad608c17657a158c26aae4bcd7e87aeebd..cb54cff3c442dee817d9eebb588554ad08f4436e 100644 (file)
@@ -1,19 +1,21 @@
 // -*- C++ -*-
 /**
  * \file WorkArea.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef WORKAREA_H
 #define WORKAREA_H
 
-#include "frontends/mouse_state.h"
 #include "frontends/key_state.h"
 #include "frontends/LyXKeySym.h"
+#include "funcrequest.h"
 
 #include <boost/signals/signal0.hpp>
 #include <boost/signals/signal1.hpp>
@@ -68,16 +70,8 @@ public:
        boost::signal1<void, int> scrollDocView;
        /// a key combination has been pressed
        boost::signal2<void, LyXKeySymPtr, key_modifier::state> workAreaKeyPress;
-       /// a mouse button has been pressed
-       boost::signal3<void, int, int, mouse_button::state> workAreaButtonPress;
-       /// a mouse button has been released
-       boost::signal3<void, int, int, mouse_button::state> workAreaButtonRelease;
-       /// the mouse has moved
-       boost::signal3<void, int, int, mouse_button::state> workAreaMotionNotify;
-       /// a mouse button has been double-clicked
-       boost::signal3<void, int, int, mouse_button::state> workAreaDoubleClick;
-       /// a mouse button has been triple-clicked
-       boost::signal3<void, int, int, mouse_button::state> workAreaTripleClick;
+       /// some mouse event
+       boost::signal1<void, FuncRequest> dispatch;
        /// emitted when an X client has requested our selection
        boost::signal0<void> selectionRequested;
        /// emitted when another X client has stolen our selection