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

Method clear

plugins/dm.objectives/ObjectivesEditor.cpp:166–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void ObjectivesEditor::clear()
167{
168 // Clear internal data
169 _worldSpawn = NULL;
170 _entities.clear();
171 _curEntity = _entities.end();
172
173 // Clear the list boxes
174 _objectiveEntityList->Clear();
175 _objectiveList->Clear();
176
177 _curObjective = wxDataViewItem();
178 updateObjectiveButtonPanel();
179}
180
181// Populate widgets with map data
182void ObjectivesEditor::populateWidgets()

Callers 6

clearObjectivesMethod · 0.45
clearArgumentsMethod · 0.45
ObjectivesEditorMethod · 0.45
populateListStoreMethod · 0.45

Calls 2

endMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected