X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFloatList.h;h=5c0c3a7355830da940e218186a72fb1e06fa19d3;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=b410ade851240e902eb042bea526ca5558059e77;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/FloatList.h b/src/FloatList.h index b410ade851..5c0c3a7355 100644 --- a/src/FloatList.h +++ b/src/FloatList.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -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);