MCPcopy Create free account
hub / github.com/Kitware/VTK / SetText

Method SetText

Rendering/VR/vtkVRControlsHelper.cxx:385–395  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

383
384//------------------------------------------------------------------------------
385void vtkVRControlsHelper::SetText(const std::string& _text)
386{
387 if (this->Text == _text)
388 {
389 return;
390 }
391 this->Text = _text;
392
393 this->TextActor->SetInput(this->Text.c_str());
394 this->Modified();
395}
396
397//------------------------------------------------------------------------------
398void vtkVRControlsHelper::SetEnabled(bool val)

Callers 15

LocatePointInPlotsMethod · 0.45
SetTooltipInfoMethod · 0.45
SetTooltipInfoMethod · 0.45
MouseMoveEventMethod · 0.45
MouseMoveEventMethod · 0.45
SimpleViewMethod · 0.45
SetTooltipInfoFunction · 0.45
text.pyFile · 0.45
TestHardwareSelectorFunction · 0.45
3DMorph.pyFile · 0.45
clipPyramid.pyFile · 0.45
casesFunction · 0.45

Calls 3

SetInputMethod · 0.45
c_strMethod · 0.45
ModifiedMethod · 0.45

Tested by 2

TestHardwareSelectorFunction · 0.36
TestTextSourceFunction · 0.36