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

Method resized

Source/UIComponents/CtrlrComponents/CtrlrCustomComponent.cpp:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void CtrlrCustomComponent::resized()
92{
93 if (resizedCbk && !resizedCbk.wasObjectDeleted())
94 {
95 if (resizedCbk->isValid())
96 {
97 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (resizedCbk, this);
98 }
99 }
100 CtrlrComponent::resized();
101}
102
103void CtrlrCustomComponent::mouseMove (const MouseEvent &e)
104{

Callers

nothing calls this directly

Calls 3

resizedFunction · 0.50
isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected