MCPcopy Create free account
hub / github.com/chrxh/alien / createVideoModeStrings

Method createVideoModeStrings

source/Gui/DisplaySettingsDialog.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133std::vector<std::string> DisplaySettingsDialog::createVideoModeStrings() const
134{
135 std::vector<std::string> result;
136 result.emplace_back("Desktop");
137 for (int i = 0; i < _videoModesCount; ++i) {
138 result.emplace_back(createVideoModeString(_videoModes[i]));
139 }
140
141 return result;
142}

Callers

nothing calls this directly

Calls 1

createVideoModeStringFunction · 0.85

Tested by

no test coverage detected