3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LayoutVariables>> mVariables;
20 ::ll::TypedStorage<4, 8, ::glm::vec2> mSize;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::weak_ptr<::UIControl>>> mDelayedLayout;
27 MCAPI LayoutManager();
29 MCAPI ::ui::DirtyFlag _update(::VisualTree& visualTree, ::UIControl
const*);
31 MCAPI
void addDelayedLayout(::UIControl& control);
33 MCFOLD
bool hasDelayedLayout();
35 MCAPI
void processDelayedLayout();
37 MCAPI
void setSize(::glm::vec2
const& size);
39 MCAPI ::ui::DirtyFlag update(::VisualTree& visualTree, ::UIControl
const* currentFocusedControl);
41 MCAPI ~LayoutManager();
Definition LayoutManager.h:5
Definition LayoutVariables.h:5
Definition VisualTree.h:5