]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ButtonController.h
If we are in a closeEvent, we don't want to close all buffers, because these may...
[lyx.git] / src / frontends / qt4 / ButtonController.h
index 06420a4d7b64e1db1ee97689520a1779ef9449a0..cec52bf5666f45f03d49d22770d56f7ce4a6984e 100644 (file)
@@ -17,6 +17,7 @@
 class QWidget;
 class QPushButton;
 class QLineEdit;
+class QCheckBox;
 
 namespace lyx {
 namespace frontend {
@@ -61,6 +62,7 @@ public:
        void apply();
        void cancel();
        void restore();
+       void autoApply();
        //@}
 
        /// Tell the BC that the dialog is being hidden
@@ -97,6 +99,7 @@ public:
        void setApply(QPushButton * obj);
        void setCancel(QPushButton * obj);
        void setRestore(QPushButton * obj);
+       void setAutoApply(QCheckBox * obj);
        //@}
 
        /** Add a pointer to the list of widgets whose activation