]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
Implement os::current_root for native Win32 builds.
[lyx.git] / src / cursor.h
index 01c4d82432cbe40861701e719e1d4ad3d3ce9c88..fa90fd6ad9b115e8a1e2a533f258b5dbfd15bb4e 100644 (file)
@@ -42,7 +42,12 @@ public:
        void dispatch(FuncRequest const & cmd);
        /// get the resut of the last dispatch
        DispatchResult result() const;
-       /// are we willing to handle this event?
+        /**
+        * \returns true if this function made a definitive decision on
+        * whether the inset at this cursor position wants to handle the
+        * request \p cmd or not. The result of this decision is put into
+        * \p status.
+        */
        bool getStatus(FuncRequest const & cmd, FuncStatus & flag);
 
        /// add a new cursor slice