MCPcopy Create free account
hub / github.com/Kitware/CMake / SetValue

Method SetValue

Source/CursesDialog/cmCursesWidget.cxx:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void cmCursesWidget::SetValue(std::string const& value)
36{
37 this->Value = value;
38 set_field_buffer(this->Field, 0, const_cast<char*>(value.c_str()));
39}
40
41char const* cmCursesWidget::GetValue()
42{

Callers 6

NextOptionMethod · 0.45
PreviousOptionMethod · 0.45
SetOptionMethod · 0.45
SetValueAsBoolMethod · 0.45
SetStringMethod · 0.45
cmCursesLabelWidgetMethod · 0.45

Calls 2

set_field_bufferFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected