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
qtentrypoint_win.cpp File Reference

(993b197d9c944060763fb46514c5c1d31abce205)

#include <stdlib.h>
#include <qt_windows.h>
#include <shellapi.h>
+ Include dependency graph for qtentrypoint_win.cpp:

Go to the source code of this file.

Functions

int main (int, char **)
 [48]
 
static char * wideToMulti (unsigned int codePage, const wchar_t *aw)
 
static int qtEntryPoint ()
 
int WINAPI WinMain (HINSTANCE, HINSTANCE, LPSTR, int)
 
int WINAPI wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

[48]

[dynamic_tooltip]

[5]

[2]

[0]

[6]

[48]

[48]

[6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 230 of file src_corelib_global_qglobal.cpp.

References PDFTestEnvironment::PDFTestEnvironment(), AbsoluteLocations, EmbedderTestEnvironment::AddFlags(), alwaysOwerwriteEnabled, appstoreCompliant, assignKnownModuleIds(), codesignIdentiy, CommandLineParseError, CommandLineParseHelpRequested, CommandLineVersionRequested, deployFramework, QDocDatabase::destroyQdocDB(), docTypeHeader, dualExecutionMode(), evalHandler, executeOperationsForTime(), executeSlowOperations(), Location::exitCode(), FX_InitializeMemoryAllocators(), EmbedderTestEnvironment::GetInstance(), hardenedRuntime, HeuristicSameText, HeuristicSimilarText, DeploymentInfo::isDebug, DeploymentInfo::isFramework, Options::json, keywords, librarySearchPath, logLevel, ConversionData::m_ignoreUnfinished, ConversionData::m_noUiLines, ConversionData::m_saveMode, ConversionData::m_sourceIsUtf16, ConversionData::m_verbose, makeTable(), Coordinate::myX, Coordinate::myY, NoLocations, NoObsolete, NoSort, NoUiLines, optVerboseLevel, originalHandler, VkSpecParser::parse(), Scanner::parseArguments(), PluralOnly, pp_keywords, printArgumentsLiterally, Scanner::printErrors(), printUsage(), Scanner::printUsage(), Scanner::process(), QSqlDatabase_snippets(), QSqlField_snippets(), QSqlQuery_snippets(), QSqlQueryModel_snippets(), QSqlTableModel_snippets(), qt_dbus_metaobject_skip_annotations, qtModuleEntries, RelativeLocations, removeExcludedSources(), restartExample(), QDBusXmlToCpp::run(), runCodesign, runMoc(), runStripEnabled, SaveEverything, SaveStripped, secureTimestamp, showUsage(), singleExecutionMode(), SortMessages, SourceIsUtf16, startExample(), QmlTypeNode::terminate(), usage(), Verbose, EvalHandler::verbose, and Werror.

Referenced by qtEntryPoint().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qtEntryPoint()

static int qtEntryPoint ( )
inlinestatic

Definition at line 40 of file qtentrypoint_win.cpp.

References main().

+ Here is the call graph for this function:

◆ wideToMulti()

static char * wideToMulti ( unsigned int codePage,
const wchar_t * aw )
inlinestatic

Definition at line 32 of file qtentrypoint_win.cpp.

◆ WinMain()

int WINAPI WinMain ( HINSTANCE ,
HINSTANCE ,
LPSTR ,
int  )

Definition at line 61 of file qtentrypoint_win.cpp.

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE ,
HINSTANCE ,
LPWSTR ,
int  )

Definition at line 66 of file qtentrypoint_win.cpp.