50 #ifndef OM_PROPERTY_VISUALIZER_BOOLEAN_HH 51 #define OM_PROPERTY_VISUALIZER_BOOLEAN_HH 53 #include "OMPropertyVisualizer.hh" 55 #include "Widgets/BooleanWidget.hh" 59 template <
typename MeshT>
68 virtual void visualizeFaceProp(
bool _setDrawMode =
true);
69 virtual void visualizeEdgeProp(
bool _setDrawMode =
true);
70 virtual void visualizeHalfedgeProp(
bool _setDrawMode =
true);
71 virtual void visualizeVertexProp(
bool _setDrawMode =
true);
78 virtual void setFacePropertyFromText(
unsigned int index, QString text);
79 virtual void setEdgePropertyFromText(
unsigned int index, QString text);
80 virtual void setHalfedgePropertyFromText(
unsigned int index, QString text);
81 virtual void setVertexPropertyFromText(
unsigned int index, QString text);
85 #if defined(INCLUDE_TEMPLATES) && !defined(OM_PROPERTY_VISUALIZER_BOOLEAN_CC) 86 #include "OMPropertyVisualizerBooleanT.cc" virtual void removeProperty()
Removes the property.
Cellection of information about a property.
virtual QString getPropertyText(unsigned int index)
Returns the value of a property in text form.
virtual void duplicateProperty()
Duplicates the property.