LeviLamina
Loading...
Searching...
No Matches
ScriptWidget_ComponentInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Scripting {
class
WeakLifetimeScope; }
8
namespace
mce {
class
UUID; }
9
// clang-format on
10
11
namespace
Editor::ScriptModule {
12
13
class
ScriptWidget_ComponentInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual ::Scripting::WeakLifetimeScope& _getScope() = 0;
19
20
// vIndex: 1
21
virtual
void
_deleteComponent(
::mce::UUID
const
&) = 0;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace Editor::ScriptModule
Editor::ScriptModule::ScriptWidget_ComponentInterface
Definition
ScriptWidget_ComponentInterface.h:13
mce::UUID
Definition
UUID.h:7
src
mc
editor
script
ScriptWidget_ComponentInterface.h
Generated on Sat Apr 26 2025 05:55:33 for LeviLamina by
1.12.0