]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
Add missing space in front of edition in generated bibentry.
[lyx.git] / src / Bidi.h
index a2b49b1fc11e0b1b8922222170e7d026651db748..dfa779ae4947d13a4d4f24c6de9a1c0f99e15b05 100644 (file)
 #define BIDI_H
 
 #include "support/types.h"
+
 #include <vector>
 
 
 namespace lyx {
 
 class Buffer;
+class Cursor;
 class Paragraph;
 class Row;
 class Font;
@@ -65,6 +67,11 @@ private:
        pos_type end_;
 };
 
+/// Should interpretation of the arrow keys be reversed?
+bool reverseDirectionNeeded(Cursor const & cur);
+
+/// Is current paragraph in RTL mode?
+bool isWithinRtlParagraph(Cursor const & cur);
 
 } // namespace lyx