18 this->setChecked(value);
19 connect(
this, SIGNAL(stateChanged(
int)),
this, SLOT(
setNewValue(
int)));
26 auto boolState =
static_cast<bool>(state);
Contains properties for the visualization of objects as VtkVisPipelineItems.
void setNewValue(int state)
This slots is automatically called when the checkbox state changed.
VtkAlgorithmPropertyCheckbox(const bool value, QString name, VtkAlgorithmProperties *algProps, QWidget *parent=nullptr)
Constructor.
VtkAlgorithmProperties * _algProps
~VtkAlgorithmPropertyCheckbox() override
Destructor.