Lines Matching refs:setValue

484   if ( r != this->slider_r->value.getValue() ) this->slider_r->value.setValue(r);
485 if ( g != this->slider_g->value.getValue() ) this->slider_g->value.setValue(g);
486 if ( b != this->slider_b->value.getValue() ) this->slider_b->value.setValue(b);
487 if ( h != this->slider_h->value.getValue() ) this->slider_h->value.setValue(h);
488 if ( s != this->slider_s->value.getValue() ) this->slider_s->value.setValue(s);
489 if ( v != this->slider_v->value.getValue() ) this->slider_v->value.setValue(v);
490 if ( wheel != this->slider_wheel->value.getValue() ) this->slider_wheel->value.setValue(wheel);
530 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);
603 me->slider_wheel->value.setValue(reverse);
619 PUBLIC(me)->color.setValue(color);
655 texture->wrapS.setValue(SoTexture2::CLAMP);
656 texture->wrapT.setValue(SoTexture2::CLAMP);
659 texture->image.setValue(size, nc, NULL);
660 texture->model.setValue(SoTexture2::DECAL);
686 texture->wrapS.setValue(SoTexture2::CLAMP);
687 texture->wrapT.setValue(SoTexture2::CLAMP);
690 texture->image.setValue(size, nc, NULL);
691 texture->model.setValue(SoTexture2::DECAL);
717 texture->wrapS.setValue(SoTexture2::CLAMP);
718 texture->wrapT.setValue(SoTexture2::CLAMP);
721 texture->image.setValue(size, nc, NULL);
722 texture->model.setValue(SoTexture2::DECAL);
749 texture->wrapS.setValue(SoTexture2::CLAMP);
750 texture->wrapT.setValue(SoTexture2::CLAMP);
753 texture->image.setValue(size, nc, NULL);
754 texture->model.setValue(SoTexture2::DECAL);
785 texture->wrapS.setValue(SoTexture2::CLAMP);
786 texture->wrapT.setValue(SoTexture2::CLAMP);
789 texture->image.setValue(size, nc, NULL);
790 texture->model.setValue(SoTexture2::DECAL);
821 texture->wrapS.setValue(SoTexture2::CLAMP);
822 texture->wrapT.setValue(SoTexture2::CLAMP);
825 texture->image.setValue(size, nc, NULL);
826 texture->model.setValue(SoTexture2::DECAL);
857 texture->wrapS.setValue(SoTexture2::CLAMP);
858 texture->wrapT.setValue(SoTexture2::CLAMP);
861 texture->image.setValue(size, nc, NULL);
862 texture->model.setValue(SoTexture2::DECAL);