Kate
katelinerange.cpp File Reference
#include "katelinerange.h"
Include dependency graph for katelinerange.cpp:
Go to the source code of this file.
Functions | |
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) |
Function Documentation
bool operator< | ( | const KateLineRange & | r, | |
const KateTextCursor & | c | |||
) |
Definition at line 65 of file katelinerange.cpp.
bool operator<= | ( | const KateLineRange & | r, | |
const KateTextCursor & | c | |||
) |
Definition at line 70 of file katelinerange.cpp.
bool operator> | ( | const KateLineRange & | r, | |
const KateTextCursor & | c | |||
) |
Definition at line 55 of file katelinerange.cpp.
bool operator>= | ( | const KateLineRange & | r, | |
const KateTextCursor & | c | |||
) |
Definition at line 60 of file katelinerange.cpp.