3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/OrientationType.h"
7#include "mc/client/gui/controls/UIComponent.h"
18 ::ll::TypedStorage<1, 1, ::ui::OrientationType> mOrientation;
19 ::ll::TypedStorage<4, 4, int> mFirstRenderedChild;
20 ::ll::TypedStorage<1, 1, bool> mShouldUseChildAnchors;
21 ::ll::TypedStorage<1, 1, bool> mShouldUsePriority;
27 virtual ~StackPanelComponent() =
default;
29 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
31 virtual void reset() ;
33 virtual void onNotifyChildRemoved() ;
39 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
43 MCAPI
void $onNotifyChildRemoved();
Definition StackPanelComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5