| 1717 | } |
| 1718 | |
| 1719 | void OnInit() override |
| 1720 | { |
| 1721 | this->RebuildList(); |
| 1722 | } |
| 1723 | |
| 1724 | void OnInvalidateData([[maybe_unused]] int data = 0, [[maybe_unused]] bool gui_scope = true) override |
| 1725 | { |
nothing calls this directly
no test coverage detected