LeviLamina
Loading...
Searching...
No Matches
EditorServerBindingsModuleFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_factory/GenericModuleBindingFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Editor { class ServiceProviderCollection; }
11namespace Scripting { class ModuleBindingBuilder; }
12namespace Scripting { struct ModuleBinding; }
13namespace Scripting { struct ModuleDescriptor; }
14namespace Scripting { struct Version; }
15// clang-format on
16
17namespace Editor::API {
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ~EditorServerBindingsModuleFactory() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCAPI ::Scripting::ModuleBinding _generateBindings(
35 bool additionalTags,
36 ::std::vector<::std::string> const& allowUntagged
37 );
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static ::Scripting::ModuleDescriptor makeModuleDescriptorFor(::Scripting::Version version);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static char const*& ModuleName();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(::Editor::ServiceProviderCollection& managerServices);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace Editor::API
Definition EditorServerBindingsModuleFactory.h:19
Definition ServiceProviderCollection.h:7
Definition GenericModuleBindingFactory.h:20
Definition ModuleBindingBuilder.h:30
Definition Version.h:7