]> 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 b6913abd73d7a6d822ee76e3533680d88251b5de..a77b4f4ebda75ab5bc84da4ecd94ca9f5572edfc 100644 (file)
@@ -27,20 +27,8 @@ public:
        FormRef(LyXView *, Dialogs *);
        ///
        ~FormRef();
-private:
        ///
-       enum Type {
-               ///
-               REF,
-               ///
-               PAGEREF,
-               ///
-               VREF,
-               ///
-               VPAGEREF,
-               ///
-               PRETTYREF
-       };
+private:
        ///
        enum Goto {
                ///
@@ -51,8 +39,6 @@ private:
                GOFIRST
        };
 
-       /// Connect signals etc. Set form's max size.
-       virtual void connect();
        /// Disconnect signals. Also perform any necessary housekeeping.
        virtual void disconnect();
 
@@ -70,17 +56,7 @@ private:
        ///
        void updateBrowser(std::vector<string> const &) const;
        ///
-       void showBrowser() const;
-       ///
-       void hideBrowser() const;
-       ///
-       void setSize(int, int) const;
-       ///
        FD_form_ref * build_ref();
-       ///
-       Type getType() const;
-       ///
-       string const getName(Type type) const;
 
        ///
        Goto toggle;