Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwindowsservices.cpp File Reference

(3c8bc2721cce78cfb24a4483459c0d56cbc570b9)

#include "qwindowsservices.h"
#include <QtCore/qt_windows.h>
#include <QtCore/qurl.h>
#include <QtCore/qdebug.h>
#include <QtCore/qdir.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qthread.h>
#include <QtCore/private/qwinregistry_p.h>
#include <QtCore/private/qfunctions_win_p.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <intshcut.h>
+ Include dependency graph for qwindowsservices.cpp:

Go to the source code of this file.

Classes

class  QWindowsShellExecuteThread
 

Functions

static QString msgShellExecuteFailed (const QUrl &url, quintptr code)
 
static bool openWebBrowser (const QUrl &url)
 
static bool shellExecute (const QUrl &url)
 
static QString mailCommand ()
 
static bool launchMail (const QUrl &url)
 

Function Documentation

◆ launchMail()

static bool launchMail ( const QUrl & url)
inlinestatic

Definition at line 146 of file qwindowsservices.cpp.

◆ mailCommand()

static QString mailCommand ( )
inlinestatic

Definition at line 121 of file qwindowsservices.cpp.

◆ msgShellExecuteFailed()

static QString msgShellExecuteFailed ( const QUrl & url,
quintptr code )
static

Definition at line 50 of file qwindowsservices.cpp.

◆ openWebBrowser()

static bool openWebBrowser ( const QUrl & url)
static

Definition at line 60 of file qwindowsservices.cpp.

References QWindowsShellExecuteThread::QWindowsShellExecuteThread().

+ Here is the call graph for this function:

◆ shellExecute()

static bool shellExecute ( const QUrl & url)
inlinestatic

Definition at line 93 of file qwindowsservices.cpp.

References QWindowsShellExecuteThread::QWindowsShellExecuteThread().

+ Here is the call graph for this function: