LeviLamina
Loading...
Searching...
No Matches
EventResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/util/Factory.h"
8
9// auto generated forward declare list
10// clang-format off
11class RenderParams;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~EventResponse();
22
23 // vIndex: 1
24 virtual ::std::string const& getName() const;
25
26 // vIndex: 2
27 virtual void executeAction(::RenderParams&) const = 0;
28
29 // vIndex: 3
30 virtual void buildSchema(
32 ::Factory<::EventResponse> const& factory
33 ) const;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCFOLD ::std::string const& $getName() const;
46
47 MCFOLD void $buildSchema(
49 ::Factory<::EventResponse> const& factory
50 ) const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCAPI static void** $vftable();
57 // NOLINTEND
58};
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:10