◆ deserialize()
virtual bool TokenizedTextViewHistoryEntry::deserialize |
( |
const Json::Value & |
value | ) |
|
|
overridevirtual |
Deserialize from json representation.
This method should clear any previously entered data on the HistoryEntry as if it were newly created.
- Parameters
-
value | Json representation of history entry. In the Python api, this will be a dict. |
- Returns
- If deserialization was successful
Reimplemented from HistoryEntry.
◆ getCursorLine()
size_t TokenizedTextViewHistoryEntry::getCursorLine |
( |
| ) |
const |
|
inline |
◆ getHighlightTokenState()
◆ getTopLine()
size_t TokenizedTextViewHistoryEntry::getTopLine |
( |
| ) |
const |
|
inline |
◆ serialize()
virtual Json::Value TokenizedTextViewHistoryEntry::serialize |
( |
| ) |
const |
|
overridevirtual |
Serialize to json representation.
- Returns
- Json representation of history entry. In the Python api, this must be a dict.
Reimplemented from HistoryEntry.
◆ setCursorLine()
void TokenizedTextViewHistoryEntry::setCursorLine |
( |
size_t |
line | ) |
|
|
inline |
◆ setHighlightTokenState()
void TokenizedTextViewHistoryEntry::setHighlightTokenState |
( |
const HighlightTokenState & |
state | ) |
|
|
inline |
◆ setTopLine()
void TokenizedTextViewHistoryEntry::setTopLine |
( |
size_t |
line | ) |
|
|
inline |
The documentation for this class was generated from the following file: