Skip to content

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() =default
Layout() =default

function 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 2025-05-31 at 12:55:31 +0000