]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
HTML output for InsetMathCancel.
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index 1b5aad13b8bd3f3417831a93e281afa7764ab6b5..0d2db66c2021bbe12213c74ff0bc1c538444d03f 100644 (file)
@@ -105,7 +105,10 @@ private Q_SLOTS:
        void browseMaster();
        void classChanged();
        void languagePackageChanged(int);
+       void biblioChanged();
        void bibtexChanged(int);
+       void setAuthorYear(bool);
+       void setNumerical(bool);
        void updateModuleInfo();
        void modulesChanged();
        void changeBackgroundColor();
@@ -139,7 +142,7 @@ private:
        UiWidget<Ui::ListingsSettingsUi> *listingsModule;
        PreambleModule * preambleModule;
        LocalLayout * localLayout;
-       
+
        GuiBranches * branchesModule;
        GuiIndices * indicesModule;
 
@@ -217,7 +220,7 @@ private:
        ///
        std::list<modInfoStruct> const getProvidedModules();
        ///
-       std::list<modInfoStruct> const 
+       std::list<modInfoStruct> const
                        makeModuleInfo(LayoutModuleList const & mods);
        ///
        void setLanguage() const;
@@ -248,6 +251,8 @@ private:
        std::map<docstring, docstring> changedBranches_;
        ///
        std::list<std::string> includeonlys_;
+       ///
+       bool biblioChanged_;
 };