#include <ost/gui/module_config.hh>
#include <ost/gui/scene_win/scene_win_model.hh>
#include <QFlags>
#include <QVector>
#include <QAbstractItemModel>
#include <QTreeView>
Go to the source code of this file.
Data Structures | |
class | ContextMenu |
Namespaces | |
namespace | ost |
namespace | ost::gui |
Enumerations | |
enum | ContextActionType { GFX_NODE = 0x1, GFX_OBJECT = 0x2, ENTITY = 0x4, ENTITY_VIEW = 0x8, CUSTOM_VIEW = 0x10, NOT_VISIBLE = 0x20, NOT_HIDDEN = 0x40, NOT_SCENE = 0x80, SINGLE = 0x100, MULTI = 0x200, VIEWS_SAME_OBJECT = 0x400, MAP = 0x800, MAP_ORIGINAL = 0x1000, MAP_DOWNSAMPLED = 0x2000, MAP_DSAMPLED_AVAIL = 0x4000 } |