| 56 | std::vector<std::string> &legend::strings() { return strings_; } |
| 57 | |
| 58 | void legend::strings(const std::vector<std::string> &strings) { |
| 59 | strings_ = strings; |
| 60 | touch(); |
| 61 | } |
| 62 | |
| 63 | void legend::inside(bool inside) { |
| 64 | if (inside != inside_) { |
no outgoing calls
no test coverage detected