37 connect(
this, &TreeModel::dataChanged,
this, &ItemModel::onDataChanged );
58 void onDataChanged(
const QModelIndex& topLeft,
59 const QModelIndex& bottomRight,
60 const QVector<int>& roles );
64 void visibilityROChanged( Ra::Core::Utils::Index roIndex,
bool visible );
68 void buildModel()
override;
70 std::string getHeaderString()
const override {
return "Engine Objects Tree"; }