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<8, 24, ::std::vector<::VariableRef>> mDependentVariables;
34 MCAPI LayoutRuleTerm(::VariableRef
const& dependentVariable,
float factor, ::LayoutRuleTermType type);
36 MCAPI
float compute(::UIControl& control, ::LayoutVariableType sizeType)
const;
38 MCAPI ::std::string toString(::UIControl& control)
const;
44 MCAPI
void* $ctor(::VariableRef
const& dependentVariable,
float factor, ::LayoutRuleTermType type);
Definition LayoutRuleTerm.h:5
Definition VariableRef.h:5