X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormIndex.h;h=6714b1d06ff06ef80fafb1f6e2fcd6ae67b55cb2;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=bcd94511cde546bd90cbc9c9712c74565beede74;hpb=5f1427b648d5f283e6f8e07f931899ee02461fc5;p=lyx.git diff --git a/src/frontends/xforms/FormIndex.h b/src/frontends/xforms/FormIndex.h index bcd94511cd..6714b1d06f 100644 --- a/src/frontends/xforms/FormIndex.h +++ b/src/frontends/xforms/FormIndex.h @@ -16,7 +16,7 @@ #pragma interface #endif -#include "FormCommand.h" +#include "FormInset.h" struct FD_form_index; /** This class provides an XForms implementation of the FormIndex Dialog. @@ -28,22 +28,18 @@ public: /// ~FormIndex(); private: + /// Connect signals etc. Set form's max size. + virtual void connect(); /// Build the dialog virtual void build(); - /// Not used but must be instantiated - virtual void input(long) {} /// Update dialog before showing it virtual void update(); /// Apply from dialog (modify or create inset) virtual void apply(); /// Pointer to the actual instantiation of the xform's form - virtual FL_FORM * const form() const; + virtual FL_FORM * form() const; /// FD_form_index * build_index(); - /// - int minh; - /// - int minw; /// Real GUI implementation. FD_form_index * dialog_; };