DecompilerContextMenu¶
-
class DecompilerContextMenu : public QMenu¶
Context menu for DecompilerWidget.
Public Functions
-
DecompilerContextMenu(QWidget *parent, MainWindow *mainWindow)¶
-
~DecompilerContextMenu()¶
-
bool getIsTogglingBreakpoints() const¶
-
void setAnnotationHere(RzCodeAnnotation *annotation)¶
-
RVA getFirstOffsetInLine() const¶
Public Slots
-
void setCurHighlightedWord(QString word)¶
-
void setOffset(RVA newOffset)¶
-
void setDecompiledFunctionAddress(RVA functionAddr)¶
-
void setFirstOffsetInLine(RVA firstOffset)¶
-
void setAvailableBreakpoints(QVector<RVA> offsetList)¶
Signals
-
void copy()¶
-
DecompilerContextMenu(QWidget *parent, MainWindow *mainWindow)¶