RADLib
RADical C++ application framework
RADUi::DockPanel Struct Reference

Dockable panel descriptor. More...

#include <RADAppKit.h>

Public Attributes

std::string id
 Stable id. More...
 
std::string title
 Display title. More...
 
DockArea area = DockArea::Left
 Dock area. More...
 
bool visible = true
 Whether the panel is visible. More...
 
bool selected = false
 Whether the panel is selected in its area. More...
 
double size = 240.0
 Preferred size in logical pixels. More...
 

Detailed Description

Dockable panel descriptor.

Member Data Documentation

◆ area

DockArea RADUi::DockPanel::area = DockArea::Left

Dock area.

◆ id

std::string RADUi::DockPanel::id

Stable id.

◆ selected

bool RADUi::DockPanel::selected = false

Whether the panel is selected in its area.

◆ size

double RADUi::DockPanel::size = 240.0

Preferred size in logical pixels.

◆ title

std::string RADUi::DockPanel::title

Display title.

◆ visible

bool RADUi::DockPanel::visible = true

Whether the panel is visible.


The documentation for this struct was generated from the following file: