| 55 | void RefLineObject(const nlohmann::json &config); |
| 56 | |
| 57 | void Clear() { |
| 58 | this->container_->Clear(); |
| 59 | this->backContainer_->Clear(); |
| 60 | this->guides.clear(); |
| 61 | this->dangerRects.clear(); |
| 62 | } |
| 63 | |
| 64 | void ClearInner() { |
| 65 | this->container_->Clear(); |