| 53 | } |
| 54 | |
| 55 | void CtrlrPanelProperties::refreshAll() |
| 56 | { |
| 57 | for (int i=0; i<tabbedComponent->getNumTabs(); i++) |
| 58 | { |
| 59 | CtrlrPanelComponentProperties *cp = dynamic_cast<CtrlrPanelComponentProperties*>(tabbedComponent->getTabContentComponent(i)); |
| 60 | if (cp!=0) |
| 61 | { |
| 62 | cp->refreshAll(); |
| 63 | } |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | void CtrlrPanelProperties::layoutChanged() |
| 68 | { |
no test coverage detected