]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlMath.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlMath.h
index 79621ea684c54fc7cf9a4f4804d6deb856bb7378..615298b9a52369c69d0322d2f1b70c20dff7263a 100644 (file)
@@ -23,6 +23,7 @@ class ControlMath : public Dialog::Controller {
 public:
        ControlMath(Dialog &);
 
+       /// Nothing to initialise in this case.
        virtual bool initialiseParams(string const &) { return true; }
        virtual void clearParams() {}
        virtual void dispatchParams() {}
@@ -42,9 +43,11 @@ public:
        void dispatchMatrix(string const & str) const;
        /// Insert a delimiter
        void dispatchDelim(string const & str) const;
-       /// switch between display and inline
+       /// Wwitch between display and inline
        void dispatchToggleDisplay() const;
-       /// a request to launch dialog \param name.
+       /** A request to the kernel to launch a dialog.
+        *  \param name the dialog identifier.
+        */
        void showDialog(string const & name) const;
 };