MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / testClearSelection

Method testClearSelection

apps/tools/Studio/StudioApp.hpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124 }
125 void testClearSelection()
126 {
127 selectedIndices.clear();
128 selectedIndex = -1;
129 gridDetailMode = false;
130 }
131 int testUsesCount() const { return (int)assetUses.size(); }
132 int testUsedByCount() const { return (int)assetUsedBy.size(); }
133 int testUsesFoundCount() const

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected