|
RADLib
RADical C++ application framework
|
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... | |
Dockable panel descriptor.
| DockArea RADUi::DockPanel::area = DockArea::Left |
Dock area.
| std::string RADUi::DockPanel::id |
Stable id.
| bool RADUi::DockPanel::selected = false |
Whether the panel is selected in its area.
| double RADUi::DockPanel::size = 240.0 |
Preferred size in logical pixels.
| std::string RADUi::DockPanel::title |
Display title.
| bool RADUi::DockPanel::visible = true |
Whether the panel is visible.