LeviLamina
Loading...
Searching...
No Matches
LibraryTemplatesScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LibraryCollection>> mCollection;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 LibraryTemplatesScreenController();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~LibraryTemplatesScreenController() /*override*/;
30
31 virtual ::ui::DirtyFlag tick() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI LibraryTemplatesScreenController(
38 ::std::shared_ptr<::MainMenuScreenModel> model,
39 ::std::shared_ptr<::LibraryCollection> collection,
40 uint64
41 );
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void*
48 $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::std::shared_ptr<::LibraryCollection> collection, uint64);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI ::ui::DirtyFlag $tick();
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftableForScreenController();
67
69 // NOLINTEND
70};
Definition LibraryTemplatesScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition LibraryCollection.h:5