LeviLamina
Loading...
Searching...
No Matches
MockProfileEntryPromptData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/managers/IProfileEntryPromptData.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mId;
13 ::ll::TypedStorage<1, 1, bool> mCanOpen;
14 ::ll::TypedStorage<1, 1, bool> mIsOpen;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~MockProfileEntryPromptData() /*override*/ = default;
21
22 virtual bool allowedToOpenCheck() const /*override*/;
23
24 virtual void callOnOpen() /*override*/;
25
26 virtual void callOnClose() /*override*/;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition IProfileEntryPromptData.h:5
Definition MockProfileEntryPromptData.h:5