MCPcopy Create free account
hub / github.com/KDAB/GammaRay / currentCellData

Method currentCellData

plugins/modelinspector/modelinspectorinterface.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50ModelInspectorInterface::~ModelInspectorInterface() = default;
51
52ModelCellData ModelInspectorInterface::currentCellData() const
53{
54 return m_currentCellData;
55}
56
57void ModelInspectorInterface::setCurrentCellData(const ModelCellData &cellData)
58{

Callers 2

testModelContentMethod · 0.80
cellDataChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected