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

Method getLastIndex

Source/GUI/StructEditor/StructDetailModel.cpp:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705QModelIndex StructDetailModel::getLastIndex(int col)
706{
707 return createIndex(static_cast<int>(m_fields.count()) - 1, col);
708}
709
710QModelIndex StructDetailModel::getIndexAt(int row, int col)
711{

Callers 1

onAddPaddingFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected