LeviLamina
Loading...
Searching...
No Matches
ContentItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentFlags.h"
7#include "mc/client/gui/screens/models/ContentItemType.h"
8#include "mc/client/gui/screens/models/ContentType.h"
9#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
10
11// auto generated forward declare list
12// clang-format off
13struct ContentSource;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, uint64> mId;
21 ::ll::TypedStorage<8, 32, ::std::string> mName;
22 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
23 ::ll::TypedStorage<8, 8, uint64> mSize;
24 ::ll::TypedStorage<1, 1, bool> mIsDescriptionExpanded;
25 ::ll::TypedStorage<8, 8, ::ContentType> mType;
26 ::ll::TypedStorage<8, 8, ::ContentItemType> mItemType;
27 ::ll::TypedStorage<8, 8, ::ContentFlags> mFlags;
28 ::ll::TypedStorage<8, 8, ::ContentSource*> mSource;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ContentItem();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual ~ContentItem() /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI ContentItem(::ContentSource* src, ::ContentItemType type);
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(::ContentSource* src, ::ContentItemType type);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition EnableNonOwnerReferences.h:7
Definition ContentItem.h:5
static MCAPI void ** $vftable()
Definition ContentSource.h:5