LeviLamina
Loading...
Searching...
No Matches
RouterCommandGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/binding/CommandGroupBase.h"
7#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
8#include "mc/client/gui/oreui/routing/RouterHistoryAdapter.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace OreUI { class ClientDependencies; }
13// clang-format on
14
15namespace OreUI {
16
17class RouterCommandGroup : public ::OreUI::CommandGroupBase<::OreUI::RouterCommandGroup> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 312, ::OreUI::RouterHistoryAdapter> mRouter;
22 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string>> mPush;
23 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string>> mReplace;
24 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void>> mBack;
25 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, int>> mGo;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 RouterCommandGroup();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI explicit RouterCommandGroup(::OreUI::ClientDependencies const& client);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::OreUI::ClientDependencies const& client);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
50
51} // namespace OreUI
Definition ClientDependencies.h:7
Definition RouterCommandGroup.h:7
static MCAPI void ** $vftable()