3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/LayoutAxisOffsetContainerType.h"
7#include "mc/client/gui/LayoutAxisType.h"
11namespace Json {
class Value; }
21 ::ll::TypedStorage<8, 24, ::std::vector<::ui::AxisOffset>> x;
22 ::ll::TypedStorage<8, 24, ::std::vector<::ui::AxisOffset>> y;
23 ::ll::TypedStorage<4, 4, ::ui::LayoutAxisOffsetContainerType> xType;
24 ::ll::TypedStorage<4, 4, ::ui::LayoutAxisOffsetContainerType> yType;
29 LayoutOffset& operator=(LayoutOffset
const&);
36 MCAPI LayoutOffset(::ui::LayoutOffset
const&);
38 MCAPI
explicit LayoutOffset(::glm::vec2 size);
40 MCAPI
explicit LayoutOffset(::Json::Value
const& val);
42 MCAPI LayoutOffset(::ui::LayoutAxisType xType,
float xValue, ::ui::LayoutAxisType yType,
float yValue);
44 MCAPI
bool operator!=(::ui::LayoutOffset
const& other)
const;
46 MCFOLD ::ui::LayoutOffset& operator=(::ui::LayoutOffset&&);
48 MCAPI ~LayoutOffset();
56 MCAPI
void* $ctor(::ui::LayoutOffset
const&);
58 MCAPI
void* $ctor(::glm::vec2 size);
60 MCAPI
void* $ctor(::Json::Value
const& val);
62 MCAPI
void* $ctor(::ui::LayoutAxisType xType,
float xValue, ::ui::LayoutAxisType yType,
float yValue);
Definition AxisOffset.h:7
Definition LayoutOffset.h:7