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 virtual bool getClosestMonitorRect(::tagRECT const& closestToRect, ::tagRECT& result) const /*override*/;
13
14 virtual ::tagRECT
15 _fitClientToScreen(::tagRECT const& client, ::tagRECT const& window, ::tagRECT const& screen) /*override*/;
16
17 virtual ~WindowStatePlatformWin32() /*override*/ = default;
18 // NOLINTEND
19
20public:
21 // virtual function thunks
22 // NOLINTBEGIN
23#ifdef LL_PLAT_C
24 MCNAPI bool $getClosestMonitorRect(::tagRECT const& closestToRect, ::tagRECT& result) const;
25
26 MCNAPI ::tagRECT $_fitClientToScreen(::tagRECT const& client, ::tagRECT const& window, ::tagRECT const& screen);
27#endif
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition WindowStatePlatformWin32.h:8
static MCAPI void ** $vftable()
Definition WindowStatePlatform.h:5
Definition window.h:5