|
OpenStructure
|
#include <context_menu.hh>
Inherits QObject.
Public Member Functions | |
| ContextMenu (QTreeView *view, SceneWinModel *model) | |
| ~ContextMenu () | |
| void | ShowMenu (const QPoint &pos) |
| void | Rename (QModelIndex index) |
| void | AddAction (QAction *action, ContextActionTypes type) |
Definition at line 58 of file context_menu.hh.
| ContextMenu | ( | QTreeView * | view, |
| SceneWinModel * | model | ||
| ) |
|
inline |
Definition at line 62 of file context_menu.hh.
| void AddAction | ( | QAction * | action, |
| ContextActionTypes | type | ||
| ) |
| void Rename | ( | QModelIndex | index | ) |
| void ShowMenu | ( | const QPoint & | pos | ) |