]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormRef.h
index 98a718a13e9e9fcf3e3e886dc45ab79aaf4d6e01..a77b4f4ebda75ab5bc84da4ecd94ca9f5572edfc 100644 (file)
@@ -27,22 +27,10 @@ public:
        FormRef(LyXView *, Dialogs *);
        ///
        ~FormRef();
-private:
        ///
-       enum Type{
-               ///
-               REF,
-               ///
-               PAGEREF,
-               ///
-               VREF,
-               ///
-               VPAGEREF,
-               ///
-               PRETTYREF
-       };
+private:
        ///
-       enum Goto{
+       enum Goto {
                ///
                GOREF,
                ///
@@ -51,15 +39,13 @@ private:
                GOFIRST
        };
 
-       /// 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 input
-       virtual bool input( FL_OBJECT *, long );
+       virtual bool input(FL_OBJECT *, long);
        /// Update dialog before showing it
        virtual void update();
        /// Not used but must be instantiated
@@ -68,19 +54,9 @@ private:
        virtual FL_FORM * form() const;
 
        ///
-       void updateBrowser( std::vector<string> ) const;
-       ///
-       void showBrowser() const;
-       ///
-       void hideBrowser() const;
-       ///
-       void setSize( int, int ) const;
+       void updateBrowser(std::vector<string> const &) const;
        ///
        FD_form_ref * build_ref();
-       ///
-       Type getType() const;
-       ///
-       string getName( Type type ) const;
 
        ///
        Goto toggle;