Home
last modified time | relevance | path

Searched refs:PropertyCheckBox (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Ddvwidgets.cpp49 PropertyCheckBox::PropertyCheckBox(const QString &text, QWidget *parent, in PropertyCheckBox() function in PropertyCheckBox
58 void PropertyCheckBox::onStateChanged(int state) { in onStateChanged()
65 void PropertyCheckBox::onPropertyChanged() { in onPropertyChanged()
H A Ddvwidgets.h53 class PropertyCheckBox final : public CheckBox, public PropertyWidget {
57 PropertyCheckBox(const QString &text, QWidget *parent, TBoolProperty *prop);
H A Dformatsettingspopups.cpp182 DVGui::PropertyCheckBox *v = in buildPropertyCheckBox()
183 new DVGui::PropertyCheckBox(prop->getQStringName(), this, prop); in buildPropertyCheckBox()