Kate
katetextlayout.cpp File Reference
#include "katetextlayout.h"
#include <kdebug.h>
Go to the source code of this file.
Functions | |
bool | operator< (const KateTextLayout &r, const KTextEditor::Cursor &c) |
bool | operator<= (const KateTextLayout &r, const KTextEditor::Cursor &c) |
bool | operator> (const KateTextLayout &r, const KTextEditor::Cursor &c) |
bool | operator>= (const KateTextLayout &r, const KTextEditor::Cursor &c) |
Function Documentation
bool operator< | ( | const KateTextLayout & | r, | |
const KTextEditor::Cursor & | c | |||
) |
Definition at line 78 of file katetextlayout.cpp.
bool operator<= | ( | const KateTextLayout & | r, | |
const KTextEditor::Cursor & | c | |||
) |
Definition at line 83 of file katetextlayout.cpp.
bool operator> | ( | const KateTextLayout & | r, | |
const KTextEditor::Cursor & | c | |||
) |
Definition at line 68 of file katetextlayout.cpp.
bool operator>= | ( | const KateTextLayout & | r, | |
const KTextEditor::Cursor & | c | |||
) |
Definition at line 73 of file katetextlayout.cpp.