| 83 | } |
| 84 | |
| 85 | void ComponentListComponent::setColumnWidth(int col, unsigned int size) |
| 86 | { |
| 87 | mColumnWidths[col] = size; |
| 88 | updateSize(); |
| 89 | } |
| 90 | |
| 91 | unsigned int ComponentListComponent::getRowHeight(int row) { return mRowHeights[row]; } |
| 92 | unsigned int ComponentListComponent::getColumnWidth(int col) { return mColumnWidths[col]; } |
nothing calls this directly
no outgoing calls
no test coverage detected