]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Account for old versions of Pygments
[lyx.git] / src / FloatList.h
index 50db0944b2c5b7b0fdbb1e3d7b4d32d03554727a..5c0c3a7355830da940e218186a72fb1e06fa19d3 100644 (file)
@@ -39,8 +39,14 @@ public:
        ///
        std::string const defaultPlacement(std::string const & t) const;
        ///
+       std::string const allowedPlacement(std::string const & t) const;
+       ///
        bool typeExist(std::string const & t) const;
        ///
+       bool allowsWide(std::string const & t) const;
+       ///
+       bool allowsSideways(std::string const & t) const;
+       ///
        Floating const & getType(std::string const & t) const;
        ///
        void erase(std::string const & t);