MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / appendSpinner

Method appendSpinner

radiantcore/settings/PreferencePage.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void PreferencePage::appendSpinner(const std::string& name, const std::string& registryKey,
158 double lower, double upper, int fraction)
159{
160 _items.push_back(std::make_shared<PreferenceSpinner>(name, registryKey, lower, upper, fraction));
161}
162
163} // namespace

Callers 5

constructPreferencesMethod · 0.80
createPreferencePageMethod · 0.80
constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected