|
| | MiniGraph (bool popout=false) |
| |
| | ~MiniGraph () |
| |
| virtual void | notifyViewChanged (ViewFrame *frame) override |
| |
| virtual void | OnViewChange (UIContext *context, ViewFrame *frame, const QString &type) override |
| | Callback when the ui changes views. More...
|
| |
| virtual QWidget * | headerWidget () override |
| |
| virtual QSize | sizeHint () const override |
| |
| void | setSource (ViewFrame *frame, FlowGraphWidget *graphView) |
| |
| virtual void | OnContextOpen (UIContext *context) |
| | Callback after a UIContext is opened (eg MainWindow) More...
|
| |
| virtual void | OnContextClose (UIContext *context) |
| | Callback right before closing a UIContext. More...
|
| |
| virtual bool | OnBeforeOpenDatabase (UIContext *context, FileMetadataRef metadata) |
| | Callback before a database (specifically a database, not a raw file) is opened. More...
|
| |
| virtual bool | OnAfterOpenDatabase (UIContext *context, FileMetadataRef metadata, BinaryViewRef data) |
| | Callback after a database (specifically a database, not a raw file) is opened. More...
|
| |
| virtual bool | OnBeforeOpenFile (UIContext *context, FileContext *file) |
| | Callback before a file (raw or database) is opened (after OnAfterOpenDatabase if opening a database) More...
|
| |
| virtual void | OnAfterOpenFile (UIContext *context, FileContext *file, ViewFrame *frame) |
| | Callback after a file (raw or database) is opened. More...
|
| |
| virtual bool | OnBeforeSaveFile (UIContext *context, FileContext *file, ViewFrame *frame) |
| | Callback before a file is saved (either as a database or raw) More...
|
| |
| virtual void | OnAfterSaveFile (UIContext *context, FileContext *file, ViewFrame *frame) |
| | Callback after a file is saved (either as a database or raw) More...
|
| |
| virtual bool | OnBeforeCloseFile (UIContext *context, FileContext *file, ViewFrame *frame) |
| | Callback before a file is closed. More...
|
| |
| virtual void | OnAfterCloseFile (UIContext *context, FileContext *file, ViewFrame *frame) |
| | Callback after a file is closed. More...
|
| |
| virtual void | OnViewChange (UIContext *context, ViewFrame *frame, const QString &type) |
| | Callback when the ui changes views. More...
|
| |
| virtual void | OnAddressChange (UIContext *context, ViewFrame *frame, View *view, const ViewLocation &location) |
| | Callback when the ui changes address. More...
|
| |
| virtual bool | GetNameForFile (UIContext *context, FileContext *file, QString &name) |
| | Callback to modify the displayed file name for a FileContext (eg in the window title or tab title) Note: Due to the out param &name, this is not usable from Python with PySide. More...
|
| |
| virtual bool | GetNameForPath (UIContext *context, const QString &path, QString &name) |
| | Callback to modify the displayed file name for a file path (eg in the new tab widget) Note: Due to the out param &name, this is not usable from Python with PySide. More...
|
| |
| virtual void | OnNewSelectionForXref (UIContext *context, ViewFrame *frame, View *view, const SelectionInfoForXref &selection) |
| | Callback when the ui changes selection and should update cross references. More...
|
| |