|
| XrefHeader () |
|
| XrefHeader (const QString &name, XrefItem::XrefType type, XrefHeader *parent, FunctionRef func) |
|
virtual | ~XrefHeader () |
|
virtual QString | name () const |
|
XrefItem::XrefType | type () const |
|
virtual void | appendChild (XrefItem *ref)=0 |
|
virtual int | row (const XrefItem *item) const =0 |
|
virtual XrefItem * | child (int i) const =0 |
|
virtual int | childCount () const =0 |
|
| 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 |
|
◆ XrefHeader() [1/2]
XrefHeader::XrefHeader |
( |
| ) |
|
◆ XrefHeader() [2/2]
◆ ~XrefHeader()
virtual XrefHeader::~XrefHeader |
( |
| ) |
|
|
inlinevirtual |
◆ appendChild()
virtual void XrefHeader::appendChild |
( |
XrefItem * |
ref | ) |
|
|
pure virtual |
◆ child()
virtual XrefItem * XrefHeader::child |
( |
int |
i | ) |
const |
|
pure virtual |
◆ childCount()
virtual int XrefHeader::childCount |
( |
| ) |
const |
|
pure virtual |
◆ name()
virtual QString XrefHeader::name |
( |
| ) |
const |
|
inlinevirtual |
◆ row()
virtual int XrefHeader::row |
( |
const XrefItem * |
item | ) |
const |
|
pure virtual |
◆ type()
◆ m_name
QString XrefHeader::m_name |
|
protected |
The documentation for this class was generated from the following file: