]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlength.h
add missing 'else'
[lyx.git] / src / lyxlength.h
index 93272d7429cb5e59ae3480d2604d6c207f2023ef..fa1d1a1eb369642831c5a588d5cef8d65b9ac135 100644 (file)
 #ifndef LYX_LENGTH_H
 #define LYX_LENGTH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 /**
@@ -63,12 +59,14 @@ public:
        void unit(LyXLength::UNIT unit);
        ///
        bool zero() const;
+       ///
+       bool empty() const;
        /// return string representation
        string const asString() const;
        /// return string representation for LaTeX
        string const asLatexString() const;
        /// return the on-screen size of this length
-       int inPixels(int default_width, int default_height) const;
+       int inPixels(int text_width, int em_width = 0) const;
        /// return the on-screen size of this length of an image
        int inBP() const;