]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Check path of Qt tools if qtchooser is detected
[lyx.git] / src / DocIterator.h
index 6a86e41d44b0a7f8e9115d6ca88a9b144626fa89..471f52d4be18079a6638682a540efff7fb99f7fe 100644 (file)
@@ -75,6 +75,9 @@ public:
        /// is this the last possible position?
        bool atLastPos() const { return pit() == lastpit() && pos() == lastpos(); }
 
+       /// checks the cursor slices for disabled spell checker insets
+       bool allowSpellCheck() const;
+
        //
        // access to slice at tip
        //
@@ -164,6 +167,8 @@ public:
        Paragraph & innerParagraph() const;
        /// return the inner text slice.
        CursorSlice const & innerTextSlice() const;
+       /// returns a DocIterator for the containing text inset
+       DocIterator getInnerText() const;
        /// the first and last positions of a word at top cursor slice
        /// \warning only works within text!
        FontSpan locateWord(word_location const loc) const;