X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloat.h;h=62b5873b9024520e4eb570dad802bf1cce77a3bc;hb=ebc2b1295a0464dde6c20a09ddc249c463a21c79;hp=0c56d9ee65e730b7b4d6e639712a734977feeedd;hpb=aa9543fa2bcb1bda0435cee5c1a24a2c3d5008b7;p=lyx.git diff --git a/src/insets/InsetFloat.h b/src/insets/InsetFloat.h index 0c56d9ee65..62b5873b90 100644 --- a/src/insets/InsetFloat.h +++ b/src/insets/InsetFloat.h @@ -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_; };