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

Method appendEntry

radiantcore/settings/PreferencePage.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void PreferencePage::appendEntry(const std::string& name, const std::string& registryKey)
143{
144 _items.push_back(std::make_shared<PreferenceEntry>(name, registryKey));
145}
146
147void PreferencePage::appendLabel(const std::string& caption)
148{

Callers 6

constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80
constructPreferencesMethod · 0.80
initialiseModuleMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected