]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBase.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormBase.h
index 7907ac6e4e3b9f358e4fd950446b9c8e6f659e7a..bf5b9d4a714e73fe7f177ff2c2fefb680c7775f3 100644 (file)
@@ -15,9 +15,6 @@
 #ifndef FORMBASE_H
 #define FORMBASE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ViewBase.h"
 #include "ButtonPolicies.h"
@@ -66,6 +63,8 @@ protected:
        virtual void hide();
        /// Create the dialog if necessary, update it and display it.
        virtual void show();
+       ///
+       virtual bool isVisible() const;
 
        /** Prepare the way to:
         *  1. display feedback as the mouse moves over ob. This feedback will
@@ -87,7 +86,7 @@ protected:
        void clearMessage();
 
        ///
-       xformsBC & bc();
+       xformsBC & bcview();
 
 private:
        /// Pointer to the actual instantiation of xform's form