MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / horizontalHeaderItem

Method horizontalHeaderItem

Gui/TableModelView.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606TableItem *
607TableModel::horizontalHeaderItem(int section)
608{
609 assert( section >= 0 && section < (int)_imp->horizontalHeaderItems.size() );
610
611 return _imp->horizontalHeaderItems[section];
612}
613
614void
615TableModel::setRowCount(int rows)

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected