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 ::ui::DirtyFlag _update(::VisualTree& visualTree, ::UIControl
const* currentFocusedControl);
29 MCAPI
void processDelayedLayout();
31 MCAPI ::ui::DirtyFlag update(::VisualTree& visualTree, ::UIControl
const* currentFocusedControl);
Definition LayoutManager.h:5
Definition LayoutVariables.h:5
Definition VisualTree.h:5