Home
last modified time | relevance | path

Searched refs:m_constantThickness (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectorselectiontool.h283 return m_constantThickness.getValue(); in isConstantThickness()
362 TBoolProperty m_constantThickness; variable
H A Dvectorselectiontool.cpp1210 , m_constantThickness("Preserve Thickness", false) in VectorSelectionTool()
1221 m_prop.bind(m_constantThickness); in VectorSelectionTool()
1236 m_constantThickness.setId("PreserveThickness"); in VectorSelectionTool()
1343 m_constantThickness.setQStringName(tr("Preserve Thickness")); in updateTranslation()
1936 m_constantThickness.setValue(l_strokeSelectConstantThickness ? 1 : 0); in onActivate()
2038 if (propertyName == m_constantThickness.getName()) in onPropertyChanged()
2039 l_strokeSelectConstantThickness = (int)(m_constantThickness.getValue()); in onPropertyChanged()