Kate
KateHlContextModification Class Reference
#include <katehighlight.h>
Detailed Description
describe a modification of the context stackDefinition at line 60 of file 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 |
Member Enumeration Documentation
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.
The documentation for this class was generated from the following file: