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

(68f824a55a2cf798a06974d8ac481ef1035e5ada)

#include <QCoreApplication>
#include <QMouseEvent>
#include <QPointF>
#include <QObject>
Include dependency graph for src_corelib_kernel_qcoreapplication.cpp:

Go to the source code of this file.

Classes

class  MyDebugTool
class  MyPrivateInitStuff
 [4] More...
class  CView
 [6] More...
class  MyMfcView
 [7] More...

Functions

static void preRoutineMyDebugTool ()
 [3]
static void cleanup_ptr ()
void init_ptr ()
static QString tr (const char *sourceText, const char *comment=nullptr)
 [5]

Variables

static int * global_ptr = nullptr
 [3]

Function Documentation

◆ cleanup_ptr()

void cleanup_ptr ( )
static

Definition at line 48 of file src_corelib_kernel_qcoreapplication.cpp.

References global_ptr.

Referenced by init_ptr().

Here is the caller graph for this function:

◆ init_ptr()

void init_ptr ( )

Definition at line 54 of file src_corelib_kernel_qcoreapplication.cpp.

References cleanup_ptr(), and global_ptr.

Here is the call graph for this function:

◆ preRoutineMyDebugTool()

void preRoutineMyDebugTool ( )
static

[3]

Definition at line 35 of file src_corelib_kernel_qcoreapplication.cpp.

◆ tr()

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

[5]

[6]

Variable Documentation

◆ global_ptr

int * global_ptr = nullptr
static

[3]

[4]

Definition at line 46 of file src_corelib_kernel_qcoreapplication.cpp.

Referenced by cleanup_ptr(), and init_ptr().