VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h@ 74942

Last change on this file since 74942 was 71784, checked in by vboxsync, 6 years ago

FE/Qt: bugref:9049: VBoxGlobal library fixes for Windows.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1/* $Id: VBoxUtils-win.h 71784 2018-04-09 15:56:21Z vboxsync $ */
2/** @file
3 * VBox Qt GUI - Declarations of utility classes and functions for handling Windows specific tasks.
4 */
5
6/*
7 * Copyright (C) 2011-2018 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18#ifndef ___VBoxUtils_win_h___
19#define ___VBoxUtils_win_h___
20
21/* Qt includes: */
22#include <QRegion>
23
24/* GUI includes: */
25#include "UILibraryDefs.h"
26
27/* External includes: */
28#include <iprt/win/windows.h>
29
30/* Namespace for native window sub-system functions: */
31namespace NativeWindowSubsystem
32{
33 /* Returns area covered by visible always-on-top (top-most) windows: */
34 SHARED_LIBRARY_STUFF const QRegion areaCoveredByTopMostWindows();
35}
36
37#endif /* !___VBoxUtils_win_h___ */
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use