Kate
KateHlContextModification Class Reference
describe a modification of the context stack More...
#include <katehighlight.h>
Public Types | |
enum | modType { doNothing = 0, doPush = 1, doPops = 2, doPopsAndPush = 3 } |
Public Member Functions | |
KateHlContextModification (int _newContext=-1, int _pops=0) | |
Public Attributes | |
int | newContext |
int | pops |
char | type |
Detailed Description
describe a modification of the context stack
Definition at line 60 of file katehighlight.h.
Member Enumeration Documentation
Definition at line 63 of file katehighlight.h.
Constructor & Destructor Documentation
KateHlContextModification::KateHlContextModification | ( | int | _newContext = -1 , |
|
int | _pops = 0 | |||
) | [inline] |
Constructor.
- Parameters:
-
_newContext new context to push on stack _pops number of contexts to remove from stack in advance
Definition at line 75 of file katehighlight.h.
Member Data Documentation
new context to push on the stack if this is < 0, push nothing on the stack
Definition at line 93 of file katehighlight.h.
number of contexts to pop from the stack before pushing a new context on it
Definition at line 99 of file katehighlight.h.
indicates what this modification does, for speed
Definition at line 87 of file katehighlight.h.
The documentation for this class was generated from the following file: