Binary Ninja API C++: BinaryNinja::FlowGraphLayout Class Reference
Public Member Functions | |
| FlowGraphLayout (const std::string &name) | |
| std::string | GetName () const |
| virtual bool | Layout (Ref< FlowGraph > graph, std::vector< Ref< FlowGraphNode > > &nodes) |
| Public Member Functions inherited from BinaryNinja::StaticCoreRefCountObject< BNFlowGraphLayout > | |
| StaticCoreRefCountObject () | |
| virtual | ~StaticCoreRefCountObject () |
| BNFlowGraphLayout * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | AddRefForCallback () |
| void | ReleaseForCallback () |
Static Public Member Functions | |
| static void | Register (FlowGraphLayout *layout) |
| static Ref< FlowGraphLayout > | GetByName (const std::string &name) |
| static std::vector< Ref< FlowGraphLayout > > | GetFlowGraphLayouts () |
Protected Attributes | |
| std::string | m_nameForRegister |
◆ FlowGraphLayout() [2/2]
| BinaryNinja::FlowGraphLayout::FlowGraphLayout | ( | const std::string & | name | ) |
◆ LayoutCallback()
|
staticprotected |
◆ Register()
|
static |
◆ GetByName()
|
static |
◆ GetFlowGraphLayouts()
|
static |
◆ GetName()
| string FlowGraphLayout::GetName | ( | ) | const |
◆ Layout()
◆ m_nameForRegister
|
std::string BinaryNinja::FlowGraphLayout::m_nameForRegister |
protected |