OpenStructure
|
#include <scene_win.hh>
Inherits Widget.
Public Slots | |
void | OnSelectionChange (const QItemSelection &sel, const QItemSelection &desel) |
void | ContextMenuRequested (const QPoint &pos) |
SceneWinModel * | GetModel () const |
void | Update () |
Signals | |
void | ActiveNodesChanged (gfx::NodePtrList nodes, gfx::EntityP entity, mol::QueryViewWrapperList views) |
void | ActiveNodesChanged () |
Public Member Functions | |
SceneWin (QWidget *parent=NULL) | |
~SceneWin () | |
virtual bool | Save (const QString &prefix) |
virtual bool | Restore (const QString &prefix) |
void | AddView (gfx::EntityP entity, mol::EntityView view) |
ContextMenu * | GetContextMenu () |
Public Member Functions inherited from Widget | |
Widget (QWidget *widget, QWidget *parent=NULL) | |
void | SetDestroyOnClose (bool flag) |
bool | DestroyOnClose () const |
virtual ActionList | GetActions () |
QWidget * | GetInternalWidget () |
void | SetInternalWidget (QWidget *widget) |
const QString & | GetUniqueID () const |
void | SetUniqueID (const QString &id) |
Definition at line 45 of file scene_win.hh.
SceneWin | ( | QWidget * | parent = NULL | ) |
~SceneWin | ( | ) |
|
signal |
|
signal |
void AddView | ( | gfx::EntityP | entity, |
mol::EntityView | view | ||
) |
|
slot |
ContextMenu* GetContextMenu | ( | ) |
|
slot |
|
slot |
|
inlinevirtual |
Implements Widget.
Definition at line 58 of file scene_win.hh.
|
inlinevirtual |
Implements Widget.
Definition at line 57 of file scene_win.hh.
|
slot |