]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormParagraph.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / FormParagraph.h
index 7dc7633316693cee791dd541068333d5d7773989..c8458eb64a14d1db732945d41b0a82b742a473ba 100644 (file)
@@ -25,8 +25,9 @@ struct FD_form_paragraph_general;
 struct FD_form_paragraph_extra;
 
 /** This class provides an XForms implementation of the FormParagraph Popup.
+ *           @author Jürgen Vigna
  */
-class FormParagraph : public FormBase {
+class FormParagraph : public FormBaseBD {
 public:
        ///
        FormParagraph(LyXView *, Dialogs *);
@@ -34,12 +35,15 @@ public:
        ~FormParagraph();
 
 private:
+       /** Redraw the form (on receipt of a Signal indicating, for example,
+           that the xform colours have been re-mapped). */
+       virtual void redraw();
        /// Build the popup
-       void build();
+       virtual void build();
        /// Apply from popup
-       void apply();
+       virtual void apply();
        /// Update the popup.
-       void update();
+       virtual void update();
        /// Filter the inputs on callback from xforms
        virtual bool input(FL_OBJECT * ob, long);