Kate
KateLineLayoutMap Class Reference
#include <katelayoutcache.h>
Public Types | |
typedef QPair< int, KateLineLayoutPtr > | LineLayoutPair |
Public Member Functions | |
void | clear () |
bool | contains (int i) const |
void | insert (int realLine, const KateLineLayoutPtr &lineLayoutPtr) |
KateLineLayoutMap () | |
KateLineLayoutPtr & | operator[] (int i) |
void | relayoutLines (int startRealLine, int endRealLine) |
void | slotEditDone (int fromLine, int toLine, int shiftAmount) |
void | viewWidthDecreased (int newWidth) |
void | viewWidthIncreased () |
~KateLineLayoutMap () |
Detailed Description
Definition at line 36 of file katelayoutcache.h.
Member Typedef Documentation
typedef QPair<int, KateLineLayoutPtr> KateLineLayoutMap::LineLayoutPair |
Definition at line 57 of file katelayoutcache.h.
Constructor & Destructor Documentation
KateLineLayoutMap::KateLineLayoutMap | ( | ) |
Definition at line 37 of file katelayoutcache.cpp.
KateLineLayoutMap::~KateLineLayoutMap | ( | ) |
Definition at line 41 of file katelayoutcache.cpp.
Member Function Documentation
void KateLineLayoutMap::clear | ( | ) | [inline] |
Definition at line 51 of file katelayoutcache.cpp.
bool KateLineLayoutMap::contains | ( | int | i | ) | const [inline] |
Definition at line 56 of file katelayoutcache.cpp.
void KateLineLayoutMap::insert | ( | int | realLine, | |
const KateLineLayoutPtr & | lineLayoutPtr | |||
) | [inline] |
Definition at line 63 of file katelayoutcache.cpp.
KateLineLayoutPtr & KateLineLayoutMap::operator[] | ( | int | i | ) |
Definition at line 134 of file katelayoutcache.cpp.
void KateLineLayoutMap::relayoutLines | ( | int | startRealLine, | |
int | endRealLine | |||
) | [inline] |
Definition at line 94 of file katelayoutcache.cpp.
void KateLineLayoutMap::slotEditDone | ( | int | fromLine, | |
int | toLine, | |||
int | shiftAmount | |||
) | [inline] |
Definition at line 107 of file katelayoutcache.cpp.
void KateLineLayoutMap::viewWidthDecreased | ( | int | newWidth | ) | [inline] |
Definition at line 84 of file katelayoutcache.cpp.
void KateLineLayoutMap::viewWidthIncreased | ( | ) | [inline] |
Definition at line 75 of file katelayoutcache.cpp.
The documentation for this class was generated from the following files: