LeviLamina
Loading...
Searching...
No Matches
WindowStateStorage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
WindowStateStorage
{
6
public
:
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
& rect) = 0;
16
17
virtual
void
writeShowCommand(
int
showCommand) = 0;
18
19
virtual
bool
readRect(::tagRECT& rect)
const
= 0;
20
21
virtual
bool
readShowCommand(
int
& showCommand)
const
= 0;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCNAPI
void
$dtor
();
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
WindowStateStorage
Definition
WindowStateStorage.h:5
WindowStateStorage::$dtor
MCAPI void $dtor()
WindowStateStorage::$vftable
static MCAPI void ** $vftable()
src
mc
win
WindowStateStorage.h
Generated on
for LeviLamina by
1.16.1