Qt 4.8
|
#include <private/qcore_mac_p.h>
#include <qaction.h>
#include <qwidget.h>
#include <qdesktopwidget.h>
#include <qevent.h>
#include <qpixmapcache.h>
#include <qvarlengtharray.h>
#include <private/qevent_p.h>
#include <private/qt_cocoa_helpers_mac_p.h>
#include <private/qt_mac_p.h>
#include <private/qapplication_p.h>
#include <private/qcocoaapplication_mac_p.h>
#include <private/qcocoawindow_mac_p.h>
#include <private/qcocoaview_mac_p.h>
#include <private/qkeymapper_p.h>
#include <private/qwidget_p.h>
Go to the source code of this file.
Classes | |
struct | dndenum_mapper |
struct | KeyPair |
struct | qt_mac_enum_mapper |
Macros | |
#define | QT_MAC_MAP_ENUM(x) x |
Variables | |
static const KeyPair *const | end = entries + NumEntries |
static const KeyPair | entries [NumEntries] |
QWidget * | mac_mouse_grabber |
static const int | NumEntries = 59 |
QWidget * | qt_button_down |
QPointer< QWidget > | qt_last_mouse_receiver |
static qt_mac_enum_mapper | qt_mac_mouse_symbols [] |
#define QT_MAC_MAP_ENUM | ( | x | ) | x |
Definition at line 389 of file qt_cocoa_helpers_mac.mm.
Qt::MouseButton cocoaButton2QtButton | ( | NSInteger | buttonNum | ) |
Definition at line 797 of file qt_cocoa_helpers_mac.mm.
Referenced by flipPoint().
Definition at line 862 of file qt_cocoa_helpers_mac.mm.
Referenced by flipPoint(), flipYCoordinate(), QWidget::mapToGlobal(), QCursor::pos(), qt_mac_handleTabletEvent(), and QApplication::topLevelAt().
Definition at line 867 of file qt_cocoa_helpers_mac.mm.
Definition at line 872 of file qt_cocoa_helpers_mac.mm.
void macSendToolbarChangeEvent | ( | QWidget * | widget | ) |
Definition at line 435 of file qt_cocoa_helpers_mac.mm.
Referenced by make_win_eventUPP().
void macWindowFade | ( | void * | window, |
float | durationSeconds | ||
) |
Definition at line 155 of file qt_cocoa_helpers_mac.mm.
Referenced by QMenuPrivate::hideMenu(), QComboBox::hidePopup(), and QTipLabel::timerEvent().
void macWindowFlush | ( | void * | window | ) |
bool macWindowIsTextured | ( | void * | window | ) |
void macWindowSetHasShadow | ( | void * | window, |
bool | hasShadow | ||
) |
bool macWindowToolbarIsVisible | ( | void * | window | ) |
Definition at line 287 of file qt_cocoa_helpers_mac.mm.
Referenced by QToolBar::event(), and QMainWindowLayout::toggleToolBarsVisible().
void macWindowToolbarSet | ( | void * | window, |
void * | toolbarRef | ||
) |
Definition at line 277 of file qt_cocoa_helpers_mac.mm.
Referenced by QMainWindowLayout::insertIntoMacToolbar(), and QMainWindowLayout::updateHIToolBarStatus().
void macWindowToolbarShow | ( | const QWidget * | widget, |
bool | show | ||
) |
Definition at line 257 of file qt_cocoa_helpers_mac.mm.
Referenced by QToolBar::event(), QToolBarPrivate::init(), QMainWindowLayout::insertIntoMacToolbar(), QMainWindowLayout::syncUnifiedToolbarVisibility(), QMainWindowLayout::updateHIToolBarStatus(), and QToolBar::~QToolBar().
Definition at line 561 of file qt_cocoa_helpers_mac.mm.
Definition at line 566 of file qt_cocoa_helpers_mac.mm.
Definition at line 571 of file qt_cocoa_helpers_mac.mm.
Definition at line 576 of file qt_cocoa_helpers_mac.mm.
Definition at line 556 of file qt_cocoa_helpers_mac.mm.
Q_GLOBAL_STATIC | ( | QMacWindowFader | , |
macwindowFader | |||
) |
Referenced by macSendToolbarChangeEvent().
bool qt_dispatchKeyEvent | ( | void * | keyEvent, |
QWidget * | widgetToGetEvent | ||
) |
Definition at line 812 of file qt_cocoa_helpers_mac.mm.
void qt_dispatchModifiersChanged | ( | void * | flagsChangedEvent, |
QWidget * | widgetToGetEvent | ||
) |
Definition at line 844 of file qt_cocoa_helpers_mac.mm.
void qt_dispatchTabletProximityEvent | ( | const ::TabletProximityRec & | proxRec | ) |
Definition at line 477 of file qt_cocoa_helpers_mac.mm.
Referenced by QApplicationPrivate::globalEventProcessor(), qt_mac_tablet_hash(), and QApplicationPrivate::tabletProximityCallback().
bool qt_mac_checkForNativeSizeGrip | ( | const QWidget * | widget | ) |
Definition at line 371 of file qt_cocoa_helpers_mac.mm.
Referenced by QAbstractScrollAreaPrivate::layoutChildren().
void qt_mac_constructQIconFromIconRef | ( | const IconRef | icon, |
const IconRef | overlayIcon, | ||
QIcon * | retIcon, | ||
QStyle::StandardPixmap | standardIcon | ||
) |
Definition at line 1610 of file qt_cocoa_helpers_mac.mm.
Referenced by QFileIconProviderPrivate::getWinIcon(), qAppInstance(), and QCommonStyle::standardIconImplementation().
Definition at line 1591 of file qt_cocoa_helpers_mac.mm.
Referenced by qAppInstance(), and qt_mac_constructQIconFromIconRef().
void* qt_mac_create_nsimage | ( | const QPixmap & | pm | ) |
Definition at line 322 of file qt_cocoa_helpers_mac.mm.
Referenced by qt_mac_set_app_icon(), QCursor::setPos(), QWidgetPrivate::setWindowIcon_sys(), QMenuPrivate::QMacMenuPrivate::syncAction(), and QSystemTrayIconPrivate::updateIcon_sys().
void qt_mac_dispatchPendingUpdateRequests | ( | QWidget * | widget | ) |
Definition at line 1547 of file qt_cocoa_helpers_mac.mm.
Referenced by QGraphicsViewPrivate::dispatchPendingUpdateRequests().
OSStatus qt_mac_drawCGImage | ( | CGContextRef | inContext, |
const CGRect * | inBounds, | ||
CGImageRef | inImage | ||
) |
Definition at line 349 of file qt_cocoa_helpers_mac.mm.
Referenced by QCoreGraphicsPaintEngine::drawImage(), QCoreGraphicsPaintEngine::drawPixmap(), QMacWindowSurface::flush(), QRasterWindowSurface::flush(), QPixmap::fromMacCGImageRef(), qt_mac_draw_pattern(), and QMacWindowSurface::scroll().
Definition at line 424 of file qwidget_mac.mm.
Referenced by flipPoint(), QMacWindowFader::performFade(), qt_mac_window_for(), QWidgetPrivate::registerDropSite(), and QWidgetPrivate::setFocus_sys().
Qt::MouseButton qt_mac_get_button | ( | EventMouseButton | button | ) |
Definition at line 418 of file qt_cocoa_helpers_mac.mm.
Referenced by QApplicationPrivate::globalEventProcessor().
Qt::MouseButtons qt_mac_get_buttons | ( | int | buttons | ) |
Definition at line 402 of file qt_cocoa_helpers_mac.mm.
Referenced by flipPoint(), and QApplicationPrivate::globalEventProcessor().
QString qt_mac_get_pasteboardString | ( | OSPasteboardRef | paste | ) |
Definition at line 1572 of file qt_cocoa_helpers_mac.mm.
Referenced by flipYCoordinate(), and QMacPasteboard::retrieveData().
CGFloat qt_mac_get_scalefactor | ( | ) |
Definition at line 1558 of file qt_cocoa_helpers_mac.mm.
Referenced by QStyleHelper::dpiScaled(), flipYCoordinate(), QPixmapIconEngine::paint(), QIconLoaderEngine::paint(), qt_mac_grabDisplayRect(), QToolButton::sizeHint(), and QCoreGraphicsPaintEngine::updateRenderHints().
CGContextRef qt_mac_graphicsContextFor | ( | QWidget * | widget | ) |
Definition at line 1532 of file qt_cocoa_helpers_mac.mm.
Referenced by QMacWindowSurface::flush().
bool qt_mac_handleTabletEvent | ( | void * | view, |
void * | tabletEvent | ||
) |
Definition at line 1292 of file qt_cocoa_helpers_mac.mm.
Referenced by flipPoint().
QStringList qt_mac_NSArrayToQStringList | ( | void * | nsarray | ) |
void qt_mac_post_retranslateAppMenu | ( | ) |
Definition at line 1726 of file qt_cocoa_helpers_mac.mm.
Referenced by QApplication::event(), and QMacScrollOptimization::performDelayedScroll().
void* qt_mac_QStringListToNSMutableArrayVoid | ( | const QStringList & | list | ) |
Definition at line 1495 of file qt_cocoa_helpers_mac.mm.
Referenced by flipYCoordinate().
QMacTabletHash* qt_mac_tablet_hash | ( | ) |
Definition at line 442 of file qt_cocoa_helpers_mac.mm.
Referenced by QApplicationPrivate::globalEventProcessor(), qt_dispatchTabletProximityEvent(), and qt_mac_handleTabletEvent().
void qt_mac_update_mouseTracking | ( | QWidget * | widget | ) |
Definition at line 340 of file qt_cocoa_helpers_mac.mm.
Referenced by QWidget::changeEvent(), and QWidget::setAttribute().
void qt_mac_updateContentBorderMetricts | ( | void * | window, |
const ::HIContentBorderMetrics & | metrics | ||
) |
Definition at line 1390 of file qt_cocoa_helpers_mac.mm.
Referenced by QTabBarPrivate::updateMacBorderMetrics().
void qt_mac_updateCursorWithWidgetUnderMouse | ( | QWidget * | widgetUnderMouse | ) |
Definition at line 144 of file qcursor_mac.mm.
Referenced by flipPoint(), QMacWindowFader::performFade(), qt_mac_update_cursor(), and qt_mac_update_cursor_at_global_pos().
Definition at line 5779 of file qapplication.cpp.
Referenced by flipPoint(), macSendToolbarChangeEvent(), QMacWindowFader::performFade(), qt_dispatchTabletProximityEvent(), qt_mac_handleTabletEvent(), and qtKey2CocoaKey().
Definition at line 654 of file qt_cocoa_helpers_mac.mm.
Referenced by keySequenceToKeyEqivalent().
|
static |
Definition at line 652 of file qt_cocoa_helpers_mac.mm.
Referenced by QItemSelectionModelPrivate::_q_columnsAboutToBeRemoved(), QAbstractItemViewPrivate::_q_columnsAboutToBeRemoved(), _q_dupEnvironment(), QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved(), QHttpPrivate::_q_slotReadyRead(), QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeInserted(), QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeRemoved(), QSortFilterProxyModelPrivate::_q_sourceDataChanged(), QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeInserted(), QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeRemoved(), QDBusConnectionPrivate::activateObject(), QDialogButtonBoxPrivate::addButtonsToLayout(), QTessellatorPrivate::addEdges(), QPostEventList::addEvent(), QComboBox::addItems(), QFontEngineMulti::addOutlineToPath(), QWindowsFileSystemWatcherEngine::addPaths(), QNetworkConfigurationManagerPrivate::allConfigurations(), QUrl::allEncodedQueryItemValues(), QUrl::allQueryItemValues(), QDBusMarshaller::append(), QConcatenable< QByteArray >::appendTo(), QSvgAnimateColor::apply(), QPatternist::DelegatingNamespaceResolver::bindings(), QPatternist::UserFunctionCallsite::bindVariables(), blend_color_rgb16(), blend_transformed_argb(), blend_transformed_tiled_argb(), blendColor(), blendTransformed(), blendTransformedBilinear(), blendTransformedTiled(), bm_find(), QFontEngineMulti::boundingBox(), QTabBarPrivate::calculateNewPosition(), QTextEngine::calculateTabWidth(), QTessellatorPrivate::cancelCoincidingEdges(), cgColorForQColor(), QDialogButtonBox::changeEvent(), QMetaObject::changeGuard(), QPatternist::CallTargetDescription::checkArgumentsCircularity(), QPatternist::CallTargetDescription::checkCallsiteCircularity(), QPatternist::checkVariableCircularity(), QWizardPrivate::cleanupPagesNotInHistory(), QFontCache::cleanupPrinterFonts(), QNetworkAccessCache::clear(), QFontCache::clear(), QObjectPrivate::clearGuards(), QTreeViewPrivate::columnRanges(), comp_func_DestinationAtop(), comp_func_DestinationIn(), comp_func_DestinationOut(), comp_func_DestinationOver(), comp_func_solid_DestinationAtop(), comp_func_solid_DestinationIn(), comp_func_solid_DestinationOut(), comp_func_solid_DestinationOver(), comp_func_solid_Source(), comp_func_solid_SourceAtop(), comp_func_solid_SourceIn(), comp_func_solid_SourceOut(), comp_func_solid_SourceOver(), comp_func_solid_XOR(), comp_func_Source(), comp_func_SourceAtop(), comp_func_SourceIn(), comp_func_SourceOut(), comp_func_SourceOver(), comp_func_XOR(), QPatternist::TemplateInvoker::compress(), QPatternist::ExpressionSequence::compress(), QPatternist::UnlimitedContainer::compressOperands(), QBearerEngine::configurationsInUse(), QFutureInterfaceBasePrivate::connectOutputInterface(), QDBusConnectionPrivate::connectRelay(), QDBusConnectionPrivate::connectSignal(), QPatternist::ConstructorFunctionsFactory::ConstructorFunctionsFactory(), QRowsRemoval::contains(), QPatternist::VariableDeclaration::contains(), QItemSelection::contains(), containsProhibitedOuptut(), QHttpNetworkHeaderPrivate::contentLength(), convert_ARGB_PM_to_ARGB(), convert_ARGB_PM_to_RGB(), convert_ARGB_to_ARGB_PM(), convert_ARGB_to_ARGB_PM_inplace(), convert_Indexed8_to_X32(), convert_RGB_to_Indexed8(), QUtf8::convertFromUnicode(), convertPath(), QWindowsMimeHtml::convertToMime(), QUtf32::convertToUnicode(), QNetworkCookieJar::cookiesForUrl(), QTextCopyHelper::copy(), QPatternist::AccelTree::copyNodeTo(), QMultiHash< const QGLContext *, GLProgram >::count(), QMultiMap< QString, Method >::count(), QSortFilterProxyModelPrivate::create_index(), QPatternist::Template::createContext(), QPatternist::ExpressionFactory::createExpression(), QDBusMetaObject::createMetaObject(), QVNCIntegration::createPlatformWindow(), QHeaderViewPrivate::createSectionSpan(), QTextLine::cursorToX(), QDashStroker::dashOffset(), debugVariantList(), QNetworkConfigurationManagerPrivate::defaultConfiguration(), QPatternist::Template::dependencies(), destFetchMono(), destFetchMonoLsb(), QPatternist::AccelTreeResourceLoader::deviceURIs(), QDBusConnectionPrivate::disconnectRelay(), QDBusConnectionPrivate::disconnectSignal(), QPatternist::FunctionSignature::displayName(), distributeMultiBox(), QGridLayoutRowData::distributeMultiCells(), dither_to_Mono(), QTranslatorPrivate::do_load(), QTranslatorPrivate::do_translate(), QFontEngineMulti::doKerning(), QDeclarativeRow::doPositioning(), QDeclarativeGrid::doPositioning(), QDeclarativeFlow::doPositioning(), QTreeViewPrivate::drawAnimatedOperation(), QWindowsStyle::drawComplexControl(), QWindowsCEStyle::drawControl(), QCleanlooksStyle::drawControl(), QWindowsXPStyle::drawControl(), QWindowsStyle::drawControl(), QMacStyle::drawControl(), QItemDelegate::drawDisplay(), QCosmeticStroker::drawLine(), drawMenuText(), QCosmeticStroker::drawPath(), QCosmeticStroker::drawPoints(), QPdfBaseEnginePrivate::drawTextItem(), QTessellatorPrivate::edgeInChain(), QUrl::encodedQueryItems(), QUrl::encodedQueryItemValue(), QTriangulatingStroker::endCap(), QConfFileSettingsPrivate::ensureAllSectionsParsed(), QTableModel::ensureSorted(), QMap< int, QFrameInfo >::erase(), QPatternist::GeneralComparison::evaluateEBV(), QPatternist::RangeExpression::evaluateSequence(), QPatternist::ConcatFN::evaluateSingleton(), QPatternist::ExpressionSequence::evaluateToSequenceReceiver(), QBBInputContext::eventFilter(), QPatternist::FunctionCall::expectedOperandTypes(), QPatternist::TemplateInvoker::expectedOperandTypes(), QPatternist::UserFunctionCallsite::expectedOperandTypes(), familyList(), fetchTransformed(), fetchTransformedBilinear(), QIconModeViewBase::filterDropEvent(), QGraphicsScenePrivate::filterEvent(), QMultiHash< const QGLContext *, GLProgram >::find(), QMultiMap< QString, Method >::find(), findChildObject(), QFontCache::findEngine(), QFontCache::findEngineData(), QFontDatabase::findFont(), findKnownValue(), findObject(), QNetworkHeadersPrivate::findRawHeader(), fontFile(), fontPath(), QSqlDriver::formatValue(), QTextDocumentLayoutPrivate::frameIteratorForTextPosition(), QX11PixmapData::fromImage(), QProcessEnvironmentPrivate::fromList(), generateSubObjectXml(), QStaticTextPrivate::get(), QDeclarativeVisualDataModelPrivate::Cache::getItem(), getLocaleListData(), getMessage(), QMenuBarPrivate::getNextAction(), getXDefault(), QFontEngine::glyphCache(), QTextLine::glyphs(), QDBusConnectionPrivate::handleSignal(), QWindowSystemInterface::handleTouchEvent(), QUrl::hasEncodedQueryItem(), QPatternist::FunctionFactory::hasSignature(), QHttpNetworkHeaderPrivate::headerFieldValues(), huntAndDestroy(), huntAndEmit(), QTableModel::index(), QItemSelection::indexes(), QRingBuffer< T >::indexOf(), indexOfMethodRelative(), QTreeView::indexRowSizeHint(), initEmptyMultiBox(), QHeaderView::initializeSections(), QSettingsPrivate::iniUnescapedStringList(), QWaylandInputDevice::inputHandleKeyboardFocus(), QProcessEnvironmentPrivate::insert(), QVector< QPoint >::insert(), QLinuxFbScreen::insert_entry(), QCalendarModel::internalUpdate(), QImage::invertPixels(), QAccessibleTable2::invokeMethodEx(), QPatternist::Expression::invokeOptimizers(), QFontDatabase::isBitmapScalable(), QAbstractXmlNodeModel::isDeepEqual(), isKeyword(), QFontDatabase::isSmoothlyScalable(), QTableViewPrivate::isVisualColumnHiddenOrDisabled(), QDeclarativeVisualDataModelPrivate::Cache::item(), QStandardItemModelPrivate::itemFromIndex(), QAbstractItemModelPrivate::itemsAboutToBeMoved(), QTextEngine::justify(), QMap< int, QFrameInfo >::key(), QHash< QExplicitlySharedDataPointer, QHash >::key(), QProcessEnvironmentPrivate::keys(), QMap< int, QFrameInfo >::keys(), QHash< QExplicitlySharedDataPointer, QHash >::keys(), QLinkedList< JSC::Identifier >::last(), QVector< QPoint >::last(), QList< QPostEvent >::last(), QTextLine::layout_helper(), QTextEngine::length(), QTessellatorPrivate::Scanline::lineDone(), QSvgHandler::lineNumber(), QFontEngine::loadKerningPairs(), lookupElementHelper(), QFbWindow::lower(), macQuoteString(), QDBusMessagePrivate::makeLocal(), QTabBarPrivate::makeVisible(), QIdentityProxyModel::mapSelectionFromSource(), QIdentityProxyModel::mapSelectionToSource(), markFrames(), mask_alpha_converter(), QIdentityProxyModel::match(), QDirIteratorPrivate::matchesFilters(), QCalendarWidget::minimumSizeHint(), QAbstractItemModelPrivate::movePersistentIndexes(), QTabBar::moveTab(), QTriangulatingStroker::moveTo(), QPatternist::DistinctIterator::next(), QWizardPage::nextId(), QPatternist::UnlimitedContainer::operandsUnionType(), QTextTableCell::operator!=(), operator+=(), QStringList::operator<<(), operator<<(), QMap< int, QFrameInfo >::operator==(), QHash< QExplicitlySharedDataPointer, QHash >::operator==(), QLineF::operator>>(), QListView::paintEvent(), QHeaderView::paintEvent(), QColorLuminancePicker::paintEvent(), QDateTimeParser::parse(), parseAnimateColorNode(), parseAnimateTransformNode(), parseDateString(), QAuthenticatorPrivate::parseDigestAuthenticationChallenge(), QTextHtmlParser::parseExclamationTag(), QPatternist::PatternPlatform::parseFlags(), parseHttpOptionHeader(), QAuthenticatorPrivate::parseHttpResponse(), parsePathDataFast(), QNetworkCookiePrivate::parseSetCookieHeaderLine(), parseTransformationMatrix(), QRingBuffer< T >::peek(), QFontDatabase::pointSizes(), QDBusAdaptorConnector::polish(), QVector< QPoint >::pop_back(), QTextEngine::positionInLigature(), postProcess(), QTessellatorPrivate::Scanline::prepareLine(), QTriangulatingStroker::process(), QPaintBuffer::processCommands(), QPatternist::ExpressionSequence::properties(), QPatternist::Template::properties(), QAccessibleTable2Interface::qAccessibleTable2CastHelper(), qAverage(), qBinaryFind(), QAlgorithmsPrivate::qBinaryFindHelper(), qCopyBackward(), qDBusFindAdaptorConnector(), qDBusIntrospectObject(), qDBusParametersForMethod(), qDBusPropertyGet(), qDBusPropertyGetAll(), qDBusPropertySet(), qFindByteArray(), QGLOffscreen::QGLOffscreen(), QTestLiteStaticInfoPrivate::qimageFromXImage(), QItemSelectionModelPrivate::QItemSelectionModelPrivate(), QKdPointTree::QKdPointTree(), qRemoveDuplicates(), QAlgorithmsPrivate::qReverse(), qScriptValueFromSequence(), QAlgorithmsPrivate::qSortHelper(), QSvgPaintEngine::QSvgPaintEngine(), qt_alphamapblit_quint32(), qt_alphargbblit_quint32(), qt_Big5ToUnicode(), qt_blend_color_argb_x86(), qt_create_commandline(), qt_fetch_conical_gradient(), qt_fetch_linear_gradient(), qt_intersect_spans(), qt_mac_post_retranslateAppMenu(), qt_mac_send_posted_gl_updates(), qt_mac_update_child_gl_widgets(), qt_mac_update_intersected_gl_widgets(), qt_qimageScaleAARGB(), qt_qimageScaleAARGBA(), qt_read_dibv5(), qt_regionToPath(), qt_span_clip(), qt_span_fill_clipped(), qt_UnicodeToBig5(), qt_write_dib(), qt_write_dibv5(), QUrl::queryItems(), QXIMInputContext::QXIMInputContext(), QFbWindow::raise(), rasterop_solid_SourceAndDestination(), rasterop_solid_SourceAndNotDestination(), rasterop_solid_SourceOrDestination(), rasterop_solid_SourceXorDestination(), QNetworkHeadersPrivate::rawHeadersKeys(), ICOReader::read16_24_32BMP(), read_dib_body(), read_pbm_body(), read_xpm_body(), QInotifyFileSystemWatcherEngine::readFromInotify(), QPngHandlerPrivate::readPngImage(), QFontEngineMulti::recalcAdvances(), registerFont(), QDeclarativeVisualDataModelPrivate::Cache::releaseItem(), QMultiHash< const QGLContext *, GLProgram >::remove(), QMultiMap< QString, Method >::remove(), QUrl::removeAllEncodedQueryItems(), QHttpNetworkReplyPrivate::removeAutoDecompressHeader(), removeDotsFromPath(), QUrl::removeEncodedQueryItem(), QMetaObject::removeGuard(), QLinkedList< JSC::Identifier >::removeLast(), QList< QPostEvent >::removeLast(), QLinkedList< JSC::Identifier >::removeOne(), QWindowsFileSystemWatcherEngine::removePaths(), QGraphicsScenePrivate::removeSceneEventFilter(), QFbWindow::repaint(), QNetworkAccessHttpBackend::replyDownloadMetaData(), QColorPicker::resizeEvent(), resolveEntity(), QFutureInterface< T >::results(), QImage::rgbSwapped(), QPatternist::XQueryTokenizer::scanUntil(), QNetworkAccessCacheBackend::sendCacheContents(), QNetworkAccessHttpBackend::sendCacheContents(), QPaintEngine::setActive(), QNetmaskAddress::setAddress(), QNetworkHeadersPrivate::setAllRawHeaders(), setBlockCharFormatHelper(), QStrokerOps::setCubicToHook(), QSyntaxHighlighter::setFormat(), QFbWindow::setGeometry(), QDeclarativePathViewPrivate::setHighlightPosition(), QImage::setPixel(), QDeclarativePathView::setPreferredHighlightEnd(), QDeclarativeGridView::setPreferredHighlightEnd(), QDeclarativeListView::setPreferredHighlightEnd(), QFbWindow::setVisible(), QFbWindow::setWindowFlags(), QAbstractItemModel::sibling(), QTreeView::sizeHintForColumn(), QFontDatabase::smoothSizes(), QSortFilterProxyModelPrivate::source_items_inserted(), splitPolygon(), splitSpaceSemicolon(), QTreeViewPrivate::startAndEndColumns(), QPatternist::LiteralSequence::staticType(), QGridLayoutRowData::stealBox(), QThreadPoolPrivate::stealRunnable(), QSystemLocalePrivate::substituteDigits(), swap_bit_order(), QX11PixmapData::takeQImageFromXImage(), QPatternist::TemplateInvoker::TemplateInvoker(), QFontCache::timerEvent(), QX11PixmapData::toImage(), QProcessEnvironmentPrivate::toList(), QLinkedList< JSC::Identifier >::toStdList(), QMap< int, QFrameInfo >::toStdMap(), QKeySequence::toString(), QGridLayoutRowData::totalBox(), QGraphicsScenePrivate::touchEventHandler(), QApplicationPrivate::translateRawTouchEvent(), trimRef(), QPatternist::CallTemplate::typeCheck(), QPatternist::ExpressionSequence::typeCheck(), QPatternist::Expression::typeCheckOperands(), QMap< int, QFrameInfo >::uniqueKeys(), QHash< QExplicitlySharedDataPointer, QHash >::uniqueKeys(), QEventDispatcherMac::unregisterTimers(), QGLContextPrivate::updateFormatVersion(), QSpanCollection::updateInsertedColumns(), QSpanCollection::updateInsertedRows(), QCalendarWidgetPrivate::updateMonthMenu(), QSpanCollection::updateRemovedColumns(), QSpanCollection::updateRemovedRows(), QDoubleSpinBoxPrivate::validateAndInterpret(), QMap< int, QFrameInfo >::values(), QHash< QExplicitlySharedDataPointer, QHash >::values(), QTreeModel::view(), winLangCodeToIsoName(), ICOReader::write(), write_pbm_image(), QXmlTestLogger::xmlCdata(), QXmlTestLogger::xmlQuote(), QTextLine::xToCursor(), QPatternist::yyparse(), QBearerEngine::~QBearerEngine(), QComboBoxPrivate::~QComboBoxPrivate(), QEventDispatcherMac::~QEventDispatcherMac(), QFbWindow::~QFbWindow(), QFontCache::~QFontCache(), QMenuPrivate::QMacMenuPrivate::~QMacMenuPrivate(), QPainterReplayer::~QPainterReplayer(), QPdfBaseEngine::~QPdfBaseEngine(), QSpanCollection::~QSpanCollection(), and QUndoGroup::~QUndoGroup().
|
static |
Definition at line 587 of file qt_cocoa_helpers_mac.mm.
QWidget* mac_mouse_grabber |
Definition at line 156 of file qwidget_mac.mm.
Referenced by flipPoint(), QWidget::mouseGrabber(), and QMacWindowFader::performFade().
|
static |
Definition at line 586 of file qt_cocoa_helpers_mac.mm.
Referenced by qtKey2CocoaKey().
QWidget* qt_button_down |
Definition at line 188 of file qapplication_mac.mm.
Referenced by flipPoint(), and QMacWindowFader::performFade().
Definition at line 189 of file qapplication_mac.mm.
Referenced by QMacWindowFader::performFade().
|
static |
Definition at line 394 of file qt_cocoa_helpers_mac.mm.