Utility class to deal with current highlighting state (and stack of states)
More...
#include <HighlightStateData.h>
|
| HighlightStateData (const HighlightStateData &data) |
| Performs a deep copy of the passed object (by duplicating the stack) More...
|
|
| HighlightStateData (srchilite::HighlightStatePtr currentState_, srchilite::HighlightStateStackPtr stateStack_) |
|
void | copyFrom (const HighlightStateData &data) |
| Performs a deep copy of the passed object (by duplicating the stack)
|
|
|
srchilite::HighlightStatePtr | currentState |
| the current state for the SourceHighlighter object
|
|
srchilite::HighlightStateStackPtr | stateStack |
| the current stack for the SourceHighlighter object
|
|
Utility class to deal with current highlighting state (and stack of states)
Performs a deep copy of the passed object (by duplicating the stack)
- Parameters
-
The documentation for this struct was generated from the following file: