* Return number of columns that can be displayed in \a width pixels. * @return Number of columns to display. */
| 704 | * @return Number of columns to display. |
| 705 | */ |
| 706 | inline uint GetNumberColumnsLegend(uint width) const |
| 707 | { |
| 708 | return width / this->column_width; |
| 709 | } |
| 710 | |
| 711 | /** |
| 712 | * Compute height given a number of columns. |
no outgoing calls
no test coverage detected