1#ifndef QX_WINDOWS_COMMON_H 
    2#define QX_WINDOWS_COMMON_H 
    5#include "qx/windows/qx_windows_export.h" 
   14#include "qx/core/qx-systemerror.h" 
The SystemError class encapsulates system generated errors as an Qx::Error interface compatible objec...
Definition qx-systemerror.h:22
 
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13
 
QList< DWORD > processThreadIds(DWORD processId)
Definition qx-common-windows.cpp:171
 
bool processIsRunning(QString processName)
Definition qx-system.cpp:110
 
SystemError processIsElevated(bool &elevated)
Definition qx-common-windows.cpp:273
 
SystemError forceKillProcess(quint32 processId)
Definition qx-system_linux.cpp:643
 
SystemError createShortcut(QString shortcutPath, ShortcutProperties sp)
Definition qx-common-windows.cpp:391
 
SystemError getLastError()
Definition qx-common-windows.cpp:380
 
quint32 processId(QString processName)
Definition qx-system_linux.cpp:578
 
SystemError cleanKillProcess(quint32 processId)
Definition qx-system_linux.cpp:637
 
The qx-windefs header file provides a subset of Windows data types definitions.
 
void * HANDLE
Definition qx-windefs.h:8
 
unsigned long DWORD
Definition qx-windefs.h:4
 
The ShortcutProperties struct acts as a user-friendly container for holding IShellLink data,...
Definition qx-common-windows.h:21
 
QString startIn
Definition qx-common-windows.h:30
 
int iconIndex
Definition qx-common-windows.h:33
 
QString target
Definition qx-common-windows.h:28
 
QString comment
Definition qx-common-windows.h:31
 
ShowMode
Definition qx-common-windows.h:22
 
@ MINIMIZED
Definition qx-common-windows.h:25
 
@ MAXIMIZED
Definition qx-common-windows.h:24
 
@ NORMAL
Definition qx-common-windows.h:23
 
ShowMode showMode
Definition qx-common-windows.h:34
 
QString iconFilePath
Definition qx-common-windows.h:32
 
QString targetArgs
Definition qx-common-windows.h:29