MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getVersionString

Function getVersionString

JUCE/extras/Projucer/Source/Project/jucer_Project.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 String getProjectLineFeed() const { return projectLineFeedValue.get(); }
182
183 String getVersionString() const { return versionValue.get(); }
184 String getVersionAsHex() const { return build_tools::getVersionAsHex (getVersionString()); }
185 int getVersionAsHexInteger() const { return build_tools::getVersionAsHexInteger (getVersionString()); }
186 void setProjectVersion (const String& newVersion) { versionValue = newVersion; }

Callers 7

savePanelMethod · 0.85
savePanelVersionedMethod · 0.85
getAudioPluginFlagsMethod · 0.85
getVersionAsHexFunction · 0.85
getVersionAsHexIntegerFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected