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

Method getCanvas

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1033–1041  ·  view source on GitHub ↗

@brief Get the canvas for this panel */

Source from the content-addressed store, hash-verified

1031
1032*/
1033CtrlrPanelCanvas *CtrlrPanel::getCanvas()
1034{
1035 if (getEditor())
1036 {
1037 return (getEditor()->getCanvas());
1038 }
1039
1040 return (0);
1041}
1042
1043CtrlrPanelWindowManager &CtrlrPanel::getWindowManager()
1044{

Callers 1

exportPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected