src/gui/text/qtextcursor.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   130     bool movePosition(MoveOperation op, MoveMode = MoveAnchor, int n = 1);
   130     bool movePosition(MoveOperation op, MoveMode = MoveAnchor, int n = 1);
   131 
   131 
   132     bool visualNavigation() const;
   132     bool visualNavigation() const;
   133     void setVisualNavigation(bool b);
   133     void setVisualNavigation(bool b);
   134 
   134 
       
   135     void setVerticalMovementX(int x);
       
   136     int verticalMovementX() const;
       
   137 
       
   138     void setKeepPositionOnInsert(bool b);
       
   139     bool keepPositionOnInsert() const;
       
   140 
   135     void deleteChar();
   141     void deleteChar();
   136     void deletePreviousChar();
   142     void deletePreviousChar();
   137 
   143 
   138     enum SelectionType {
   144     enum SelectionType {
   139         WordUnderCursor,
   145         WordUnderCursor,