![]() |
Qt 6.x
The Qt SDK
|
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] | |
| QPushButton * | quitButton = new QPushButton("Quit") |
| [0] | |
| static int * | global_ptr = nullptr |
| [3] | |
|
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 | ( | quitButton | , |
| &QPushButton::clicked | , | ||
| & | app, | ||
| &QCoreApplication::quit | , | ||
| Qt::QueuedConnection | |||
| ) |
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 | ( | const QString & | path, |
| app. | libraryPaths() | ||
| ) |
[1]
[2]
| 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:
|
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:| QMouseEvent event(QEvent::MouseButtonPress, pos, 0, 0, 0) | ( | QEvent::MouseButtonPress | , |
| pos | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | |||
| ) |
[0]
|
static |
[3]
[4]
Definition at line 35 of file src_corelib_kernel_qcoreapplication.cpp.
Referenced by cleanup_ptr(), and init_ptr().
| QPushButton* quitButton = new QPushButton("Quit") |