LeviLamina
Loading...
Searching...
No Matches
ScriptWidgetGroup_ServiceInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Editor::Network {
class
WidgetComponentStateChangePayload
; }
8
namespace
Editor::Network {
class
WidgetStateChangePayload
; }
9
// clang-format on
10
11
namespace
Editor::ScriptModule {
12
13
class
ScriptWidgetGroup_ServiceInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
_performDeleteGroup() = 0;
18
19
virtual
void
_setValid(
bool
) = 0;
20
21
virtual
void
_handleWidgetStateChangePayload(
::Editor::Network::WidgetStateChangePayload
const
& payload) = 0;
22
23
virtual
void
24
_handleWidgetComponentStateChangePayload(
::Editor::Network::WidgetComponentStateChangePayload
const
& payload) = 0;
25
26
virtual
void
_servicePendingStateChanges() = 0;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
};
35
36
}
// namespace Editor::ScriptModule
Editor::Network::WidgetComponentStateChangePayload
Definition
WidgetComponentStateChangePayload.h:19
Editor::Network::WidgetStateChangePayload
Definition
WidgetStateChangePayload.h:17
Editor::ScriptModule::ScriptWidgetGroup_ServiceInterface
Definition
ScriptWidgetGroup_ServiceInterface.h:13
src
mc
editor
script
ScriptWidgetGroup_ServiceInterface.h
Generated on
for LeviLamina by
1.16.1