Classes | |
class | GetStructuresListThread |
class | BaseStructuresTableWidget |
class | CreateStructDialog |
class GetStructuresListThread |
Public Member Functions | |
GetStructuresListThread (BinaryNinja::TypeContainer container, const std::function< void()> &completeFunc) | |
void | cancel () |
const QStringList & | getTypes () const |
Protected Member Functions | |
virtual void | run () override |
GetStructuresListThread::GetStructuresListThread | ( | BinaryNinja::TypeContainer | container, |
const std::function< void()> & | completeFunc | ||
) |
|
overrideprotectedvirtual |
void GetStructuresListThread::cancel | ( | ) |
|
inline |
class BaseStructuresTableWidget |
Signals | |
void | removeBaseStructure (int idx) |
Public Member Functions | |
BaseStructuresTableWidget () | |
virtual QSize | sizeHint () const override |
Protected Member Functions | |
virtual void | contextMenuEvent (QContextMenuEvent *event) override |
BaseStructuresTableWidget::BaseStructuresTableWidget | ( | ) |
|
overridevirtual |
|
overrideprotectedvirtual |
|
signal |
class CreateStructDialog |
Public Member Functions | |
CreateStructDialog (QWidget *parent, std::optional< BinaryNinja::TypeContainer > typeContainer, const std::string &name, bool askForPointer=false, bool defaultToPointer=false) | |
~CreateStructDialog () | |
BinaryNinja::QualifiedName | getName () const |
uint64_t | getSize () const |
bool | getPropagateDataVarRefs () const |
bool | getCreatePointer () const |
const std::vector< BinaryNinja::BaseStructure > | getBaseStructures () const |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *e) override |
CreateStructDialog::CreateStructDialog | ( | QWidget * | parent, |
std::optional< BinaryNinja::TypeContainer > | typeContainer, | ||
const std::string & | name, | ||
bool | askForPointer = false , |
||
bool | defaultToPointer = false |
||
) |
CreateStructDialog::~CreateStructDialog | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overrideprotectedvirtual |