Dock layout concept base class.
More...
#include <kanzi/ui/node/concept/dock_layout.hpp>
Dock layout concept base class.
DockLayoutConcept defines data and property types used to implement a dock layout. DockLayoutConceptImpl derives from DockLayoutConcept to provide the functionality to implement a dock layout. Do not use this class directly. To use a dock layout in your application use DockLayout2D or DockLayout3D. To implement a custom dock layout derive from DockLayoutConceptImpl.
Docking side of dock layout item.
Enumerator |
---|
DockLeft |
Dock left.
|
DockRight |
Dock right.
|
DockTop |
Dock top.
|
DockBottom |
Dock bottom.
|
PropertyType<bool> kanzi::DockLayoutConcept::LastItemFillProperty |
|
static |
LastItemFill property.
The default value is false.
- See also
- setLastItemFill(), isLastItemFill()
The documentation for this class was generated from the following file: