/////////////////////////////////////////////////////////////////////////// Overriden so that style <----> label are linked. Note that you can not determine which gets called first.
| 44 | // Overriden so that style <----> label are linked. |
| 45 | // Note that you can not determine which gets called first. |
| 46 | void ColumnStatus::setStyle(const std::string& value) { |
| 47 | Column::setStyle(value); |
| 48 | |
| 49 | if (_style == "short" && _label == "Status") _label = "St"; |
| 50 | } |
| 51 | |
| 52 | //////////////////////////////////////////////////////////////////////////////// |
| 53 | // Set the minimum and maximum widths for the value. |
nothing calls this directly
no outgoing calls
no test coverage detected