]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / vspace.h
index c37e77e66491db37cfbf7fd7faf1336777a4c20f..b358b40621b486b7e94ca6077c973dd59de7a072 100644 (file)
@@ -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