LeviLamina
Loading...
Searching...
No Matches
WindowStatePlatform.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual ~WindowStatePlatform() = default;
10
11 virtual bool getWindowRect(::HWND__*, ::tagRECT&) const = 0;
12
13 virtual bool getClientRect(::HWND__*, ::tagRECT&) const = 0;
14
15 virtual bool getWindowShowCommand(::HWND__*, int&) const = 0;
16
17 virtual bool getClosestMonitorRect(::tagRECT const&, ::tagRECT&) const = 0;
18
19 virtual bool getAdjustedWindowRect(::tagRECT const&, ::tagRECT&) const = 0;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCNAPI static void** $vftable();
32 // NOLINTEND
33};
Definition WindowStatePlatform.h:5
static MCAPI void ** $vftable()