MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / unloadStruct

Method unloadStruct

Source/GUI/StructEditor/StructDetailModel.cpp:400–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void StructDetailModel::unloadStruct()
401{
402 beginResetModel();
403 delete m_baseNode;
404 m_baseNode = nullptr;
405 qDeleteAll(m_fields);
406 m_fields = QVector<FieldDef*>();
407 endResetModel();
408}
409
410bool StructDetailModel::willRemoveFields(u32 newLength)
411{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected