◆ deserialize()
virtual bool FlowGraphHistoryEntry::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.
Reimplemented in DisassemblyHistoryEntry.
◆ getArchitecture()
◆ getCurrentAddress()
uint64_t FlowGraphHistoryEntry::getCurrentAddress |
( |
| ) |
const |
|
inline |
◆ getFunction()
uint64_t FlowGraphHistoryEntry::getFunction |
( |
| ) |
const |
|
inline |
◆ getHighlightTokenState()
◆ getPlatform()
PlatformRef FlowGraphHistoryEntry::getPlatform |
( |
| ) |
const |
|
inline |
◆ getScale()
float FlowGraphHistoryEntry::getScale |
( |
| ) |
const |
|
inline |
◆ getScrollX()
int FlowGraphHistoryEntry::getScrollX |
( |
| ) |
const |
|
inline |
◆ getScrollY()
int FlowGraphHistoryEntry::getScrollY |
( |
| ) |
const |
|
inline |
◆ serialize()
virtual Json::Value FlowGraphHistoryEntry::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.
Reimplemented in DisassemblyHistoryEntry.
◆ setArchitecture()
◆ setCurrentAddress()
void FlowGraphHistoryEntry::setCurrentAddress |
( |
uint64_t |
a | ) |
|
|
inline |
◆ setFunction()
void FlowGraphHistoryEntry::setFunction |
( |
uint64_t |
f | ) |
|
|
inline |
◆ setHighlightTokenState()
◆ setPlatform()
void FlowGraphHistoryEntry::setPlatform |
( |
PlatformRef |
platform | ) |
|
|
inline |
◆ setScale()
void FlowGraphHistoryEntry::setScale |
( |
float |
s | ) |
|
|
inline |
◆ setScrollX()
void FlowGraphHistoryEntry::setScrollX |
( |
int |
x | ) |
|
|
inline |
◆ setScrollY()
void FlowGraphHistoryEntry::setScrollY |
( |
int |
y | ) |
|
|
inline |
The documentation for this class was generated from the following file: