We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ddeab commit 9109527Copy full SHA for 9109527
Three/include/CGAL/Three/Scene_item.h
@@ -76,6 +76,11 @@ class SCENE_ITEM_EXPORT Scene_item : public QObject{
76
NORMALS = 0x4, //!< Invalidate the normal of each vertex.
77
ALL = GEOMETRY|COLORS|NORMALS //!< Invalidate everything
78
};
79
+
80
+#ifdef DOXYGEN_RUNNING
81
+ //! \brief Flag interface for Scene_item::Gl_data_name.
82
+ enum Gl_data_names{};
83
+#endif
84
Q_DECLARE_FLAGS(Gl_data_names, Gl_data_name)
85
86
//! \brief The default color of a scene_item.
0 commit comments