]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiHSpace.h
index 31338b240ea799dca2900fc3f9939fdfad65f35a..5b0bdece3ba698a077922f5e29715f871890cb7f 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -24,15 +24,19 @@ class GuiHSpace : public GuiDialog, public Ui::HSpaceUi
        Q_OBJECT
 
 public:
-       GuiHSpace(GuiView & lv);
+       GuiHSpace(GuiView & lv, bool math);
 
 private Q_SLOTS:
        ///
        void change_adaptor();
        ///
        void enableWidgets(int);
+       ///
+       void patternChanged();
 
 private:
+       ///
+       void setMath(bool custom);
        /// Apply from dialog
        void applyView();
        /// Update the dialog
@@ -47,8 +51,6 @@ private:
        void dispatchParams();
        ///
        bool isBufferDependent() const { return true; }
-       ///
-       bool inInset() const;
 
        ///
        InsetSpaceParams params_;