◆ deserialize()
virtual bool LinearViewHistoryEntry::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.
◆ getCursorAddress()
uint64_t LinearViewHistoryEntry::getCursorAddress |
( |
| ) |
const |
|
inline |
◆ getCursorLineIndex()
size_t LinearViewHistoryEntry::getCursorLineIndex |
( |
| ) |
const |
|
inline |
◆ getCursorPath()
◆ getFunction()
uint64_t LinearViewHistoryEntry::getFunction |
( |
| ) |
const |
|
inline |
◆ getHighlightTokenState()
◆ getPlatform()
PlatformRef LinearViewHistoryEntry::getPlatform |
( |
| ) |
const |
|
inline |
◆ getTopAddress()
uint64_t LinearViewHistoryEntry::getTopAddress |
( |
| ) |
const |
|
inline |
◆ getTopLineIndex()
size_t LinearViewHistoryEntry::getTopLineIndex |
( |
| ) |
const |
|
inline |
◆ getTopPath()
◆ inFunction()
bool LinearViewHistoryEntry::inFunction |
( |
| ) |
const |
|
inline |
◆ serialize()
virtual Json::Value LinearViewHistoryEntry::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.
◆ setCursorAddress()
void LinearViewHistoryEntry::setCursorAddress |
( |
uint64_t |
addr | ) |
|
|
inline |
◆ setCursorLineIndex()
void LinearViewHistoryEntry::setCursorLineIndex |
( |
size_t |
offset | ) |
|
|
inline |
◆ setCursorPath()
◆ setFunction()
void LinearViewHistoryEntry::setFunction |
( |
uint64_t |
f | ) |
|
|
inline |
◆ setHighlightTokenState()
◆ setInFunction()
void LinearViewHistoryEntry::setInFunction |
( |
bool |
inFunc | ) |
|
|
inline |
◆ setPlatform()
void LinearViewHistoryEntry::setPlatform |
( |
PlatformRef |
platform | ) |
|
|
inline |
◆ setTopAddress()
void LinearViewHistoryEntry::setTopAddress |
( |
uint64_t |
addr | ) |
|
|
inline |
◆ setTopLineIndex()
void LinearViewHistoryEntry::setTopLineIndex |
( |
size_t |
offset | ) |
|
|
inline |
◆ setTopPath()
The documentation for this class was generated from the following file: