]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Check character encodability with pass-thru in command insets
[lyx.git] / src / insets / InsetFloat.h
index 0c56d9ee65e730b7b4d6e639712a734977feeedd..62b5873b9024520e4eb570dad802bf1cce77a3bc 100644 (file)
@@ -74,6 +74,8 @@ public:
        InsetFloatParams const & params() const { return params_; }
        ///
        bool allowsCaptionVariation(std::string const &) const;
+       ///
+       LyXAlignment contentAlignment() const;
 private:
        ///
        void setCaptionType(std::string const & type);
@@ -116,6 +118,8 @@ private:
        bool isPartOfTextSequence() const { return false; }
        ///
        TexString getCaption(OutputParams const &) const;
+       ///
+       std::string getAlignment() const;
 
        InsetFloatParams params_;
 };