Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | MyPrivateInitStuff |
[4] More... | |
class | MyMfcView |
[6] More... | |
Functions | |
connect (quitButton, &QPushButton::clicked, &app, &QCoreApplication::quit, Qt::QueuedConnection) | |
static void | preRoutineMyDebugTool () |
[1] | |
static void | cleanup_ptr () |
void | init_ptr () |
static QString | tr (const char *sourceText, const char *comment=nullptr) |
[5] | |
Variables | |
QMouseEvent | event (QEvent::MouseButtonPress, pos, 0, 0, 0) |
[0] | |
QPushButton * | quitButton = new QPushButton("Quit") |
[0] | |
static int * | global_ptr = nullptr |
[3] | |
|
static |
Definition at line 33 of file src_corelib_kernel_qcoreapplication.cpp.
References global_ptr.
Referenced by init_ptr().
connect | ( | quitButton | , |
&QPushButton::clicked | , | ||
& | app, | ||
&QCoreApplication::quit | , | ||
Qt::QueuedConnection | ) |
Referenced by QGeoCodeReplyMapbox::QGeoCodeReplyMapbox(), and QPlaceSearchSuggestionReplyMapbox::QPlaceSearchSuggestionReplyMapbox().
void init_ptr | ( | ) |
Definition at line 39 of file src_corelib_kernel_qcoreapplication.cpp.
References cleanup_ptr(), and global_ptr.
|
static |
QMouseEvent event(QEvent::MouseButtonPress, pos, 0, 0, 0) | ( | QEvent::MouseButtonPress | , |
pos | , | ||
0 | , | ||
0 | , | ||
0 | ) |
[0]
|
static |
[3]
[4]
Definition at line 31 of file src_corelib_kernel_qcoreapplication.cpp.
Referenced by cleanup_ptr(), and init_ptr().
QPushButton * quitButton = new QPushButton("Quit") |