Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 55391) sorted by last modified time

12345678910>>...2216

/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/
H A DSoQtImageReader.cpp85 sbimage->setValue(size, c, NULL); in readImage()
H A DSoQt.cpp610 if (interval.getValue() <= 0.0) { interval.setValue(1.0/5000.0); } in slot_sensorQueueChanged()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/widgets/
H A DSoQtThumbWheel.cpp399 SoQtThumbWheel::setValue(float value) in setValue() function in SoQtThumbWheel
H A DSoQtThumbWheel.h59 void setValue(float value);
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/old/
H A DSoQtColorSlider.h57 void setValue(int);
58 void setValue(const char *);
59 void setValue();
H A DSoQtColorSlider.cpp72 QObject::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(setValue(int))); in _SoQtColorSlider()
73 QObject::connect(edit, SIGNAL(returnPressed()), this, SLOT(setValue())); in _SoQtColorSlider()
75 setValue(slider->value()); in _SoQtColorSlider()
79 void _SoQtColorSlider::setValue(int value) in setValue() function in _SoQtColorSlider
90 slider->setValue(value); in setValue()
91 connect(slider, SIGNAL(valueChanged(int)), this, SLOT(setValue(int))); in setValue()
97 void _SoQtColorSlider::setValue(const char *text) in setValue() function in _SoQtColorSlider
102 slider->setValue((int) (temp * 100.0f)); in setValue()
103 connect(slider, SIGNAL(valueChanged(int)), this, SLOT(setValue(int))); in setValue()
107 void _SoQtColorSlider::setValue() in setValue() function in _SoQtColorSlider
[all …]
H A DSoQtMaterialEditor.cpp360 sliders[0]->setValue((int) (colors[0]->getValues(0)->getValue()[0] * 100.0f)); in attach()
361 sliders[1]->setValue((int) (colors[1]->getValues(0)->getValue()[0] * 100.0f)); in attach()
362 sliders[2]->setValue((int) (colors[2]->getValues(0)->getValue()[0] * 100.0f)); in attach()
363 sliders[3]->setValue((int) (colors[3]->getValues(0)->getValue()[0] * 100.0f)); in attach()
364 sliders[4]->setValue((int) (material->shininess[0] * 100.0f)); in attach()
368 sliders[5]->setValue((int) (material->transparency[0] * 100.0f)); in attach()
520 sliders[i]->setValue((int)(factor * 100.f)); in colorChanged()
523 colors[i]->setValue(cols); in colorChanged()
H A DQColorSelection.cpp116 red->setValue(col.red()); in setColor()
117 green->setValue(col.green()); in setColor()
118 blue->setValue(col.blue()); in setColor()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/
H A DRGBCubeEditorKit.cpp465 cubeVerts[0].setValue(0, 0, 0); in initCubeFacelist()
466 cubeVerts[1].setValue(CUBE_SIZE_X, 0, 0); in initCubeFacelist()
468 cubeVerts[3].setValue(0, CUBE_SIZE_Y, 0); in initCubeFacelist()
471 cubeVerts[4].setValue(0, 0, CUBE_SIZE_Z); in initCubeFacelist()
597 font->name.setValue("Times-Roman"); in initCubeDraggers()
598 font->size.setValue(24.0); in initCubeDraggers()
612 textRedColor->rgb.setValue(1,.4,.4); in initCubeDraggers()
614 textGreenColor->rgb.setValue(.4,1,.4); in initCubeDraggers()
616 textBlueColor->rgb.setValue(.4,.4,1); in initCubeDraggers()
693 activeMat->diffuseColor.setValue(0,1,1); in modifyDraggerWidget()
[all …]
H A DRadioGroupKit.cpp266 PUBLIC(radioGroupP)->selected.setValue(index); in buttonClickedCallback()
335 font->name.setValue("Times-Roman"); in addRadioButton()
336 font->size.setValue(24.0); in addRadioButton()
349 PUBLIC(this)->selected.setValue(0); in addRadioButton()
370 spacingX->translation.setValue(dx,-dy/2,0); in addRadioButton()
371 spacingY->translation.setValue(0,-dy*2,0); in addRadioButton()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/viewers/
H A DFullViewer.cpp1086 ((SoQtThumbWheel *)wheel)->setValue(val); in setThumbWheelValue()
H A Dkilled-prefs.diff206 - this->feedbackwheel->setValue(float(val)/10.0f);
236 - this->feedbackwheel->setValue(val);
772 - this->farclippingwheel->setValue(cam->farDistance.getValue());
919 - this->zoomslider->setValue(f);
999 - this->seekdistancewheel->setValue(val);
1019 - this->seekdistancewheel->setValue(sqrt(val));
1142 - this->nearclippingwheel->setValue(val);
1147 - this->nearclippingwheel->setValue(val);
1173 - this->farclippingwheel->setValue(val);
1200 - this->nearclippingwheel->setValue(val);
[all …]
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DMaterialEditor.cpp.in665 if ( me->radio1->on.getValue() ) me->radio1->on.setValue(FALSE);
670 !me->radio2->on.getValue() ) me->radio2->on.setValue(TRUE);
674 !me->radio3->on.getValue() ) me->radio3->on.setValue(TRUE);
678 !me->radio4->on.getValue() ) me->radio4->on.setValue(TRUE);
680 if ( me->radio2->on.getValue() ) me->radio2->on.setValue(FALSE);
845 material->ambientIntensity.setValue(v);
846 material->diffuseColor.setValue(mat->diffuseColor[0]);
847 material->specularColor.setValue(mat->specularColor[0]);
848 material->emissiveColor.setValue(mat->emissiveColor[0]);
849 material->shininess.setValue(mat->shininess[0]);
[all …]
H A DToggleButton.cpp.in134 this->on.setValue(FALSE);
136 this->on.setValue(TRUE);
H A DFrame.cpp.in234 light->diffuseColor.setValue(SbColor(0.5f, 0.5f, 0.5f));
235 shade->diffuseColor.setValue(SbColor(0.9f, 0.9f, 0.9f));
237 light->diffuseColor.setValue(SbColor(0.9f, 0.9f, 0.9f));
238 shade->diffuseColor.setValue(SbColor(0.5f, 0.5f, 0.5f));
243 light->diffuseColor.setValue(SbColor(1.0f, 0.0f, 0.0f));
244 shade->diffuseColor.setValue(SbColor(1.0f, 0.0f, 0.0f));
246 light->diffuseColor.setValue(SbColor(0.0f, 0.0f, 0.0f));
247 shade->diffuseColor.setValue(SbColor(0.0f, 0.0f, 0.0f));
H A DPane.cpp.in141 PRIVATE(this)->raypickpos.setValue(-1.0f, -1.0f);
H A DSlider2.cpp.in340 PRIVATE(this)->knobtranslation->translation.setValue(translation);
368 this->value.setValue(imagval);
447 this->value.setValue(val);
H A DViewpointWrapper.cpp.in95 isBound->setValue(onoff);
96 bindTime->setValue(SbTime::getTimeOfDay());
152 rot.setValue(m);
183 rot.setValue(m);
306 set_bind->setValue(TRUE);
H A DViewportFix.cpp.in123 this->viewportSize.setValue(vpsize[0], vpsize[1], 0.0f);
H A DSlider1.cpp.in251 knobmaterial->ambientColor.setValue(0.6f, 0.6f, 0.6f);
319 texturenode->model.setValue(SoTexture2::DECAL);
379 this->value.setValue(minval);
382 this->value.setValue(maxval);
388 this->value.setValue(minval);
391 this->value.setValue(maxval);
420 if ( val < minval ) this->value.setValue(minval);
422 if ( val > minval ) this->value.setValue(minval);
433 if ( val > maxval ) this->value.setValue(maxval);
435 if ( val < maxval ) this->value.setValue(maxval);
[all …]
H A DClickCounter.cpp.in126 // surfacematerial->diffuseColor.setValue(SbColor(0.0f, 0.0f, 0.0f));
167 this->value.setValue(val);
171 this->value.setValue(val);
199 this->value.setValue(this->first.getValue());
H A DSceneTexture2.cpp.in162 PUBLIC(me)->image.setValue(size, 3, NULL);
187 PUBLIC(me)->image.setValue(size, nc, NULL);
H A DLabel.cpp.in149 me->text->string.setValue(string);
H A DColorEditor.cpp.in530 color.setValue(r, g, b);
531 PUBLIC(me)->color.setValue(color);
542 color.setValue(r, g, b);
543 PUBLIC(me)->color.setValue(color);
554 color.setValue(r, g, b);
555 PUBLIC(me)->color.setValue(color);
567 PUBLIC(me)->color.setValue(color);
579 PUBLIC(me)->color.setValue(color);
591 PUBLIC(me)->color.setValue(color);
619 PUBLIC(me)->color.setValue(color);
[all …]
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/editors/
H A DSoGuiColorEditor.cpp.in223 PRIVATE(this)->editor->color.setValue(color->getValue());
249 PRIVATE(this)->editor->color.setValue(color->operator[](idx));
279 PRIVATE(this)->editor->color.setValue(col);
382 PRIVATE(this)->sfcolor->setValue(color);
399 PRIVATE(this)->editor->color.setValue(color);
427 PRIVATE(this)->editor->wysiwyg.setValue(enable);
451 PRIVATE(this)->editor->sliders.setValue((So@Gui@ColorEditor::Sliders) which);
591 me->editor->color.setValue(me->sfcolor->getValue());
595 me->editor->color.setValue(me->mfcolor->operator[](me->mfindex));
603 me->editor->color.setValue(color);
[all …]

12345678910>>...2216