44 #ifndef OM_PROPERTY_VISUALIZER_BOOLEAN_HH 45 #define OM_PROPERTY_VISUALIZER_BOOLEAN_HH 47 #include "OMPropertyVisualizer.hh" 49 #include "Widgets/BooleanWidget.hh" 53 template <
typename MeshT>
62 void visualizeFaceProp(
bool _setDrawMode =
true)
override;
63 void visualizeEdgeProp(
bool _setDrawMode =
true)
override;
64 void visualizeHalfedgeProp(
bool _setDrawMode =
true)
override;
65 void visualizeVertexProp(
bool _setDrawMode =
true)
override;
72 void setFacePropertyFromText(
unsigned int index, QString text)
override;
73 void setEdgePropertyFromText(
unsigned int index, QString text)
override;
74 void setHalfedgePropertyFromText(
unsigned int index, QString text)
override;
75 void setVertexPropertyFromText(
unsigned int index, QString text)
override;
79 #if defined(INCLUDE_TEMPLATES) && !defined(OM_PROPERTY_VISUALIZER_BOOLEAN_CC) 80 #include "OMPropertyVisualizerBooleanT_impl.hh" void duplicateProperty() override
Duplicates the property.
QString getPropertyText(unsigned int index) override
Returns the value of a property in text form.
void removeProperty() override
Removes the property.
Cellection of information about a property.