MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / SetFlags

Method SetFlags

external/zep/src/editor.cpp:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176 }
1177
1178 void ZepEditor::SetFlags(uint32_t flags) {
1179 m_flags = flags;
1180 if (ZTestFlags(m_flags, ZepEditorFlags::FastUpdate)) {
1181 RequestRefresh();
1182 }
1183 }
1184
1185 std::vector<const KeyMap*> ZepEditor::GetGlobalKeyMaps(ZepMode& mode) {
1186 std::vector<const KeyMap*> maps;

Callers 4

LoadConfigMethod · 0.45
UpdateMarkersMethod · 0.45
EndFlashMethod · 0.45
BeginFlashMethod · 0.45

Calls 1

ZTestFlagsFunction · 0.85

Tested by

no test coverage detected