LeviLamina
Loading...
Searching...
No Matches
WindowStatePlatformWin32.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/win/WindowStatePlatform.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12#ifdef LL_PLAT_S
13 virtual bool getClosestMonitorRect(::tagRECT const&, ::tagRECT&) const /*override*/;
14#else // LL_PLAT_C
15 virtual bool getClosestMonitorRect(::tagRECT const& closestToRect, ::tagRECT& result) const /*override*/;
16#endif
17
18#ifdef LL_PLAT_S
19 virtual ::tagRECT _fitClientToScreen(::tagRECT const&, ::tagRECT const&, ::tagRECT const&) /*override*/;
20#else // LL_PLAT_C
21 virtual ::tagRECT
22 _fitClientToScreen(::tagRECT const& client, ::tagRECT const& window, ::tagRECT const& screen) /*override*/;
23#endif
24
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30#ifdef LL_PLAT_C
31 MCNAPI bool $getClosestMonitorRect(::tagRECT const& closestToRect, ::tagRECT& result) const;
32
33 MCNAPI ::tagRECT $_fitClientToScreen(::tagRECT const& client, ::tagRECT const& window, ::tagRECT const& screen);
34#endif
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition WindowStatePlatformWin32.h:8
static MCAPI void ** $vftable()
Definition WindowStatePlatform.h:5
Definition window.h:5