LeviLamina
Loading...
Searching...
No Matches
ScriptCursorProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Editor::Cursor { struct CursorState; }
8namespace Scripting { struct EnumBinding; }
9namespace Scripting { struct InterfaceBinding; }
10// clang-format on
11
12namespace Editor::ScriptModule {
13
15public:
16 // member variables
17 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI explicit ScriptCursorProperties(::Editor::Cursor::CursorState const& stateToCopy);
36
37 MCNAPI ::Editor::ScriptModule::ScriptCursorProperties& operator=(::Editor::ScriptModule::ScriptCursorProperties&&);
38
39 MCNAPI ::Editor::ScriptModule::ScriptCursorProperties&
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::InterfaceBinding bindScript();
49
50 MCNAPI static ::Scripting::EnumBinding bindScriptEnumsControlMode();
51
52 MCNAPI static ::Scripting::EnumBinding bindScriptEnumsTargetMode();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void* $ctor(::Editor::Cursor::CursorState const& stateToCopy);
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCNAPI void $dtor();
65 // NOLINTEND
66};
67
68} // namespace Editor::ScriptModule
Definition ScriptCursorProperties.h:14
static MCAPI ::Scripting::EnumBinding bindScriptEnumsControlMode()
static MCAPI ::Scripting::EnumBinding bindScriptEnumsTargetMode()
MCAPI::Editor::ScriptModule::ScriptCursorProperties & operator=(::Editor::ScriptModule::ScriptCursorProperties &&)
MCAPI void * $ctor(::Editor::Cursor::CursorState const &stateToCopy)
static MCAPI ::Scripting::InterfaceBinding bindScript()
MCAPI::Editor::ScriptModule::ScriptCursorProperties & operator=(::Editor::ScriptModule::ScriptCursorProperties const &)
MCAPI ScriptCursorProperties(::Editor::Cursor::CursorState const &stateToCopy)
Definition CursorState.h:12
Definition Alias.h:14