X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.h;h=b358b40621b486b7e94ca6077c973dd59de7a072;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=c37e77e66491db37cfbf7fd7faf1336777a4c20f;hpb=b06de5044f596153a0639e7515d0ea9686f22bcf;p=lyx.git diff --git a/src/vspace.h b/src/vspace.h index c37e77e664..b358b40621 100644 --- a/src/vspace.h +++ b/src/vspace.h @@ -15,6 +15,9 @@ #include "lyxgluelength.h" +namespace lyx { + + class BufferParams; class BufferView; @@ -61,6 +64,8 @@ public: std::string const asLyXCommand() const; /// the latex representation std::string const asLatexCommand(BufferParams const & params) const; + /// how it is seen in the LyX window + docstring const asGUIName() const; /// the size of the space on-screen int inPixels(BufferView const & bv) const; @@ -73,4 +78,7 @@ private: bool keep_; }; + +} // namespace lyx + #endif // VSPACE_H