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

Method appendCheckBox

radiantcore/settings/PreferencePage.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void PreferencePage::appendCheckBox(const std::string& label, const std::string& registryKey)
125{
126 _items.push_back(std::make_shared<PreferenceCheckbox>(label, registryKey));
127}
128
129void PreferencePage::appendSlider(const std::string& name, const std::string& registryKey,
130 double lower, double upper, double stepIncrement, double pageIncrement)

Callers 11

constructPreferencesMethod · 0.80
initialiseMethod · 0.80
initialiseModuleMethod · 0.80
createPreferencePageMethod · 0.80
constructPreferencesMethod · 0.80
initialiseModuleMethod · 0.80
constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected