LeviLamina
Loading...
Searching...
No Matches
UIEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
AbstractScene
;
11
// clang-format on
12
13
class
UIEventListener
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~UIEventListener
() =
default
;
18
19
virtual ::EventResult onPushedScreen(
::AbstractScene
&);
20
21
virtual ::EventResult onPoppedScreen(
::AbstractScene
&);
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
AbstractScene
Definition
AbstractScene.h:5
UIEventListener
Definition
UIEventListener.h:13
src
mc
world
events
UIEventListener.h
Generated on
for LeviLamina by
1.16.1