| 89 | } |
| 90 | |
| 91 | unsigned int ComponentListComponent::getRowHeight(int row) { return mRowHeights[row]; } |
| 92 | unsigned int ComponentListComponent::getColumnWidth(int col) { return mColumnWidths[col]; } |
| 93 | |
| 94 | Eigen::Vector3f ComponentListComponent::getCellOffset(Eigen::Vector2i pos) |
nothing calls this directly
no outgoing calls
no test coverage detected