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 // vIndex: 1
13 virtual bool getWindowRect(::HWND__*, ::tagRECT&) const /*override*/;
14
15 // vIndex: 2
16 virtual bool getClientRect(::HWND__*, ::tagRECT&) const /*override*/;
17
18 // vIndex: 3
19 virtual bool getWindowShowCommand(::HWND__*, int&) const /*override*/;
20
21 // vIndex: 4
22 virtual bool getClosestMonitorRect(::tagRECT const&, ::tagRECT&) const /*override*/;
23
24 // vIndex: 5
25 virtual bool getAdjustedWindowRect(::tagRECT const&, ::tagRECT&) const /*override*/;
26
27 // vIndex: 0
28 virtual ~WindowStatePlatformWin32() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition WindowStatePlatformWin32.h:8
Definition WindowStatePlatform.h:5