LeviLamina
Loading...
Searching...
No Matches
WindowStateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9#ifdef LL_PLAT_S
10 virtual ~WindowStateStorage() = default;
11#else // LL_PLAT_C
12 virtual ~WindowStateStorage();
13#endif
14
15 virtual void writeRect(::tagRECT const&) = 0;
16
17 virtual void writeShowCommand(int) = 0;
18
19 virtual bool readRect(::tagRECT&) const = 0;
20
21 virtual bool readShowCommand(int&) const = 0;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCNAPI void $dtor();
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition WindowStateStorage.h:5
MCAPI void $dtor()
static MCAPI void ** $vftable()