Public Member Functions | |
UIActionContext () | |
UIActionContext (const BinaryNinja::PluginCommandContext &pluginContext) | |
operator BinaryNinja::PluginCommandContext () const | |
Public Attributes | |
UIContext * | context |
View * | view |
QWidget * | widget |
HighlightTokenState | token |
BinaryViewRef | binaryView |
uint64_t | address |
uint64_t | length |
size_t | instrIndex |
FunctionRef | function |
LowLevelILFunctionRef | lowLevelILFunction |
MediumLevelILFunctionRef | mediumLevelILFunction |
HighLevelILFunctionRef | highLevelILFunction |
LinearViewCursorPosition * | cursorPosition |
UIActionContext::UIActionContext | ( | ) |
UIActionContext::UIActionContext | ( | const BinaryNinja::PluginCommandContext & | pluginContext | ) |
UIActionContext::operator BinaryNinja::PluginCommandContext | ( | ) | const |
uint64_t UIActionContext::address |
BinaryViewRef UIActionContext::binaryView |
UIContext* UIActionContext::context |
LinearViewCursorPosition* UIActionContext::cursorPosition |
FunctionRef UIActionContext::function |
HighLevelILFunctionRef UIActionContext::highLevelILFunction |
size_t UIActionContext::instrIndex |
uint64_t UIActionContext::length |
LowLevelILFunctionRef UIActionContext::lowLevelILFunction |
MediumLevelILFunctionRef UIActionContext::mediumLevelILFunction |
HighlightTokenState UIActionContext::token |
View* UIActionContext::view |
QWidget* UIActionContext::widget |