]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
Angus's FormInset work; Dekel's languages patch; my reworking of Angus's stuff +...
[lyx.git] / src / frontends / xforms / FormRef.h
index b175dd8f5800c397e612d5f7eb8e413d83f7adb8..65861a14ee7b9c4327ec8216d4427a206a81bd4f 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface
 #endif
 
-#include "FormCommand.h"
+#include "FormInset.h"
 struct FD_form_ref;
 
 /** This class provides an XForms implementation of the FormRef Dialog.
@@ -51,18 +51,19 @@ private:
                GOFIRST
        };
 
+       /// Disconnect signals. Also perform any necessary housekeeping.
+       virtual void disconnect();
+
        /// Build the dialog
        virtual void build();
        /// Filter the input
-       virtual bool input( long );
+       virtual bool input( FL_OBJECT *, long );
        /// Update dialog before showing it
-       virtual void update();
+       virtual void update(bool switched = false);
        /// Not used but must be instantiated
        virtual void apply();
-       /// delete derived class variables from hide()
-       virtual void clearStore();
        /// Pointer to the actual instantiation of the xform's form
-       virtual FL_FORM * const form() const;
+       virtual FL_FORM * form() const;
 
        ///
        void updateBrowser( std::vector<string> ) const;