| 315 | } |
| 316 | |
| 317 | void MacroTreeItem::ExpandClicked(bool checked) |
| 318 | { |
| 319 | if (!checked) { |
| 320 | _tree->GetModel()->ExpandGroup(_macro); |
| 321 | } else { |
| 322 | _tree->GetModel()->CollapseGroup(_macro); |
| 323 | } |
| 324 | } |
| 325 | |
| 326 | /* ========================================================================= */ |
| 327 |
nothing calls this directly
no test coverage detected