API Documentation
|
Allows for customization of what is shown when the user right-clicks or accesses the ContextMenu for an object, selection, or scene. More...
#include <ContextMenuManager.h>
Public Member Functions | |
virtual void | addContextMenuItems (QTModelManager *manager, QMenu &menu, const Buffer< UUID > &ids, const SelectionInfo &cursor_location)=0 |
virtual void | contextMenu (QTModelManager *manager, QAction *action, const Buffer< UUID > &ids, const SelectionInfo &cursor_location, PopupInfo origin)=0 |
Allows for customization of what is shown when the user right-clicks or accesses the ContextMenu for an object, selection, or scene.
|
pure virtual |
|
pure virtual |