Kate
KateHlContextModification Class Reference
#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 61 of file katehighlight.h.
Member Enumeration Documentation
Enumerator | |
---|---|
doNothing | |
doPush | |
doPops | |
doPopsAndPush |
Definition at line 64 of file katehighlight.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
_newContext new context to push on stack _pops number of contexts to remove from stack in advance
Definition at line 76 of file katehighlight.h.
Member Data Documentation
int KateHlContextModification::newContext |
new context to push on the stack if this is < 0, push nothing on the stack
Definition at line 94 of file katehighlight.h.
int KateHlContextModification::pops |
number of contexts to pop from the stack before pushing a new context on it
Definition at line 100 of file katehighlight.h.
char KateHlContextModification::type |
indicates what this modification does, for speed
Definition at line 88 of file katehighlight.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.