LeviLamina
Loading...
Searching...
No Matches
CursorState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace Editor::Cursor {
11
13public:
14 // member variables
15 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 CursorState& operator=(CursorState const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI bool operator==(::Editor::Cursor::CursorState const& rhs) const;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static int const& MAX_FIXED_DISTANCE();
47
48 MCAPI static int const& MIN_FIXED_DISTANCE();
49 // NOLINTEND
50};
51
52} // namespace Editor::Cursor
Definition CursorState.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14