]> 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 7872ce813afa6139e358222db87bede327386b8a..c8bf93d8c26922042e7703f7cd06a652d431906f 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface
 #endif
 
-#include "FormCommand.h"
+#include "FormInset.h"
 #include "buffer.h"
 struct FD_form_toc;
 
@@ -24,26 +24,24 @@ struct FD_form_toc;
  */
 class FormToc : public FormCommand {
 public:
-       /**@name Constructors and Destructors */
-       //@{
        ///
        FormToc(LyXView *, Dialogs *);
        ///
        ~FormToc();
-
 private:
+       /// Disconnect signals. Also perform any necessary housekeeping.
+       virtual void disconnect();
+
        /// Build the dialog
        virtual void build();
-       /// Not used but must be instantiated
-       virtual void input( long ) {}
+       /// 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 * const form() const;
+       virtual FL_FORM * form() const;
        ///
        void updateToc();
        ///