Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_kernel_qcoreapplication.cpp File Reference

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)
 
 foreach (const QString &path, app.libraryPaths()) do_something(path)
 [1]
 
static void preRoutineMyDebugTool ()
 [2]
 
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 37 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 AVFVideoRendererControl::AVFVideoRendererControl(), FileInfoThread::FileInfoThread(), Foo::Foo(), HciManager::HciManager(), QAndroidCameraSession::QAndroidCameraSession(), QAndroidPlatformScreen::QAndroidPlatformScreen(), QBluetoothLocalDevicePrivate::QBluetoothLocalDevicePrivate(), QDateEdit::QDateEdit(), QDateEdit::QDateEdit(), QDBusConnectionManager::QDBusConnectionManager(), QEglFSKmsGbmCursor::QEglFSKmsGbmCursor(), QEglFSKmsInterruptHandler::QEglFSKmsInterruptHandler(), QEvdevKeyboardManager::QEvdevKeyboardManager(), QEvdevMouseManager::QEvdevMouseManager(), QEvdevTabletManager::QEvdevTabletManager(), QEvdevTouchManager::QEvdevTouchManager(), QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox(), QInputDialogSpinBox::QInputDialogSpinBox(), QLibInputKeyboard::QLibInputKeyboard(), QPcscManager::QPcscManager(), QQmlDebugTranslationServiceImpl::QQmlDebugTranslationServiceImpl(), QQmlEngineDebugServiceImpl::QQmlEngineDebugServiceImpl(), QQmlInspectorServiceImpl::QQmlInspectorServiceImpl(), QQuickAnimatedImage::QQuickAnimatedImage(), QQuickBorderImage::QQuickBorderImage(), QQuickLabsPlatformSystemTrayIcon::QQuickLabsPlatformSystemTrayIcon(), QQuickMenuItem::QQuickMenuItem(), QQuickPdfSearchModel::QQuickPdfSearchModel(), QQuickPlatformColorDialog::QQuickPlatformColorDialog(), QQuickPlatformFileDialog::QQuickPlatformFileDialog(), QQuickPlatformFolderDialog::QQuickPlatformFolderDialog(), QQuickPlatformFontDialog::QQuickPlatformFontDialog(), QQuickPlatformMessageDialog::QQuickPlatformMessageDialog(), QQuickPopupItem::QQuickPopupItem(), QQuickTableViewHoverHandler::QQuickTableViewHoverHandler(), QQuickTreeView::QQuickTreeView(), QQuickTreeViewDelegate::QQuickTreeViewDelegate(), QtBluezDiscoveryManager::QtBluezDiscoveryManager(), QTimeEdit::QTimeEdit(), QTimeEdit::QTimeEdit(), QTreeWidget::QTreeWidget(), QTsLibMouseHandler::QTsLibMouseHandler(), QTuioHandler::QTuioHandler(), QV4Debugger::QV4Debugger(), QtWaylandClient::QWaylandEglWindow::QWaylandEglWindow(), QWaylandQtTextInputMethod::QWaylandQtTextInputMethod(), QWaylandTextInput::QWaylandTextInput(), QWaylandTextInputV4::QWaylandTextInputV4(), QtWaylandClient::QWaylandWindow::QWaylandWindow(), QQmlNativeDebugConnector::addService(), QQmlDebugServerImpl::addService(), QQmlDebugServerImpl::cleanup(), QQuickPlaceholderText::componentComplete(), QObject::connect(), extension(), QQmlDebugTranslationServiceImpl::foundTranslationBinding(), QQuickPanePrivate::init(), QWaylandXdgShell::initialize(), QWaylandQtShellSurface::initialize(), QWaylandXdgSurface::initialize(), QDeclarativeSearchResultModel::initializePlugin(), QV4::QmlSignalHandler::initProto(), QQuickAnimatedImage::load(), QQmlProfilerServiceImpl::messageReceived(), QPrintDialog::open(), QTipLabel::placeTip(), Q_LOGGING_CATEGORY(), Q_LOGGING_CATEGORY(), Q_LOGGING_CATEGORY(), qt_regionToPath(), QDeclarativeSearchResultModel::queryFinished(), QWaylandQtShell::registerChrome(), QEvdevTouchScreenHandlerThread::run(), QSidebar::selectUrl(), QPdfPageSelector::setDocument(), QQuickPdfPageImage::setDocument(), QDeclarativeSearchResultModel::setFavoritesPlugin(), QTreeView::setHeader(), QTableView::setHorizontalHeader(), QAbstractItemView::setItemDelegate(), QAbstractItemView::setItemDelegateForColumn(), QAbstractItemView::setItemDelegateForRow(), QQuickMenuBarItem::setMenu(), QAbstractItemView::setModel(), QTableView::setModel(), QTreeView::setModel(), QSidebar::setModelAndUrls(), QGraphicsView::setScene(), QAbstractItemView::setSelectionModel(), QTableView::setSelectionModel(), QTreeView::setSelectionModel(), QTableView::setSortingEnabled(), QTreeView::setSortingEnabled(), QTableView::setVerticalHeader(), QQuickTreeViewDelegatePrivate::updateIndicatorPointerHandlers(), QGraphicsView::viewportEvent(), QAbstractItemView::viewportEvent(), and QPlatformTextureListWatcher::watch().

◆ foreach()

foreach ( const QString path,
app.  libraryPaths() 
)

[1]

[2]

◆ init_ptr()

void init_ptr ( )

Definition at line 43 of file src_corelib_kernel_qcoreapplication.cpp.

References cleanup_ptr(), global_ptr, and qAddPostRoutine().

+ Here is the call graph for this function:

◆ preRoutineMyDebugTool()

static void preRoutineMyDebugTool ( )
static

[2]

[3]

Definition at line 24 of file src_corelib_kernel_qcoreapplication.cpp.

References QObject::installEventFilter(), and QCoreApplication::instance().

+ Here is the call graph for this function:

◆ tr()

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

[5]

[6]

Variable Documentation

◆ event

QMouseEvent event(QEvent::MouseButtonPress, pos, 0, 0, 0) ( QEvent::MouseButtonPress  ,
pos  ,
,
,
 
)

[0]

◆ global_ptr

int* global_ptr = nullptr
static

[3]

[4]

Definition at line 35 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 11 of file src_corelib_kernel_qcoreapplication.cpp.