KateCodeFoldingNode Class Reference
List of all members.Detailed Description
Definition at line 53 of file katecodefoldinghelpers.h.
Public Member Functions | |
| KateCodeFoldingNode () | |
| KateCodeFoldingNode (KateCodeFoldingNode *par, signed char typ, unsigned int sLRel) | |
| ~KateCodeFoldingNode () | |
| int | nodeType () |
| bool | isVisible () |
| KateCodeFoldingNode * | getParentNode () |
| bool | getBegin (KateCodeFoldingTree *tree, KateTextCursor *begin) |
| bool | getEnd (KateCodeFoldingTree *tree, KateTextCursor *end) |
Protected Member Functions | |
| bool | noChildren () const |
| uint | childCount () const |
| KateCodeFoldingNode * | child (uint index) const |
| int | findChild (KateCodeFoldingNode *node, uint start=0) const |
| void | appendChild (KateCodeFoldingNode *node) |
| void | insertChild (uint index, KateCodeFoldingNode *node) |
| KateCodeFoldingNode * | takeChild (uint index) |
| void | clearChildren () |
| int | cmpPos (KateCodeFoldingTree *tree, uint line, uint col) |
Friends | |
| class | KateCodeFoldingTree |
Member Function Documentation
| bool KateCodeFoldingNode::noChildren | ( | ) | const [inline, protected] |
The documentation for this class was generated from the following files:

