KateBufBlockList Class Reference
#include <katebuffer.h>
Detailed Description
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
- Author:
- Christoph Cullmann <cullmann@kde.org>
Definition at line 248 of file katebuffer.h.
Public Member Functions | |
KateBufBlockList () | |
uint | count () const |
KateBufBlock * | first () |
KateBufBlock * | last () |
bool | isFirst (KateBufBlock *buf) |
bool | isLast (KateBufBlock *buf) |
void | append (KateBufBlock *buf) |
Static Public Member Functions | |
static void | remove (KateBufBlock *buf) |
Constructor & Destructor Documentation
|
Default Constructor.
Definition at line 1574 of file katebuffer.cpp. |
Member Function Documentation
|
append a block to this list ! will remove it from the list it belonged before !
Definition at line 1581 of file katebuffer.cpp. |
|
count of blocks in this list
Definition at line 261 of file katebuffer.h. |
|
first block in this list or 0
Definition at line 267 of file katebuffer.h. |
|
is buf the last block?
Definition at line 280 of file katebuffer.h. |
|
is buf the last block?
Definition at line 287 of file katebuffer.h. |
|
last block in this list or 0
Definition at line 273 of file katebuffer.h. |
|
remove the block from the list it belongs to !
Definition at line 300 of file katebuffer.h. |
The documentation for this class was generated from the following files: