Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx Windows

The Windows component provides functionality centered around Windows specific programming. More...

Files

file  qx-common-windows.h
 The qx-common-windows header file provides various types, variables, and functions related to windows specific programming.
 
file  qx-windefs.h
 The qx-windefs header file provides a subset of Windows data types definitions.
 
file  qx_windows.h
 The qx_windows header file acts as a lightweight alias for windows.h.
 

Classes

class  Qx::FileDetails
 The FileDetails class acts as a user-friendly container for holding a file's Version Info as defined by the Windows API, which largely consists of the fields within a given file's Details pane. More...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Windows)
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Link:
target_link_libraries(target_name Qx::Windows)
Include:
#include <qx/windows.h>
Note
This component is only available when Qx is built to target Windows

Qx Windows contains classes and functions that generally either wrap existing Win32 API functionality into a more user friendly interface, other otherwise make various programming tasks on Windows more convenient.

Not to be confused with <qx/windows.h>, this component also provides the header qx_windows.h as an alternative to the standard windows.h.