]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / FormToc.h
index 17a2c8e4cfcfe336aa7c2c81e4cdba921c3bc3d2..c8bf93d8c26922042e7703f7cd06a652d431906f 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface
 #endif
 
-#include "FormCommand.h"
+#include "FormInset.h"
 #include "buffer.h"
 struct FD_form_toc;
 
@@ -29,14 +29,17 @@ public:
        ///
        ~FormToc();
 private:
+       /// Disconnect signals. Also perform any necessary housekeeping.
+       virtual void disconnect();
+
        /// Build the dialog
        virtual void build();
+       /// bool indicates if a buffer switch took place
+       virtual void updateSlot(bool) { update(); }
        /// Update dialog before showing it
        virtual void update();
        /// Apply from dialog (modify or create inset)
        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 * form() const;
        ///