DIWNE::Layout
#include "DIWNE/Core/Layout/Layout.h"
Inherited by DIWNE::Stack
Public Functions
| Name | |
|---|---|
| Layout() =default | |
| Layout(DiwnePanel * panel) |
Protected Attributes
| Name | |
|---|---|
| DiwnePanel * | m_panel <br>Panel associated with this layout. |
Public Functions Documentation
function Layout
cpp
Layout() =defaultLayout() =defaultfunction Layout
cpp
inline explicit Layout(
DiwnePanel * panel
)inline explicit Layout(
DiwnePanel * panel
)Protected Attributes Documentation
variable m_panel
cpp
DiwnePanel * m_panel {nullptr};DiwnePanel * m_panel {nullptr};Panel associated with this layout.
Updated on 2026-05-21 at 15:39:36 +0000