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

Method height

Siv3D/src/Siv3D/SimpleTable/SivSimpleTable.cpp:362–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 }
361
362 double SimpleTable::height() const noexcept
363 {
364 if (m_grid.isEmpty())
365 {
366 return 0.0;
367 }
368
369 return ((m_grid.height() * m_style.cellHeight) + (m_grid.height() * m_style.borderThickness) + m_style.borderThickness);
370 }
371
372 RectF SimpleTable::region(const Vec2& tablePos) const noexcept
373 {

Callers 15

SivSimpleTable.cppFile · 0.45
rowsMethod · 0.45
pop_back_rowMethod · 0.45
rowIndexMethod · 0.45
cellIndexMethod · 0.45
drawMethod · 0.45
HeadlineFunction · 0.45
ButtonAtFunction · 0.45
SliderAtFunction · 0.45
CheckBoxAtFunction · 0.45
RadioButtonsAtFunction · 0.45
HorizontalRadioButtonsAtFunction · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected