]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInclude.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiInclude.h
index f066a2ab05dae0a5142ec916637612ad3140ab91..1106c3e02e9b72eb14d5064441f1c857cc679671 100644 (file)
@@ -43,11 +43,13 @@ private Q_SLOTS:
        /// I have to validate listingsED (QTextEdit) manually.
        /// This function displays a hint or error message returned by
        /// validate_listings_params
-       void set_listings_msg();
+       void setListingsMsg();
 
 private:
        ///
-       bool initialiseParams(std::string const & data);
+       bool initialiseParams(std::string const & sdata);
+       ///
+       void paramsToDialog(InsetCommandParams const & icp);
        /// clean-up on hide.
        void clearParams() { params_.clear(); }
        /// clean-up on hide.
@@ -64,20 +66,18 @@ private:
                ///
                INCLUDE,
                ///
-               LISTINGS,
+               LISTINGS
        };
        ///
        void updateLists();
        /// validate listings parameters and return an error message, if any
        docstring validate_listings_params();
        ///
-       void edit(std::string const & file);
-       ///
        bool isValid();
        /// Apply changes
        void applyView();
        /// update
-       void updateContents();
+       void updateContents() {}
        /// Browse for a file
        QString browse(QString const &, Type) const;