MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / width

Method width

Siv3D/src/Siv3D/SimpleTable/SivSimpleTable.cpp:352–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 double SimpleTable::width() const noexcept
353 {
354 if (m_grid.isEmpty())
355 {
356 return 0.0;
357 }
358
359 return m_columnAccumulatedWidths.back();
360 }
361
362 double SimpleTable::height() const noexcept
363 {

Callers 6

SivSimpleTable.cppFile · 0.45
columnsMethod · 0.45
pop_back_rowMethod · 0.45
columnIndexMethod · 0.45
cellIndexMethod · 0.45
drawMethod · 0.45

Calls 2

isEmptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected