]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormCitation.h
index ca49a7973a273ac7cb3ca1d3cc0fe9ef9fccb620..5319520f0997260ddcd3b263da09c1b3e892a476 100644 (file)
@@ -30,46 +30,35 @@ public:
 private:
        ///
        enum State {
-               ///
-               DOWN,
-               ///
-               UP,
-               ///
-               DELETE,
-               ///
-               ADD,
-               ///
-               BIBBRSR,
-               ///
-               CITEBRSR,
-               ///
                ON,
                ///
                OFF
        };
+       /// Connect signals etc. Set form's max size.
+       virtual void connect();
        /// Disconnect signals. Also perform any necessary housekeeping.
        virtual void disconnect();
 
        /// Build the dialog
        virtual void build();
        /// Filter the inputs
-       virtual bool input( FL_OBJECT *, long );
+       virtual bool input(FL_OBJECT *, long);
        /// Update dialog before showing it
-       virtual void update(bool switched = false);
+       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 * form() const;
 
        ///
-       void updateBrowser( FL_OBJECT *, std::vector<string> const & ) const;
-       ///
-       void setBibButtons( State ) const;
+       void updateBrowser(FL_OBJECT *, std::vector<string> const &) const;
        ///
-       void setCiteButtons( State ) const;
+       void setBibButtons(State) const;
        ///
-       void setSize( int, bool ) const;
+       void setCiteButtons(State) const;
        ///
+       void setSize(int, bool) const;
+       /// Type definition from the fdesign produced header file.
        FD_form_citation * build_citation();
 
        /// Real GUI implementation.