14#include <AUI/Util/Declarative.h>
28class API_AUI_VIEWS ASpacerExpanding :
public AView {
30 ASpacerExpanding(
int w = 4,
int h = 4) {
setExpanding({ w, h }); }
31 virtual ~ASpacerExpanding() =
default;
36namespace declarative {
41 SpacerExpanding() =
default;
bool consumesClick(const glm::ivec2 &pos) override
Determines whether this AView processes this click or passes it thru.
void setExpanding(glm::ivec2 expanding)
Changes the expanding of view.
Definition AView.h:504
Declarative view trait.
Definition Declarative.h:180