* @brief Gets the canvas object (where the layout is drawn and view objects are placed) */
| 1924 | * @brief Gets the canvas object (where the layout is drawn and view objects are placed) |
| 1925 | */ |
| 1926 | lay::LayoutCanvas *canvas () |
| 1927 | { |
| 1928 | return mp_canvas; |
| 1929 | } |
| 1930 | |
| 1931 | /** |
| 1932 | * @brief Gets the canvas object (const version) |
no outgoing calls
no test coverage detected