AUI Framework
develop
Cross-platform base for C++ UI apps
|
Fixed-size view which is useful in UI building. More...
#include <AUI/View/ASpacerFixed.h>
ASpacerFixed is fixed size blank view which acquires specified space in Horizontal
and Vertical
layouts. For the rest of layout managers it does nothing.
See declarative::SpacerFixed for a declarative form and examples.
ASpacerFixed follows direction of its container layout. That is, for Horizontal
layout it consumes horizontal space only and for Vertical
layout it consumes vertical space only.
Example usage:
In this case, SpacerFixed occupies 100_dp
in horizontal but nothing in vertical.
> All members, including inherited
|
overridevirtual |
pos | mouse position |
Used in AViewContainer::getViewAt method subset, thus affecting click event handling.
Reimplemented from AView.
|
overridevirtual |
Reimplemented from AView.
|
overridevirtual |
Reimplemented from AView.
Contents