Classes | |
class | ILChooserWidget |
class | ViewPaneHeaderILChooserWidget |
class ILChooserWidget |
Public Member Functions | |
ILChooserWidget (QWidget *parent, UIActionHandler *handler, bool longDescription) | |
void | updateStatus (const BinaryNinja::FunctionViewType ¤t) |
![]() | |
MenuHelper () | |
MenuHelper (QWidget *parent) | |
void | setBackgroundColorRole (QPalette::ColorRole role) |
void | setActiveBackgroundColorRole (QPalette::ColorRole role) |
void | setPressedBackgroundColorRole (QPalette::ColorRole role) |
void | setForegroundColorRole (QPalette::ColorRole role) |
void | setActiveForegroundColorRole (QPalette::ColorRole role) |
void | setPressedForegroundColorRole (QPalette::ColorRole role) |
Static Public Member Functions | |
static QString | shortNameForILType (const BinaryNinja::FunctionViewType &type) |
static QString | longNameForILType (const BinaryNinja::FunctionViewType &type) |
Protected Member Functions | |
virtual void | showMenu () override |
![]() | |
void | enterEvent (QEnterEvent *event) override |
void | leaveEvent (QEvent *event) override |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
void | updateColors () |
Additional Inherited Members | |
![]() | |
void | clicked () |
![]() | |
![]() | |
Menu | m_menu |
ContextMenuManager * | m_contextMenuManager |
QTimer * | m_timer |
bool | m_active |
bool | m_pressed |
ILChooserWidget::ILChooserWidget | ( | QWidget * | parent, |
UIActionHandler * | handler, | ||
bool | longDescription ) |
void ILChooserWidget::updateStatus | ( | const BinaryNinja::FunctionViewType & | current | ) |
|
static |
|
static |
|
overrideprotectedvirtual |
Implements MenuHelper.
class ViewPaneHeaderILChooserWidget |
Public Member Functions | |
ViewPaneHeaderILChooserWidget (View *view, UIActionHandler *handler) | |
virtual void | updateStatus () |
![]() | |
ViewPaneHeaderSubtypeWidget () | |
ViewPaneHeaderILChooserWidget::ViewPaneHeaderILChooserWidget | ( | View * | view, |
UIActionHandler * | handler ) |
|
virtual |
Implements ViewPaneHeaderSubtypeWidget.