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

Method createPreferencePage

plugins/vcs/GitModule.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void GitModule::createPreferencePage()
125{
126 auto& page = GlobalPreferenceSystem().getPage(_("Settings/Version Control"));
127
128 page.appendCheckBox(_("Enable Auto-Fetch"), RKEY_AUTO_FETCH_ENABLED);
129 page.appendSpinner(_("Fetch Interval (Minutes)"), RKEY_AUTO_FETCH_INTERVAL, 0.25, 900, 2);
130}
131
132}
133

Callers

nothing calls this directly

Calls 4

getPageMethod · 0.80
appendCheckBoxMethod · 0.80
appendSpinnerMethod · 0.80
_Function · 0.50

Tested by

no test coverage detected