Kate
katelayoutcache.cpp File Reference
#include "katelayoutcache.h"#include <QtCore/QMutex>#include <QtAlgorithms>#include "katerenderer.h"#include "kateview.h"#include "katedocument.h"#include "kateedit.h"#include <kdebug.h>#include "katelayoutcache.moc"
Include dependency graph for katelayoutcache.cpp:

Go to the source code of this file.
Functions | |
| bool | lessThan (const KateLineLayoutMap::LineLayoutPair &lhs, const KateLineLayoutMap::LineLayoutPair &rhs) |
Variables | |
| static bool | enableLayoutCache = false |
| static QThreadStorage< QMap < KateLayoutCache *, bool > * > | m_acceptDirtyLayouts |
Function Documentation
| bool lessThan | ( | const KateLineLayoutMap::LineLayoutPair & | lhs, | |
| const KateLineLayoutMap::LineLayoutPair & | rhs | |||
| ) |
Definition at line 48 of file katelayoutcache.cpp.
Variable Documentation
bool enableLayoutCache = false [static] |
Definition at line 35 of file katelayoutcache.cpp.
QThreadStorage<QMap<KateLayoutCache*,bool>*> m_acceptDirtyLayouts [static] |
Definition at line 33 of file katelayoutcache.cpp.
KDE 4.4 API Reference