MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / refreshAll

Method refreshAll

Source/UIComponents/CtrlrPanel/CtrlrPanelProperties.cpp:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void 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
67void CtrlrPanelProperties::layoutChanged()
68{

Callers 3

updateTableMethod · 0.45
performMethod · 0.45

Calls 2

getNumTabsMethod · 0.45

Tested by

no test coverage detected