3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/LayoutRuleTermType.h"
7#include "mc/client/gui/screens/LayoutVariableType.h"
19 ::ll::TypedStorage<4, 4, ::LayoutRuleTermType> mType;
22 ::ll::TypedStorage<8, 24, ::std::vector<::VariableRef>> mDependentVariables;
32 MCAPI LayoutRuleTerm(::VariableRef
const& dependentVariable,
float factor, ::LayoutRuleTermType type);
34 MCAPI
float compute(::UIControl& control, ::LayoutVariableType sizeType)
const;
36 MCAPI ::std::string toString(::UIControl& control)
const;
42 MCAPI
void* $ctor(::VariableRef
const& dependentVariable,
float factor, ::LayoutRuleTermType type);
Definition LayoutRuleTerm.h:5
Definition VariableRef.h:5