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

(69d4ecd6ef9057cb3703178277042ff7a7411459)

Go to the source code of this file.

Functions

QCoreApplicationcreateApplication (int &argc, char *argv[])
 [0]
int main (int argc, char *argv[])
void showAllHiddenTopLevelWidgets ()
 [1]
void updateAllWidgets ()
 [4]
 if ((startPos - currentPos).manhattanLength() >=QApplication::startDragDistance()) startTheDrag()
 [5]

Function Documentation

◆ createApplication()

QCoreApplication * createApplication ( int & argc,
char * argv[] )

[0]

Definition at line 5 of file src_gui_kernel_qapplication.cpp.

◆ if()

if ( (startPos - currentPos).manhattanLength() >=QApplication::startDragDistance() )

[5]

[7]

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 14 of file src_gui_kernel_qapplication.cpp.

◆ showAllHiddenTopLevelWidgets()

void showAllHiddenTopLevelWidgets ( )

[1]

[4]

Definition at line 35 of file src_gui_kernel_qapplication.cpp.

◆ updateAllWidgets()

void updateAllWidgets ( )

[4]

[5]

Definition at line 47 of file src_gui_kernel_qapplication.cpp.