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

(3b9f6b54b1cda08079ae97956478a4af55133803)

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]
 
QPushButtonquitButton = new QPushButton("Quit")
 [0]
 
static int * global_ptr = nullptr
 [3]
 

Function Documentation

◆ cleanup_ptr()

static void cleanup_ptr ( )
static

Definition at line 33 of file src_corelib_kernel_qcoreapplication.cpp.

References global_ptr.

Referenced by init_ptr().

+ Here is the caller graph for this function:

◆ connect()

Referenced by QGeoCodeReplyMapbox::QGeoCodeReplyMapbox(), and QPlaceSearchSuggestionReplyMapbox::QPlaceSearchSuggestionReplyMapbox().

+ Here is the caller graph for this function:

◆ init_ptr()

void init_ptr ( )

Definition at line 39 of file src_corelib_kernel_qcoreapplication.cpp.

References cleanup_ptr(), and global_ptr.

+ Here is the call graph for this function:

◆ preRoutineMyDebugTool()

static void preRoutineMyDebugTool ( )
static

[1]

[3]

Definition at line 20 of file src_corelib_kernel_qcoreapplication.cpp.

◆ tr()

static QString tr ( const char * sourceText,
const char * comment = nullptr )
inlinestatic

[5]

[6]

Variable Documentation

◆ event

◆ global_ptr

static int * global_ptr = nullptr
static

[3]

[4]

Definition at line 31 of file src_corelib_kernel_qcoreapplication.cpp.

Referenced by cleanup_ptr(), and init_ptr().

◆ quitButton

QPushButton * quitButton = new QPushButton("Quit")

[0]

[1]

Definition at line 13 of file src_corelib_kernel_qcoreapplication.cpp.