#include <context_menu.hh>
Inherits PyQt4::QtCore::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 60 of file context_menu.hh.
ContextMenu | ( | QTreeView * | view, | |
SceneWinModel * | model | |||
) |
~ContextMenu | ( | ) | [inline] |
Definition at line 64 of file context_menu.hh.
void AddAction | ( | QAction * | action, | |
ContextActionTypes | type | |||
) |
void Rename | ( | QModelIndex | index | ) |
void ShowMenu | ( | const QPoint & | pos | ) |