]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlButtons.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlButtons.h
index f98ced9e7ead88e664558dba4a08c073d2f76f6a..f9ebcff63dd7f401e404f4aa52c8e65c7e86c5bc 100644 (file)
@@ -26,9 +26,6 @@
 #ifndef CONTROLBUTTONS_H
 #define CONTROLBUTTONS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <boost/utility.hpp>
 
@@ -66,14 +63,14 @@ public:
        void setView(ViewBase &);
        ///
        void setButtonController(ButtonControllerBase &);
-protected:
-       ///
-       ViewBase & view();
-
        /** When Applying it's useful to know whether the dialog is about
            to close or not (no point refreshing the display for example). */
        bool isClosing() const { return is_closing_; }
 
+protected:
+       ///
+       ViewBase & view();
+
        /// Get changed parameters and Dispatch them to the kernel.
        virtual void apply() = 0;
        /// Disconnect signals and hide View.