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 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~ContentItem() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43};
Definition EnableNonOwnerReferences.h:7
Definition ContentItem.h:16
Definition ContentSource.h:5