X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.h;h=096379a03388589e5e52db4ff5c35f67bf4dcb3e;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=50c94af53ad684763db02a400d2a36e9bea61f27;hpb=9fbb35bb892fe5406ec9fbbf2846f983499d8d7b;p=lyx.git diff --git a/src/Floating.h b/src/Floating.h index 50c94af53a..096379a033 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -51,12 +51,14 @@ public: /// style information, for preamble std::string const & htmlStyle() const; /// class, for css, defaults to "float-" + type() - std::string const & htmlClass() const; + std::string const & htmlAttrib() const; /// tag type, defaults to "div" std::string const & htmlTag() const; /// bool builtin() const; private: + /// + std::string defaultCSSClass() const; /// std::string type_; /// @@ -74,7 +76,9 @@ private: /// mutable std::string html_tag_; /// - mutable std::string html_class_; + mutable std::string html_attrib_; + /// + mutable std::string defaultcssclass_; /// std::string html_style_; ///