Kate
katebuffer.h File Reference
#include "katetextline.h"
#include "katecodefoldinghelpers.h"
#include <kvmallocator.h>
#include <qptrlist.h>
#include <qobject.h>
#include <qtimer.h>
#include <qvaluevector.h>
Include dependency graph for katebuffer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KateBufBlock |
The KateBufBlock class contains an amount of data representing a certain number of lines. More... | |
class | KateBufBlockList |
list which allows O(1) inserts/removes will not delete the elements on remove will use the next/prevNode pointers in the KateBufBlocks ! internal use: loaded/clean/dirty block lists More... | |
class | KateBuffer |
The KateBuffer class maintains a collections of lines. More... |