]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / ParagraphParameters.h
index 965a0cf802572985422908e911bc76de390fc793..c2ab56d2e4b2c2a4ce4d4238b31ff8297ada2a42 100644 (file)
@@ -7,18 +7,19 @@
 #pragma interface
 #endif
 
-#include "ShareContainer.h"
 #include "LString.h"
+#include "ShareContainer.h"
 #include "layout.h"
+
+// Not yet... lyx 1.3.x or so
+#define NO_PEXTRA_REALLY 1
+
 #include "ParameterStruct.h"
 
 class VSpace;
 class Spacing;
 
 
-// Not yet... lyx 1.3.x or so
-//#define NO_PEXTRA_REALLY 1
-
 ///
 class ParagraphParameters {
 public:
@@ -86,6 +87,11 @@ public:
        string const & labelWidthString() const;
        ///
        void labelWidthString(string const &);
+       ///
+       LyXLength const & leftIndent() const;
+       ///
+       void leftIndent(LyXLength const &);
+       ///
 #ifndef NO_PEXTRA_REALLY
        ///
        int pextraType() const;