19 #ifndef OST_GUI_SCENE_WIN_ENTITY_PART_NODE_HH
20 #define OST_GUI_SCENE_WIN_ENTITY_PART_NODE_HH
32 #include <QModelIndex>
37 namespace ost {
namespace gui {
44 virtual QVariant GetData(
int column,
int role);
45 virtual Qt::ItemFlags Flags(
int column)
const;
46 virtual int GetColumnCount()
const;
53 virtual void SetName(QString name);
54 virtual const QString& GetName()
const;
57 virtual void SetVisible(
bool visible);
58 virtual bool GetVisible()
const;
boost::shared_ptr< Entity > EntityP
#define DLLEXPORT_OST_GUI