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