KateLineRange Class Reference
List of all members.Detailed Description
Definition at line 25 of file katelinerange.h.
Public Member Functions | |
| KateLineRange () | |
| virtual | ~KateLineRange () |
| void | clear () |
| bool | includesCursor (const KateTextCursor &realCursor) const |
| int | xOffset () const |
Public Attributes | |
| int | line |
| int | virtualLine |
| int | startCol |
| int | endCol |
| int | startX |
| int | endX |
| bool | dirty |
| int | viewLine |
| bool | wrap |
| bool | startsInvisibleBlock |
| int | shiftX |
Friends | |
| bool | operator> (const KateLineRange &r, const KateTextCursor &c) |
| bool | operator>= (const KateLineRange &r, const KateTextCursor &c) |
| bool | operator< (const KateLineRange &r, const KateTextCursor &c) |
| bool | operator<= (const KateLineRange &r, const KateTextCursor &c) |
The documentation for this class was generated from the following files:

