Searched refs:fPathOpsCheckBox (Results 1 – 2 of 2) sorted by relevance
31 fPathOpsCheckBox.setText("PathOps "); in SkSettingsWidget()32 fVisualizationsLayout.addWidget(&fPathOpsCheckBox); in SkSettingsWidget()42 connect(&fPathOpsCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged())); in SkSettingsWidget()
81 return fPathOpsCheckBox.isChecked(); in isPathOpsEnabled()105 QCheckBox fPathOpsCheckBox; variable