23#ifndef VCL_QT_GUI_DRAWABLE_OBJECT_ITEM_H
24#define VCL_QT_GUI_DRAWABLE_OBJECT_ITEM_H
26#include <vclib/render/drawable/abstract_drawable_mesh.h>
28#include <QTreeWidgetItem>
34 std::shared_ptr<DrawableObject> mObj;
38 const std::shared_ptr<DrawableObject>&
obj,
41 std::shared_ptr<DrawableObject> drawableObject()
const;
54 static void makeItemNotSelectable(QTreeWidgetItem*
item);
The AbstractDrawableMesh class is the base class for all the drawable meshes in the VCLib render syst...
Definition abstract_drawable_mesh.h:41
A class representing a box in N-dimensional space.
Definition box.h:46
Represents a Physically-Based Rendering (PBR) material.
Definition material.h:45
Definition drawable_object_item.h:33