|
| | XrefRoot () |
| |
| | XrefRoot (XrefRoot &&root) |
| |
| | ~XrefRoot () |
| |
| virtual int | childCount () const override |
| |
| void | appendChild (XrefItem *ref) override |
| |
| XrefHeader * | parentOf (XrefItem *ref) |
| |
| virtual int | row (const XrefItem *item) const override |
| |
| virtual XrefHeader * | child (int i) const override |
| |
| | XrefItem () |
| |
| | XrefItem (XrefHeader *parent, XrefType type, FunctionRef func) |
| |
| | XrefItem (BinaryNinja::ReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (uint64_t addr, XrefType type, XrefDirection direction) |
| |
| | XrefItem (BinaryNinja::TypeReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (BinaryNinja::Variable var, BinaryNinja::ILReferenceSource ref, XrefType type, XrefDirection direction) |
| |
| | XrefItem (const XrefItem &ref) |
| |
| virtual | ~XrefItem () |
| |
| XrefDirection | direction () const |
| |
| const FunctionRef & | func () const |
| |
| const ArchitectureRef & | arch () const |
| |
| uint64_t | addr () const |
| |
| BinaryNinja::QualifiedName | typeName () const |
| |
| uint64_t | offset () const |
| |
| BinaryNinja::Variable | variable () const |
| |
| BNFunctionGraphType | ilType () const |
| |
| size_t | instrId () const |
| |
| XrefType | type () const |
| |
| int | size () const |
| |
| void | setSize (int size) const |
| |
| void | setParent (XrefHeader *parent) const |
| |
| virtual XrefItem * | parent () const |
| |
| virtual XrefItem * | child (int) const |
| |
| virtual int | childCount () const |
| |
| int | row () const |
| |
| bool | operator== (const XrefItem &other) const |
| |
| bool | operator!= (const XrefItem &other) const |
| |
◆ XrefRoot() [1/2]
◆ XrefRoot() [2/2]
◆ ~XrefRoot()
◆ appendChild()
| void XrefRoot::appendChild |
( |
XrefItem * |
ref | ) |
|
|
overridevirtual |
◆ child()
| virtual XrefHeader * XrefRoot::child |
( |
int |
i | ) |
const |
|
overridevirtual |
◆ childCount()
| virtual int XrefRoot::childCount |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ parentOf()
◆ row()
| virtual int XrefRoot::row |
( |
const XrefItem * |
item | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: