| 82 | } |
| 83 | |
| 84 | void ToolBarButtons::SetEnabled(int id, bool state) |
| 85 | { |
| 86 | mButtons[id]->SetEnabled(state); |
| 87 | } |
| 88 | |
| 89 | void ToolBarButtons::SetCustomEnableDisableButtonsAction(std::function<void()> action) |
| 90 | { |
no outgoing calls
no test coverage detected