Public Member Functions | |
| virtual void | copy () |
| virtual bool | canCopy () |
| HistorySidebarWidget (BinaryViewRef data) | |
| ~HistorySidebarWidget () | |
| void | notifyFontChanged () override |
| QWidget * | headerWidget () override |
| Public Member Functions inherited from SidebarWidget | |
| SidebarWidget (const QString &title) | |
| ~SidebarWidget () | |
| const QString & | title () const |
| void | setTitle (const QString &title) |
| void | enableRefreshTimer (int interval) |
| void | setRefreshQuiesce (bool enable) |
| bool | isQuiesced () const |
| virtual void | notifyRefresh () |
| virtual void | notifyQuiesce (bool) |
| virtual void | notifyOffsetChanged (uint64_t) |
| virtual void | notifyThemeChanged () |
| virtual void | notifyViewChanged (ViewFrame *) |
| virtual void | notifyViewLocationChanged (View *, const ViewLocation &) |
| virtual void | focus () |
| virtual void | closing () |
| virtual void | setPrimaryOrientation (Qt::Orientation) |
Additional Inherited Members | |
| Protected Attributes inherited from SidebarWidget | |
| QString | m_title |
| UIActionHandler | m_actionHandler |
| ContextMenuManager * | m_contextMenuManager = nullptr |
| Menu * | m_menu = nullptr |
| bool | m_quiesceState = true |
| QTimer * | m_updateTimer = nullptr |
| HistorySidebarWidget::HistorySidebarWidget | ( | BinaryViewRef | data | ) |
| HistorySidebarWidget::~HistorySidebarWidget | ( | ) |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from SidebarWidget.
|
inlineoverridevirtual |
Reimplemented from SidebarWidget.