@brief Get the canvas for this panel */
| 1031 | |
| 1032 | */ |
| 1033 | CtrlrPanelCanvas *CtrlrPanel::getCanvas() |
| 1034 | { |
| 1035 | if (getEditor()) |
| 1036 | { |
| 1037 | return (getEditor()->getCanvas()); |
| 1038 | } |
| 1039 | |
| 1040 | return (0); |
| 1041 | } |
| 1042 | |
| 1043 | CtrlrPanelWindowManager &CtrlrPanel::getWindowManager() |
| 1044 | { |