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 35 of file katelayoutcache.h.
Member Typedef Documentation
typedef QPair<int, KateLineLayoutPtr> KateLineLayoutMap::LineLayoutPair |
Definition at line 56 of file katelayoutcache.h.
Constructor & Destructor Documentation
KateLineLayoutMap::KateLineLayoutMap | ( | ) |
Definition at line 35 of file katelayoutcache.cpp.
KateLineLayoutMap::~KateLineLayoutMap | ( | ) |
Definition at line 39 of file katelayoutcache.cpp.
Member Function Documentation
void KateLineLayoutMap::clear | ( | ) | [inline] |
Definition at line 49 of file katelayoutcache.cpp.
bool KateLineLayoutMap::contains | ( | int | i | ) | const [inline] |
Definition at line 54 of file katelayoutcache.cpp.
void KateLineLayoutMap::insert | ( | int | realLine, | |
const KateLineLayoutPtr & | lineLayoutPtr | |||
) | [inline] |
Definition at line 61 of file katelayoutcache.cpp.
KateLineLayoutPtr & KateLineLayoutMap::operator[] | ( | int | i | ) |
Definition at line 132 of file katelayoutcache.cpp.
void KateLineLayoutMap::relayoutLines | ( | int | startRealLine, | |
int | endRealLine | |||
) | [inline] |
Definition at line 92 of file katelayoutcache.cpp.
void KateLineLayoutMap::slotEditDone | ( | int | fromLine, | |
int | toLine, | |||
int | shiftAmount | |||
) | [inline] |
Definition at line 105 of file katelayoutcache.cpp.
void KateLineLayoutMap::viewWidthDecreased | ( | int | newWidth | ) | [inline] |
Definition at line 82 of file katelayoutcache.cpp.
void KateLineLayoutMap::viewWidthIncreased | ( | ) | [inline] |
Definition at line 73 of file katelayoutcache.cpp.
The documentation for this class was generated from the following files: