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/shared_types/legacy/response/EventResponseBase.h"
7#include "mc/util/Factory.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.h"
9
10// auto generated forward declare list
11// clang-format off
12class RenderParams;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~EventResponse() = default;
22
23 virtual ::std::string const& getName() const;
24
25 virtual void executeAction(::RenderParams& params) const = 0;
26
27 virtual void buildSchema(
29 ::Factory<::EventResponse> const& factory
30 ) const;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
Definition EventResponse.h:17
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:16
Definition EventResponseBase.h:7