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
13class ScriptEditorStructureSearchOptions {
14public:
15 // member variables
16 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ScriptEditorStructureSearchOptions();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI ::Editor::ScriptModule::ScriptEditorStructureSearchOptions&
36
37 MCNAPI ::Editor::ScriptModule::ScriptEditorStructureSearchOptions&
39
40 MCNAPI ::Editor::EditorStructureMetadataQueryParams toQueryParams() const;
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::InterfaceBinding bindScript();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace Editor::ScriptModule
Definition ScriptEditorStructureSearchOptions.h:13
MCAPI void * $ctor(::Editor::ScriptModule::ScriptEditorStructureSearchOptions const &)
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::Editor::ScriptModule::ScriptEditorStructureSearchOptions & operator=(::Editor::ScriptModule::ScriptEditorStructureSearchOptions &&)
Definition EditorStructureMetadataQueryParams.h:12
Definition InterfaceBinding.h:16
Definition Alias.h:14