* \brief Return the column plot designation */
| 1706 | * \brief Return the column plot designation |
| 1707 | */ |
| 1708 | AbstractColumn::PlotDesignation Column::plotDesignation() const { |
| 1709 | return d->plotDesignation(); |
| 1710 | } |
| 1711 | |
| 1712 | QString Column::plotDesignationString(bool withBrackets) const { |
| 1713 | return AbstractColumn::plotDesignationString(d->plotDesignation(), withBrackets); |
no outgoing calls