AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ASpacerExpanding Class Reference

Expanding view which is useful in UI building. More...

#include <AUI/View/ASpacerExpanding.h>

Detailed Description

AExpandingSpacer is an expanding blank view which tries acquire space as much as possible.

See declarative::SpacerExpanding for a declarative form and examples.

See expanding in layout managers for more info.

See also
AView::setExpanding

Member Function Documentation

> All members, including inherited

◆ consumesClick()

bool ASpacerExpanding::consumesClick ( const glm::ivec2 & pos)
overridevirtual
Parameters
posmouse position
Returns
true if AView processes this click

Used in AViewContainer::getViewAt method subset, thus affecting click event handling.

Reimplemented from AView.