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&);
35 MCAPI LayoutOffset(::ui::LayoutOffset
const&);
37 MCAPI
explicit LayoutOffset(::glm::vec2
const size);
39 MCAPI
explicit LayoutOffset(::Json::Value
const& val);
41 MCAPI LayoutOffset(::ui::LayoutAxisType xType,
float xValue, ::ui::LayoutAxisType yType,
float yValue);
43 MCAPI
bool operator!=(::ui::LayoutOffset
const& other)
const;
45 MCAPI ~LayoutOffset();
51 MCAPI
void* $ctor(::ui::LayoutOffset
const&);
53 MCAPI
void* $ctor(::glm::vec2
const size);
55 MCAPI
void* $ctor(::Json::Value
const& val);
57 MCAPI
void* $ctor(::ui::LayoutAxisType xType,
float xValue, ::ui::LayoutAxisType yType,
float yValue);
Definition AxisOffset.h:7
Definition LayoutOffset.h:7