XrefsDialog

class XrefsDialog : public QDialog

Public Functions

  • explicit XrefsDialog(MainWindow *parent, bool hideXrefFrom = false)

  • ~XrefsDialog()

  • void fillRefsForAddress(RVA addr, QString name, bool whole_function)

  • void fillRefsForVariable(QString nameOfVariable, RVA offset)

    Initializes toModel and fromModel with the details about the references to the specified local variable ‘nameOfVariable’.

    • Parameters

      • nameOfVarible – Name of the local variable for which the references are being initialized.

      • offset – An offset in the function in which the specified local variable exist.