MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ToString

Function ToString

lib/utils/utility.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string ToString(double value)
52{
53 std::stringstream stream;
54 stream << value;
55 return stream.str();
56}
57
58void listAddClicked(QListWidget *list, QWidget *newWidget,
59 QObject **addHighlight)

Callers 8

DurationClass · 0.85
SceneSelectionClass · 0.85
SourceSelectionClass · 0.85
SetValueMethod · 0.85
test-utility.cppFile · 0.85
ReceiveMidiMessageMethod · 0.85
GetShortDescMethod · 0.85
ToQStringMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected