X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FVSpace.h;h=0d154d63e4bc2a0d0d0bbc2e512c4b20b04d539f;hb=68ee68103a77300c3aa01db9e63bd01b8243a0eb;hp=b982b939f9bbab10e53e4ee147f15b0f663243a3;hpb=33d7e14484fc03769891ab7b62bb0a6583d357af;p=lyx.git diff --git a/src/VSpace.h b/src/VSpace.h index b982b939f9..0d154d63e4 100644 --- a/src/VSpace.h +++ b/src/VSpace.h @@ -52,7 +52,7 @@ public: /// return the length of this space GlueLength const & length() const { return len_; } - // a flag that switches between \vspace and \vspace* + /// a flag that switches between \vspace and \vspace* bool keep() const { return keep_; } /// if set true, use \vspace* when type is not DEFSKIP void setKeep(bool keep) { keep_ = keep; } @@ -65,6 +65,8 @@ public: std::string const asLyXCommand() const; /// the latex representation std::string const asLatexCommand(BufferParams const & params) const; + /// + std::string asHTMLLength() const; /// how it is seen in the LyX window docstring const asGUIName() const; /// the size of the space on-screen