LeviLamina
Loading...
Searching...
No Matches
GuiContentLogEndPoint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/debug/log/ContentLogEndPoint.h"
7#include "mc/deps/core/debug/log/LogArea.h"
8#include "mc/deps/core/debug/log/LogLevel.h"
9#include "mc/deps/core/utility/NonOwnerPointer.h"
10
11// auto generated forward declare list
12// clang-format off
13class GuiData;
14namespace Bedrock::Memory { struct MoodyCamelBedrockMemoryTraits; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, bool> mEnabled;
22 ::ll::TypedStorage<4, 8, ::std::optional<::LogLevel>> mLogLevel;
23 ::ll::TypedStorage<
24 8,
25 616,
26 ::moodycamel::
27 ConcurrentQueue<::std::pair<::std::string, ::LogLevel>, ::Bedrock::Memory::MoodyCamelBedrockMemoryTraits>>
28 mMessages;
29 // NOLINTEND
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ~GuiContentLogEndPoint() /*override*/;
35
36 virtual void log(::LogArea const area, ::LogLevel const level, char const* message) /*override*/;
37
38 virtual void setEnabled(bool newState) /*override*/;
39
40 virtual bool isEnabled() const /*override*/;
41
42 virtual void flush() /*override*/;
43
44 virtual bool logOnlyOnce() const /*override*/;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI void clear();
51
52 MCAPI bool pushMessagesToUI(::Bedrock::NotNullNonOwnerPtr<::GuiData> const& guiData);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCAPI void $log(::LogArea const area, ::LogLevel const level, char const* message);
65
66 MCAPI void $setEnabled(bool newState);
67
68 MCFOLD bool $isEnabled() const;
69
70 MCFOLD void $flush();
71
72 MCFOLD bool $logOnlyOnce() const;
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftableForLogEndPoint();
79
81 // NOLINTEND
82};
Definition ContentLogEndPoint.h:11
Definition GuiContentLogEndPoint.h:5
static MCAPI void ** $vftableForLogEndPoint()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition GuiData.h:5
Definition MoodyCamelBedrockMemoryTraits.h:7