X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=20cd96ab6629aa241290b0b7b9b007275dcebd39;hb=3561caa3a171a5984ee7a10b7ea82f7f4b7226e8;hp=a5822f4b967b5708a4573343024f4216db64c922;hpb=4b64aaf4ce026aacce02cfda58dcb1cd954f4adb;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index a5822f4b96..20cd96ab66 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -37,7 +37,7 @@ public: MENU, // A menu entry TOOLBAR, // A toolbar icon KEYBOARD, // a keyboard binding - COMMANDBUFFER, + COMMANDBUFFER, LYXSERVER, TOC }; @@ -58,7 +58,7 @@ public: /// for changing requests a bit FuncRequest(FuncRequest const & cmd, docstring const & arg, Origin o = INTERNAL); - + /// access the whole argument docstring const & argument() const { return argument_; } /// @@ -75,7 +75,7 @@ public: int y() const { return y_; } /// void set_y(int y) { y_ = y; } - /// + /// mouse_button::state button() const { return button_; } /// KeyModifier modifier() { return modifier_; } @@ -86,9 +86,9 @@ public: /// eating all characters up to the end of the command line std::string getLongArg(unsigned int i) const; - /// + /// static FuncRequest const unknown; - /// + /// static FuncRequest const noaction; private: /// the action