3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/OrientationType.h"
7#include "mc/client/gui/screens/LayoutRuleTermType.h"
8#include "mc/client/gui/screens/LayoutVariableType.h"
20 ::ll::TypedStorage<4, 4, ::LayoutRuleTermType> mType;
22 ::ll::TypedStorage<4, 16, float> mConstant;
24 ::ll::TypedStorage<4, 4, float> mFactor;
25 ::ll::TypedStorage<8, 8, ::UIControl*> mParent;
28 ::ll::TypedStorage<1, 1, ::ui::OrientationType> mRescalingType;
29 ::ll::TypedStorage<4, 4, int> mCollectionIndex;
32 ::ll::TypedStorage<1, 1, ::ui::OrientationType> mRescalingType;
33 ::ll::TypedStorage<1, 1, ::LayoutVariableType> mDimensionType;
34 } mRescalingAndDimension;
36 ::ll::TypedStorage<8, 24, ::std::vector<::VariableRef>> mDependentVariables;
42 MCAPI
float compute(::UIControl& control, ::LayoutVariableType sizeType)
const;
44 MCAPI
void removeDependsOnMeEntries();
46 MCAPI ::std::string toString(::UIControl& control)
const;
Definition LayoutRuleTerm.h:5
Definition VariableRef.h:5