]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
HTML output for InsetMathCancel.
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index a05adfb45ca8e2f94819641b8b88c86fc42d93b5..0d2db66c2021bbe12213c74ff0bc1c538444d03f 100644 (file)
@@ -104,7 +104,11 @@ private Q_SLOTS:
        void browseLayout();
        void browseMaster();
        void classChanged();
+       void languagePackageChanged(int);
+       void biblioChanged();
        void bibtexChanged(int);
+       void setAuthorYear(bool);
+       void setNumerical(bool);
        void updateModuleInfo();
        void modulesChanged();
        void changeBackgroundColor();
@@ -138,7 +142,7 @@ private:
        UiWidget<Ui::ListingsSettingsUi> *listingsModule;
        PreambleModule * preambleModule;
        LocalLayout * localLayout;
-       
+
        GuiBranches * branchesModule;
        GuiIndices * indicesModule;
 
@@ -216,7 +220,7 @@ private:
        ///
        std::list<modInfoStruct> const getProvidedModules();
        ///
-       std::list<modInfoStruct> const 
+       std::list<modInfoStruct> const
                        makeModuleInfo(LayoutModuleList const & mods);
        ///
        void setLanguage() const;
@@ -247,6 +251,8 @@ private:
        std::map<docstring, docstring> changedBranches_;
        ///
        std::list<std::string> includeonlys_;
+       ///
+       bool biblioChanged_;
 };
 
 
@@ -288,9 +294,11 @@ Q_SIGNALS:
 
 private:
        void validate();
+       void convert();
 private Q_SLOTS:
        void textChanged();
        void validatePressed();
+       void convertPressed();
 
 private:
        BufferId current_id_;