AUI Framework
develop
Cross-platform base for C++ UI apps
|
Absolute positioning layout. Allows to explicitly set your own coordinates. More...
#include <AUI/Layout/AAbsoluteLayout.h>
Public Member Functions | |
void | onResize (int x, int y, int width, int height) override |
void | add (aui::detail::AbsoluteLayoutCell cell) |
void | addView (const _< AView > &view, AOptional< size_t > index) override |
Attaches view to the layout. | |
int | getMinimumWidth () override |
int | getMinimumHeight () override |
Absolute positioning layout. Allows to explicitly set your own coordinates.
|
overridevirtual |
Attaches view to the layout.
view | view to attach. |
index | index to insert at. If not specified, when the view is inserted at the end. |
See ABasicLayout for basic implementation of this method.
Implements ALayout.
|
overridevirtual |
Implements ALayout.
|
overridevirtual |
Implements ALayout.
|
overridevirtual |
Implements ALayout.