src/corelib/io/qdebug.h File Reference

#include <QtCore/qalgorithms.h>
#include <QtCore/qhash.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qpair.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qstring.h>
#include <QtCore/qvector.h>
#include <QtCore/qset.h>

Include dependency graph for qdebug.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDebug
struct  QDebug::Stream

Functions

template<class T>
QDebug operator<< (QDebug debug, const QList< T > &list)
template<typename T>
QDebug operator<< (QDebug debug, const QVector< T > &vec)
template<class aKey, class aT>
QDebug operator<< (QDebug debug, const QMap< aKey, aT > &map)
template<class aKey, class aT>
QDebug operator<< (QDebug debug, const QHash< aKey, aT > &hash)
template<class T1, class T2>
QDebug operator<< (QDebug debug, const QPair< T1, T2 > &pair)
template<typename T>
QDebug operator<< (QDebug debug, const QSet< T > &set)
Q_CORE_EXPORT_INLINE QDebug qDebug ()
Q_CORE_EXPORT_INLINE QDebug qWarning ()
Q_CORE_EXPORT_INLINE QDebug qCritical ()


Function Documentation

template<typename T>
QDebug operator<< ( QDebug  debug,
const QSet< T > &  set 
) [inline]

Definition at line 186 of file qdebug.h.

References QDebug::nospace(), QUrl::operator<<(), and set().

00187 {
00188     debug.nospace() << "QSet";
00189     return operator<<(debug, set.toList());
00190 }

Here is the call graph for this function:

template<class T1, class T2>
QDebug operator<< ( QDebug  debug,
const QPair< T1, T2 > &  pair 
) [inline]

Definition at line 178 of file qdebug.h.

References QPair< T1, T2 >::first, QDebug::nospace(), QPair< T1, T2 >::second, and QDebug::space().

00180 {
00181     debug.nospace() << "QPair(" << pair.first << "," << pair.second << ")";
00182     return debug.space();
00183 }

Here is the call graph for this function:

template<class aKey, class aT>
QDebug operator<< ( QDebug  debug,
const QHash< aKey, aT > &  hash 
) [inline]

Definition at line 162 of file qdebug.h.

References QHash< Key, T >::constBegin(), QHash< Key, T >::constEnd(), QDebug::nospace(), and QDebug::space().

00164 {
00165     debug.nospace() << "QHash(";
00166     for (typename QHash<aKey, aT>::const_iterator it = hash.constBegin();
00167             it != hash.constEnd(); ++it)
00168         debug << "(" << it.key() << ", " << it.value() << ")";
00169     debug << ")";
00170     return debug.space();
00171 }

Here is the call graph for this function:

template<class aKey, class aT>
QDebug operator<< ( QDebug  debug,
const QMap< aKey, aT > &  map 
) [inline]

Definition at line 145 of file qdebug.h.

References QMap< Key, T >::constBegin(), QMap< Key, T >::constEnd(), QDebug::nospace(), and QDebug::space().

00147 {
00148     debug.nospace() << "QMap(";
00149     for (typename QMap<aKey, aT>::const_iterator it = map.constBegin();
00150          it != map.constEnd(); ++it) {
00151         debug << "(" << it.key() << ", " << it.value() << ")";
00152     }
00153     debug << ")";
00154     return debug.space();
00155 }

Here is the call graph for this function:

template<typename T>
QDebug operator<< ( QDebug  debug,
const QVector< T > &  vec 
) [inline]

Definition at line 133 of file qdebug.h.

References QDebug::nospace(), QUrl::operator<<(), and QVector< T >::toList().

00135 {
00136     debug.nospace() << "QVector";
00137     return operator<<(debug, vec.toList());
00138 }

Here is the call graph for this function:

template<class T>
QDebug operator<< ( QDebug  debug,
const QList< T > &  list 
) [inline]

Definition at line 115 of file qdebug.h.

References QList< T >::at(), QList< T >::count(), i, QDebug::nospace(), and QDebug::space().

00117 {
00118     debug.nospace() << "(";
00119     for (Q_TYPENAME QList<T>::size_type i = 0; i < list.count(); ++i) {
00120         if (i)
00121             debug << ", ";
00122         debug << list.at(i);
00123     }
00124     debug << ")";
00125     return debug.space();
00126 }

Here is the call graph for this function:

Q_CORE_EXPORT_INLINE QDebug qCritical (  ) 

Definition at line 194 of file qdebug.h.

Referenced by Q3TextImage::Q3TextImage(), qErrnoWarning(), and Q3TextDocument::setRichTextInternal().

00194 { return QDebug(QtCriticalMsg); }

Q_CORE_EXPORT_INLINE QDebug qDebug (  ) 

Definition at line 192 of file qdebug.h.

Referenced by QAbstractSocketPrivate::_q_abortConnectionAttempt(), QAbstractSocketPrivate::_q_canReadNotification(), QProcessPrivate::_q_canReadStandardOutput(), QProcessPrivate::_q_canWrite(), QAbstractSocketPrivate::_q_canWriteNotification(), QAbstractSocketPrivate::_q_connectToNextAddress(), QSocks5SocketEnginePrivate::_q_controlSocketReadNotification(), QProcessPrivate::_q_processDied(), QTcpServerPrivate::_q_processIncomingConnection(), QHttpPrivate::_q_slotConnected(), QHttpPrivate::_q_slotReadyRead(), QAbstractSocketPrivate::_q_startConnecting(), QProcessPrivate::_q_startupNotification(), QAbstractSocketPrivate::_q_testConnection(), Q3FtpPI::abort(), QFtpPI::abort(), QAbstractSocket::abort(), QFtpDTP::abortConnection(), Q3FtpDTP::abortConnection(), MainWindow::actionTriggered(), QDBusConnectionPrivate::activateObject(), QSocks5BindStore::add(), QProcessManager::add(), addConnectionsFromCommandline(), QDBusModel::addMethods(), Q3NetworkProtocol::addOperation(), QDBusModel::addPath(), QFileSystemWatcher::addPaths(), Q3Dns::addresses(), QShortcutMap::addShortcut(), Q3DnsManager::answer(), QTestData::append(), Q3ProcessManager::append(), QAnimationWriter::appendFrame(), QSvgNode::appendStyleProperty(), QPicturePaintEngine::begin(), QWindowsXPStylePrivate::buffer(), Q3Http::bytesAvailable(), QAbstractSocket::bytesAvailable(), QProcess::bytesAvailable(), QHttp::bytesAvailable(), QProcessPrivate::bytesAvailableFromStderr(), QProcessPrivate::bytesAvailableFromStdout(), QAbstractSocket::bytesToWrite(), Q3DnsDomain::cached(), QAbstractSocket::canReadLine(), QProcessManager::catchDeadChildren(), QGLFramebufferObjectPrivate::checkFramebufferStatus(), checkLayoutInfo(), Q3DnsManager::cleanCache(), QKeyMapperPrivate::clearMappings(), Q3Socket::close(), Q3SocketDevice::close(), QAbstractSocket::close(), Q3Process::closeStdin(), QProcessPrivate::closeWriteChannel(), Q3Process::connectNotify(), Q3Socket::connectToHost(), QAbstractSocket::connectToHost(), QSocks5SocketEngine::connectToHost(), QAbstractSocket::connectToHostImplementation(), QTextStreamPrivate::consume(), Q3Socket::consumeWriteBuf(), Q3UrlOperator::continueCopy(), Q3UrlOperator::copy(), Q3UrlOperator::copyGotData(), QShortcutMap::correctContext(), QWidgetPrivate::create_sys(), QWidgetPrivate::createExtra(), createImageNode(), createReadHandler(), QWidgetPrivate::createTLExtra(), QDragManager::defaultAction(), QAbstractSocket::disconnectFromHostImplementation(), Q3Process::disconnectNotify(), QShortcutMap::dispatchEvent(), QSplitterPrivate::doMove(), QSplitterPrivate::doResize(), QSvgTinyDocument::draw(), QRasterPaintEngine::drawImage(), drawLine_midpoint_dashed_i(), drawLine_midpoint_i(), QRasterPaintEngine::drawLines(), QRasterPaintEngine::drawPath(), QPicturePaintEngine::drawPath(), QRasterPaintEngine::drawPixmap(), QPicturePaintEngine::drawPixmap(), QRasterPaintEngine::drawPolygon(), QPicturePaintEngine::drawPolygon(), QRasterPaintEngine::drawRects(), QPicturePaintEngine::drawTextItem(), QPicturePaintEngine::drawTiledPixmap(), QRasterPaintEngine::drawTiledPixmap(), QWidgetPrivate::drawWidget(), qdesigner_internal::MetaDataBase::dump(), dump(), QTextHtmlParser::dumpHtml(), QObject::dumpObjectInfo(), dumpRecursive(), QPicturePaintEngine::end(), QSqlQuery::exec(), QNativeSocketEnginePrivate::fetchConnectionParameters(), QAbstractSocketPrivate::fetchConnectionParameters(), QRasterPaintEngine::fillPath(), QTextStreamPrivate::fillReadBuffer(), QShortcutMap::find(), Q3SqlCursorManager::findBuffer(), Q3UrlOperator::finishedCopy(), Q3Socket::flush(), QAbstractSocketPrivate::flush(), QTextStreamPrivate::flushWriteBuffer(), QHostInfoAgent::fromName(), QHostInfo::fromName(), QUrl::fromPercentEncoding(), QFreetypeFace::getFace(), Q3Dns::hostNames(), QTcpServer::incomingConnection(), indic_shape_syllable(), QNativeSocketEngine::initialize(), initializeDb(), QAbstractSocketPrivate::initSocketLayer(), Q3Process::isRunning(), Q3Dns::isWorking(), khmer_shape_syllable(), QProcessPrivate::killProcess(), Q3TextParagraph::lineInfo(), QTcpServer::listen(), Config::loadDefaultProfile(), QLock::lock(), QHostInfo::lookupHost(), Q3Dns::mailServers(), main(), QMatrix::mapToPolygon(), QSvgTinyDocument::matrixForElement(), method1(), method2(), method3(), Q3DockArea::moveDockWindow(), QSplitter::moveSplitter(), myanmar_shape_syllable(), MyPushButton::MyPushButton(), mytrace(), QNativeSocketEnginePrivate::nativeAccept(), QNativeSocketEnginePrivate::nativeBind(), QNativeSocketEnginePrivate::nativeBytesAvailable(), QNativeSocketEnginePrivate::nativeClose(), QNativeSocketEnginePrivate::nativeConnect(), QNativeSocketEnginePrivate::nativeHasPendingDatagrams(), QNativeSocketEnginePrivate::nativeListen(), QNativeSocketEnginePrivate::nativePendingDatagramSize(), QNativeSocketEnginePrivate::nativeRead(), QNativeSocketEnginePrivate::nativeReceiveDatagram(), QNativeSocketEnginePrivate::nativeSendDatagram(), QNativeSocketEnginePrivate::nativeWrite(), QShortcutMap::nextState(), Q3DnsAnswer::notify(), Q3SocketDevice::open(), Q3LocalFs::operationGet(), Q3LocalFs::operationListChildren(), Q3LocalFs::operationMkDir(), Q3LocalFs::operationPut(), Q3LocalFs::operationRemove(), Q3LocalFs::operationRename(), QGraphicsSvgItem::paint(), QGraphicsView::paintEvent(), Q3Url::parse(), QUrlPrivate::parse(), Q3DnsAnswer::parse(), Q3DnsAnswer::parseA(), Q3DnsAnswer::parseAaaa(), QXmlSimpleReaderPrivate::parseAttlistDecl(), QXmlSimpleReaderPrivate::parseAttribute(), QXmlSimpleReaderPrivate::parseAttType(), QXmlSimpleReaderPrivate::parseAttValue(), QXmlSimpleReaderPrivate::parseChoiceSeq(), Q3DnsAnswer::parseCname(), QXmlSimpleReaderPrivate::parseComment(), QXmlSimpleReaderPrivate::parseContent(), QXmlSimpleReaderPrivate::parseDoctype(), QXmlSimpleReaderPrivate::parseElement(), QXmlSimpleReaderPrivate::parseElementDecl(), QXmlSimpleReaderPrivate::parseEntityDecl(), QXmlSimpleReaderPrivate::parseEntityValue(), QXmlSimpleReaderPrivate::parseExternalID(), QXmlSimpleReaderPrivate::parseMarkupdecl(), QXmlSimpleReaderPrivate::parseMisc(), Q3DnsAnswer::parseMx(), QXmlSimpleReaderPrivate::parseName(), QXmlSimpleReaderPrivate::parseNmtoken(), QXmlSimpleReaderPrivate::parseNotationDecl(), Q3DnsAnswer::parseNs(), parsePen(), QXmlSimpleReaderPrivate::parsePEReference(), QXmlSimpleReaderPrivate::parsePI(), QXmlSimpleReaderPrivate::parseProlog(), Q3DnsAnswer::parsePtr(), parseQPen(), QXmlSimpleReaderPrivate::parseReference(), Skin::parseSkinFileHeader(), Q3DnsAnswer::parseSrv(), QXmlSimpleReaderPrivate::parseString(), Q3DnsAnswer::parseTxt(), QKeyMapperPrivate::possibleKeysCore(), QKeyMapperPrivate::possibleKeysXKB(), QSqlQuery::prepare(), printHelp(), Q3NetworkProtocol::processNextOperation(), Q3FtpPI::processReply(), QFtpPI::processReply(), QProcessPrivate::processStarted(), QTextStreamPrivate::putString(), Q3DnsManager::Q3DnsManager(), Q3ProcessManager::Q3ProcessManager(), Q3ProcessPrivate::Q3ProcessPrivate(), Q3SocketDevice::Q3SocketDevice(), Q3UrlOperator::Q3UrlOperator(), QAbstractSocket::QAbstractSocket(), qAppendItems(), qDBusNewConnection(), QFactoryLoader::QFactoryLoader(), qGeomCalc(), qgl_use_font(), QKeyMapperPrivate::QKeyMapperPrivate(), QProc::QProc(), QProcess::QProcess(), QProcessManager::QProcessManager(), qstring_to_xtp(), qt_stroke_side(), qt_tesselate_polygon(), QTcpSocket::QTcpSocket(), QTextStream::QTextStream(), QWidgetPrivate::QWidgetPrivate(), QHttp::read(), read_dib_body(), read_jpeg_image(), Q3Http::readBlock(), Q3Socket::readData(), QProcess::readData(), QAbstractSocket::readData(), QUdpSocket::readDatagram(), QAbstractSocketPrivate::readFromSocket(), QProcessPrivate::readFromStderr(), QProcessPrivate::readFromStdout(), QDBusConnection::registerObject(), QProcessManager::remove(), Q3ProcessManager::remove(), Profile::removeDocFileEntry(), Q3NetworkProtocol::removeMe(), QCoreApplicationPrivate::removePostedEvent(), QShortcutMap::removeShortcut(), QStatusBar::removeWidget(), QAbstractSocketPrivate::resetSocketLayer(), QHostInfoAgent::run(), QProcessManager::run(), Config::saveProfile(), QTextStreamPrivate::scan(), Q3Dns::servers(), Q3SocketDevice::setBlocking(), QDockAreaLayoutInfo::setCurrentTabId(), Q3Dns::setLabel(), QShortcutMap::setShortcutAutoRepeat(), QShortcutMap::setShortcutEnabled(), Q3SocketDevice::setSocket(), QTcpServer::setSocketDescriptor(), Q3Http::setState(), QHttpPrivate::setState(), Q3SqlCursor::setValue(), Q3ProcessManager::sigchldHnd(), QIBaseResult::size(), Skin::Skin(), Skin::skinFileName(), Q3Http::slotConnected(), Q3Http::slotReadyRead(), Q3Socket::sn_read(), Q3FtpDTP::socketBytesWritten(), QFtpDTP::socketBytesWritten(), Q3FtpDTP::socketConnected(), QFtpDTP::socketConnected(), QFtpDTP::socketConnectionClosed(), Q3FtpDTP::socketConnectionClosed(), Q3FtpDTP::socketError(), QFtpDTP::socketError(), QDBusConnectionPrivate::socketRead(), Q3Process::socketRead(), QFtpDTP::socketReadyRead(), Q3FtpDTP::socketReadyRead(), QDBusConnectionPrivate::socketWrite(), Q3Process::socketWrite(), Q3Process::start(), QProcess::start(), QFtpPI::startNextCmd(), Q3FtpPI::startNextCmd(), Q3NetworkProtocol::startOps(), QProcessPrivate::startProcess(), Q3GCache::statistics(), Q3GDict::statistics(), Q3DnsDomain::sweep(), QProcessPrivate::terminateProcess(), Q3Dns::texts(), QDBusMessagePrivate::toDBusMessage(), QPainterPath::toFillPolygons(), QUrl::toPercentEncoding(), Q3DnsManager::transmitQuery(), Q3Socket::tryConnecting(), Q3Socket::tryConnection(), Q3DnsUgleHack::ugle(), QLock::unlock(), QPicturePaintEngine::updateBackground(), QPicturePaintEngine::updateBrush(), QRasterPaintEnginePrivate::updateClip_helper(), QPicturePaintEngine::updateClipPath(), QRasterPaintEngine::updateClipPath(), QRasterPaintEngine::updateClipRegion(), QPicturePaintEngine::updateClipRegion(), QPainterPrivate::updateEmulationSpecifier(), QPicturePaintEngine::updateFont(), QPicturePaintEngine::updateMatrix(), QPicturePaintEngine::updatePen(), QPicturePaintEngine::updateRenderHints(), Q3ListBox::viewportPaintEvent(), QProcessPrivate::waitForBytesWritten(), QAbstractSocket::waitForBytesWritten(), QAbstractSocket::waitForConnected(), QAbstractSocket::waitForDisconnected(), QProcessPrivate::waitForFinished(), QAbstractSocket::waitForReadyRead(), QProcessPrivate::waitForReadyRead(), QProcessPrivate::waitForStarted(), QSocks5SocketEngine::waitForWrite(), Q3Socket::writeData(), Q3FtpDTP::writeData(), QProcess::writeData(), QFtpDTP::writeData(), QAbstractSocket::writeData(), QUdpSocket::writeDatagram(), QProcessPrivate::writeToStdin(), MyObject::~MyObject(), Q3ProcessManager::~Q3ProcessManager(), Q3ProcessPrivate::~Q3ProcessPrivate(), Q3Socket::~Q3Socket(), Q3SocketDevice::~Q3SocketDevice(), Q3UrlOperator::~Q3UrlOperator(), QAbstractSocket::~QAbstractSocket(), QApplication::~QApplication(), QProc::~QProc(), QTcpSocket::~QTcpSocket(), and QTextStream::~QTextStream().

00192 { return QDebug(QtDebugMsg); }

Q_CORE_EXPORT_INLINE QDebug qWarning (  ) 

Definition at line 193 of file qdebug.h.

Referenced by QHttpPrivate::_q_slotBytesWritten(), QLayout::activate(), Q3Action::activate(), QGridLayoutPrivate::add(), QDialogButtonBox::addButton(), Q3ScrollView::addChild(), QLayout::addChildLayout(), QLayout::addChildWidget(), addConnectionsFromCommandline(), QAccessibleWidget::addControllingSignal(), QSqlDatabasePrivate::addDatabase(), QMainWindow::addDockWidget(), QPainterPath::addEllipse(), MainWindowBase::addFontpath(), QGraphicsScene::addItem(), QMainWindowLayout::addItem(), QStackedLayout::addItem(), Q3Wizard::addPage(), QFileSystemWatcher::addPaths(), QPainterPath::addRect(), QResource::addSearchPath(), MainWindowBase::addSubstitute(), Q3Action::addTo(), QGraphicsItemGroup::addToGroup(), QMainWindow::addToolBar(), QGridLayout::addWidget(), QLayoutSupport::adjustIndicator(), QDBusMarshaller::append(), QDBusMarshaller::appendVariantInternal(), QCoreApplication::applicationDirPath(), QCoreApplication::applicationFilePath(), qdesigner_internal::QDesignerResource::applyProperties(), QAbstractFormBuilder::applyTabStops(), QPainterPath::arcTo(), QString::arg(), QCoreApplication::arguments(), QSharedMemory::attach(), QPainter::begin(), QRasterPaintEngine::begin(), QDBusMarshaller::beginArray(), QTextLayout::beginLayout(), QDBusMarshaller::beginMap(), QPSQLDriver::beginTransaction(), QODBCDriver::beginTransaction(), QMYSQLDriver::beginTransaction(), bindFont(), QGLContext::bindTexture(), MainWindowBase::browseFontpath(), QPalette::brush(), Q3GVector::bsearch(), build_scale_table(), MainWindowBase::buildFont(), MainWindowBase::buildPalette(), QMenuPrivate::calcActionRects(), QJpegHandler::canRead(), QGifHandler::canRead(), QPngHandler::canRead(), QXpmHandler::canRead(), QMngHandler::canRead(), QBmpHandler::canRead(), QPpmHandler::canRead(), check_method_code(), check_signal_macro(), checkDockWidgetArea(), QODBCDriverPrivate::checkDriver(), QPicturePrivate::checkFormat(), checkIndex(), checkInsertIndex(), QCoreApplicationPrivate::checkInstance(), QDBusArgumentPrivate::checkRead(), checkSymbolFont(), checkToolBarArea(), checkWidget(), QDBusArgumentPrivate::checkWrite(), QGLContext::chooseContext(), QMYSQLResult::cleanup(), QDateTimeEditPrivate::clearSection(), QPainter::clipPath(), QPainter::clipRegion(), Q3Process::closeStdin(), QDateTimeEditPrivate::closestSection(), QGraphicsScene::collidingItems(), QPSQLDriver::commitTransaction(), QMYSQLDriver::commitTransaction(), QODBCDriver::commitTransaction(), QAbstractFormBuilder::computeProperties(), Config::Config(), QObject::connect(), QMetaObject::connectSlotsByName(), QAbstractSocket::connectToHostImplementation(), QFile::copy(), QMenuBar::cornerWidget(), QMainWindowLayout::count(), QSharedMemory::create(), QXIMInputContext::create_xim(), QLayoutSupport::createEmptyCells(), QXIMInputContext::createICData(), QFormBuilder::createLayout(), QTextLayout::createLine(), QAbstractFormBuilder::createProperty(), QDBusArgumentPrivate::createSignature(), createSvgNode(), createUseNode(), QFormBuilder::createWidget(), Q3PointArray::cubicBezier(), QPainterPath::cubicTo(), Q3ListViewItemIterator::current(), QFSFileEngine::currentPath(), QMYSQLResult::data(), QDirModel::data(), QPSQLResult::data(), QODBCResult::data(), QSqlDatabasePrivate::database(), QDateTimeParser::dateTimeCompare(), Q3DataTable::deleteCurrent(), qdesigner_internal::LayoutInfo::deleteLayout(), qdesigner_internal::BuddyEditor::deleteSelected(), QDBusConnectionPrivate::deliverCall(), QObject::disconnect(), QDBusConnectionPrivate::disconnectRelay(), QPixmap::doImageIO(), QImageData::doImageIO(), QItemDelegate::doLayout(), qdesigner_internal::GridLayout::doLayout(), qdesigner_internal::WidgetBoxTreeView::domToCateogryList(), QEventDispatcherUNIXPrivate::doSelect(), MainWindowBase::downFontpath(), MainWindowBase::downSubstitute(), qdesigner_internal::FormWindowManager::dragItems(), QGraphicsView::dragLeaveEvent(), QSvgAnimation::draw(), QCommonStyle::drawComplexControl(), Q3SVGPaintEnginePrivate::drawPath(), QPaintEngine::drawPath(), QLCDNumberPrivate::drawSegment(), QWidgetPrivate::drawWidget(), QAbstractItemView::edit(), QClipboardWatcher::empty(), QPainter::end(), QSettings::endArray(), qdesigner_internal::BuddyEditor::endConnection(), QSettings::endGroup(), QTextLayout::endLayout(), QUndoStack::endMacro(), QFSFileEngine::entryList(), err_info_about_objects(), err_method_notfound(), Parser::error(), QClipboard::event(), QAction::event(), QSqlQuery::exec(), QDialog::exec(), QIBaseResult::exec(), QEventLoop::exec(), QPicture::exec(), QODBCResult::exec(), QCoreApplication::exec(), QRegion::exec(), Q3TextDeleteCommand::execute(), QDir::exists(), MainWindowBase::familySelected(), QSvgHandler::fatalError(), QXmlSimpleReader::feature(), MainWindowBase::fileExit(), MainWindowBase::fileSave(), Q3GVector::find(), Q3GArray::find(), Q3GVector::findRef(), QThreadStorageData::finish(), QSqlQuery::first(), Q3TextFormatCollection::format(), QMYSQLDriver::formatValue(), QColor::fromCmyk(), QColor::fromCmykF(), QColor::fromHsv(), QColor::fromHsvF(), QColor::fromRgb(), QColor::fromRgbF(), QFont::fromString(), QDateTime::fromString(), QTime::fromString(), qdesigner_internal::SignalSlotEditor::fromUi(), QThreadStorageData::get(), Index::getDocumentTitle(), getPSQLVersion(), getToken(), Q3TextCursor::gotoPosition(), QWidget::grabMouse(), Q3GDict::hashKeyAscii(), Q3GDict::hashKeyString(), MainWindowBase::helpAbout(), MainWindowBase::helpAboutQt(), QMenuPrivate::hideUpToMenuBar(), QCommonStyle::hitTestComplexControl(), QGraphicsItemAnimation::horizontalScaleAt(), QGraphicsItemAnimation::horizontalShearAt(), TrackerClient::httpRequestDone(), ignoreSigPipe(), indexFromStringList(), QMetaObject::indexOfSignal(), QAbstractEventDispatcherPrivate::init(), QGLPixelBufferPrivate::init(), QSqlDatabasePrivate::init(), Q3ServerSocket::init(), QSignalSpy::initArgs(), QPainter::initFrom(), QNativeSocketEngine::initialize(), QGLOverlayWidget::initializeGL(), Q3GVector::insert(), QWidget::insertAction(), QStandardItemPrivate::insertColumns(), Q3DataTable::insertCurrent(), Q3Wizard::insertPage(), QStatusBar::insertPermanentWidget(), QStandardItemPrivate::insertRows(), QStatusBar::insertWidget(), QLayoutSupport::insertWidget(), QGraphicsItem::installSceneEventFilter(), PortingRules::instance(), QDBusXmlParser::interfaces(), QDBusAbstractInterface::internalPropGet(), QDBusAbstractInterface::internalPropSet(), QListViewPrivate::intersectingStaticSet(), QSqlDatabasePrivate::invalidateDb(), QMetaObject::invokeMethod(), QSplitter::isCollapsible(), QPalette::isEqual(), QLibraryPrivate::isPlugin(), qdesigner_internal::ResourceCache< Item >::keyToItem(), Q3TextParagraph::lineBaseLine(), Q3TextParagraph::lineHeight(), Q3TextParagraph::lineHeightOfChar(), Q3TextParagraph::lineInfo(), Q3TextParagraph::lineStartOfChar(), Q3TextParagraph::lineStartOfLine(), QPainterPath::lineTo(), Q3TextParagraph::lineY(), QFile::link(), listAllInterfaces(), QTcpServer::listen(), QResourcePrivate::load(), qdesigner_internal::WidgetBoxTreeView::load(), QVariant::load(), QSvgTinyDocument::load(), QPicture::load(), Config::loadConfig(), QFontEngineFT::Font::loadGlyph(), QTextBrowser::loadResource(), QMutex::lock(), QDate::longDayName(), QDate::longMonthName(), Q3GDict::look_ascii(), Q3GDict::look_int(), Q3GDict::look_ptr(), Q3GDict::look_string(), QHostInfo::lookupHost(), main(), QGLContext::makeCurrent(), qdesigner_internal::Layout::margin(), QGraphicsItemAnimation::matrixAt(), Q3SvgDevice::metric(), QGLPixelBuffer::metric(), QPdfBaseEngine::metric(), QImage::metric(), QGLFramebufferObject::metric(), QWidget::metric(), QPaintDevice::metric(), QPicture::metric(), QClipboard::mimeData(), QDir::mkdir(), QDir::mkpath(), Q3Header::mouseMoveEvent(), QPainterPath::moveTo(), QObject::moveToThread(), Q3GArray::msg_index(), QString::multiArg(), my_error_exit(), myerror(), QNativeSocketEnginePrivate::nativeRead(), MainWindowBase::new_slot(), QSubpathBackwardIterator::next(), QDirModelPrivate::node(), QCoreApplication::notify(), QApplication::notify(), QDBusXmlParser::object(), QAccessibleObject::object(), PaletteEditorAdvancedBase::onCentral(), PaletteEditorAdvancedBase::onChooseCentralColor(), PaletteEditorAdvancedBase::onChooseEffectColor(), PaletteEditorAdvancedBase::onEffect(), PaletteEditorAdvancedBase::onToggleBuildDisabled(), PaletteEditorAdvancedBase::onToggleBuildEffects(), PaletteEditorAdvancedBase::onToggleBuildInactive(), Q3Socket::open(), QStringBuffer::open(), QResourceFileEngine::open(), QFile::open(), QBuffer::open(), QMYSQLDriver::open(), QFSFileEngine::open(), QPdfBaseEnginePrivate::openPrintDevice(), Q3ListViewItemIterator::operator *(), Q3GDictIterator::operator()(), operator+(), Q3GDictIterator::operator++(), Q3Semaphore::operator+=(), operator-(), Q3Semaphore::operator-=(), operator<<(), QPixmap::operator=(), operator>>(), QtSimpleXml::operator[](), Q3TextEdit::optimParseTags(), MainWindowBase::pageChanged(), PaletteEditorAdvancedBase::paletteSelected(), MainWindowBase::paletteSelected(), Q3TextParagraph::paragId(), parse(), parseAnnotations(), parseArgs(), parseBrush(), Index::parseDocument(), Q3SVGPaintEnginePrivate::parseLen(), parseQBrush(), QImage::pixel(), QImage::pixelIndex(), Q3SVGPaintEnginePrivate::play(), QPicture::play(), Q3SVGPaintEngine::play(), QToolButtonPrivate::popupTimerDone(), QTextStream::pos(), QGraphicsItemAnimation::posAt(), positionCluster(), QCoreApplication::postEvent(), QSqlQuery::prepare(), QSqlQuery::previous(), QObject::property(), Q3SqlPropertyMap::property(), Q3Accel::Q3Accel(), Q3CanvasPixmapArray::Q3CanvasPixmapArray(), Q3CheckListItem::Q3CheckListItem(), Q3GArray::Q3GArray(), Q3ProcessManager::Q3ProcessManager(), QAbstractPageSetupDialog::QAbstractPageSetupDialog(), QAnimationWriter::QAnimationWriter(), qbrush_check_type(), qBrushDark(), qBrushLight(), qBrushSetAlphaF(), QClipboardWatcher::QClipboardWatcher(), QByteArray::qCompress(), QCoreApplicationPrivate::QCoreApplicationPrivate(), qDrawPlainRect(), qDrawShadeLine(), qDrawShadePanel(), qDrawShadeRect(), QEventLoop::QEventLoop(), qGetBinaryData(), qGetStringData(), qgl_tess_error(), qIBaseTypeName(), QImage::QImage(), qImageFromMimeSource(), QLayout::QLayout(), QObject::QObject(), qOpenGLVersionFlagsFromString(), QPicture::QPicture(), qPixmapFromMimeSource(), QRenderRule::QRenderRule(), qServerInit(), QSessionManager::QSessionManager(), QSignalSpy::QSignalSpy(), QSocketNotifier::QSocketNotifier(), qSqlWarning(), qt_create_pipe(), qt_curves_for_arc(), qt_drawFontLining(), qt_font_tread_test(), qt_painter_tread_test(), qt_png_warning(), qt_polygon_trapezoidation(), qt_tesselate_polygon(), qt_unix_query(), qt_x_errhandler(), qt_xclb_incr_timeout(), qt_xio_errhandler(), QPainterPath::quadTo(), queuedConnectionTypes(), QByteArray::qUncompress(), QXIMInputContext::QXIMInputContext(), QRasterPaintEnginePrivate::rasterize(), QImageReader::read(), QBmpHandler::read(), QMetaProperty::read(), Q3TextStream::read(), QHttp::read(), read_xpm_body(), Q3Http::readBlock(), QStringBuffer::readData(), Q3Socket::readData(), Q3SocketDevice::readData(), QIODevice::readLine(), Q3TextStream::readLine(), QAccessibleWidget::rect(), QUndoStack::redo(), QShortcutPrivate::redoGrab(), QEventDispatcherGlib::registeredTimers(), QEventDispatcherUNIX::registeredTimers(), QDesignerPluginManager::registerPlugin(), QResource::registerResource(), QEventDispatcherUNIX::registerSocketNotifier(), QEventDispatcherGlib::registerSocketNotifier(), QEventDispatcherUNIX::registerTimer(), QEventDispatcherGlib::registerTimer(), QDBusAdaptorConnector::relay(), QDBusConnectionPrivate::relaySignal(), QDir::remove(), Q3GVector::remove(), QFile::remove(), QDBusConnectionManager::removeConnection(), MainWindowBase::removeFontpath(), Q3Action::removeFrom(), QGraphicsItemGroup::removeFromGroup(), QGraphicsScene::removeItem(), Q3GList::removeNode(), HelpDialog::removeOldCacheFiles(), QCoreApplicationPrivate::removePostedEvent(), MainWindowBase::removeSubstitute(), QFile::rename(), QDir::rename(), QPainter::renderHints(), QWidget::repaint(), QLayoutPrivate::reparentChildWidgets(), report_error(), QPainter::resetMatrix(), qdesigner_internal::PropertyEditor::resetProperty(), Q3GArray::resetRawData(), QPainter::restore(), QDockAreaLayoutInfo::restoreState(), QMainWindowLayout::restoreState(), QSocks5BindStore::retrieve(), QInternalMimeData::retrieveData(), Q3TextDocument::richText(), QDir::rmdir(), QDirModel::rmdir(), QDir::rmpath(), QMYSQLDriver::rollbackTransaction(), QODBCDriver::rollbackTransaction(), QPSQLDriver::rollbackTransaction(), QTestAccessibility::rootObjectHandler(), QGraphicsItemAnimation::rotationAt(), ru_RU_hack(), QVariant::save(), QPainter::save(), Q3Picture::save(), QPicture::save(), Q3SVGPaintEngine::save(), QDockAreaLayoutInfo::saveState(), QMainWindowLayout::saveState(), QImage::scaled(), QPixmap::scaled(), QImage::scaledToHeight(), QPixmap::scaledToHeight(), QImage::scaledToWidth(), QPixmap::scaledToWidth(), Index::searchForPattern(), QDateTimeParser::sectionMaxSize(), QBuffer::seek(), QFSFileEngine::seek(), QIODevice::seek(), QSqlQuery::seek(), QFile::seek(), QItemSelection::select(), QDBusConnectionPrivate::send(), QCoreApplication::sendPostedEvents(), QDBusConnectionPrivate::sendWithReply(), QDBusConnectionPrivate::sendWithReplyAsync(), QThreadStorageData::set(), Q3Action::setAccel(), QGLFormat::setAccumBufferSize(), QGLFormat::setAlphaBufferSize(), QImage::setAlphaChannel(), QPixmap::setAlphaChannel(), QSettings::setArrayIndex(), QPainter::setBackgroundMode(), Q3ProgressDialog::setBar(), QProgressDialog::setBar(), QListView::setBatchSize(), QCursorData::setBitmap(), QGLFormat::setBlueBufferSize(), QPalette::setBrush(), QBuffer::setBuffer(), QStandardItemPrivate::setChild(), QUndoStack::setClean(), QPainter::setClipping(), QPainter::setClipRegion(), QColor::setCmyk(), QColor::setCmykF(), QSplitter::setCollapsible(), QImage::setColor(), QGradient::setColorAt(), QGLWidget::setColormap(), QApplication::setColorSpec(), QPainter::setCompositionMode(), QDBusConnectionPrivate::setConnection(), QODBCDriverPrivate::setConnectionOptions(), QGLWidget::setContext(), Q3CanvasSpline::setControlPoints(), QMainWindow::setCorner(), QMenuBar::setCornerWidget(), qdesigner_internal::FormWindowWidgetStack::setCurrentTool(), QStackedLayout::setCurrentWidget(), QStackedWidget::setCurrentWidget(), QPen::setDashPattern(), QBuffer::setData(), setDatestyle(), GradientWidget::setDefault(), QGLFormat::setDepthBufferSize(), QGLContext::setDevice(), Q3TextEdit::setDocument(), QXmlSimpleReader::setFeature(), QPluginLoader::setFileName(), QFile::setFileName(), QWidget::setFocusProxy(), QSvgRenderer::setFramesPerSecond(), QGLFormat::setGreenBufferSize(), QStandardItemModel::setHorizontalHeaderItem(), QAbstractScrollArea::setHorizontalScrollBar(), QColor::setHsv(), QColor::setHsvF(), QUndoStack::setIndex(), QApplication::setInputContext(), QComboBox::setItemDelegate(), QWidget::setLayout(), QComboBox::setLineEdit(), QPixmap::setMask(), QComboBox::setMaxCount(), QGraphicsSvgItem::setMaximumCacheSize(), QWidgetPrivate::setMaximumSize_helper(), QComboBox::setMaxVisibleItems(), QClipboard::setMimeData(), QWidgetPrivate::setMinimumSize_helper(), QComboBox::setModel(), Q3SqlCursor::setName(), QColor::setNamedColor(), QString::setNum(), Q3CString::setNum(), QByteArray::setNum(), QImage::setNumColors(), QLCDNumber::setNumDigits(), Q3Action::setOn(), setOptionFlag(), QPrinter::setPageSize(), QObjectPrivate::setParent_helper(), QGraphicsItem::setParentItem(), QTimeLine::setPaused(), QImage::setPixel(), QFont::setPixelSize(), QUrl::setPort(), QGraphicsItemAnimation::setPosAt(), QTextCursor::setPosition(), QThread::setPriority(), Q3SqlPropertyMap::setProperty(), QObject::setProperty(), Q3RangeControl::setRange(), LCDRange::setRange(), QFont::setRawName(), QGLFormat::setRedBufferSize(), QPainter::setRenderHints(), QColor::setRgb(), QColor::setRgbF(), QGraphicsItemAnimation::setRotationAt(), QGLFormat::setSamples(), QGraphicsItemAnimation::setScaleAt(), QLineEdit::setSelection(), QAbstractItemView::setSelectionModel(), qdesigner_internal::FormWindowWidgetStack::setSenderAsCurrentTool(), QGraphicsItemAnimation::setShearAt(), QTcpServer::setSocketDescriptor(), QEventDispatcherUNIX::setSocketNotifierPending(), QTextBrowserPrivate::setSource(), Q3TextBrowser::setSource(), QGLFormat::setStencilBufferSize(), QGraphicsItemAnimation::setStep(), QFont::setStretch(), Q3SVGPaintEnginePrivate::setStyleProperty(), QPaintEngine::setSystemClip(), QPaintEngine::setSystemRect(), Q3TabDialog::setTabBar(), QGraphicsItemAnimation::setTranslationAt(), Q3CheckListItem::setTristate(), setup(), QGraphicsView::setupViewport(), QStandardItemModel::setVerticalHeaderItem(), QAbstractScrollArea::setVerticalScrollBar(), QComboBox::setView(), QPainter::setViewport(), QPainter::setViewTransformEnabled(), QSystemTrayIcon::setVisible(), qdesigner_internal::WidgetSelection::setWidget(), QPen::setWidth(), QPen::setWidthF(), QPainter::setWindow(), QWidget::setWindowModified(), QPainter::setWorldMatrix(), QPainter::setWorldMatrixEnabled(), QDate::shortDayName(), QDate::shortMonthName(), MainWindow::showLink(), MainWindow::showLinks(), QToolTip::showText(), Skin::Skin(), Q3Http::slotBytesWritten(), Q3Socket::sn_read(), socketNotifierSourceCheck(), MainWindowBase::somethingModified(), qdesigner_internal::Layout::spacing(), QMainWindow::splitDockWidget(), QDomTextPrivate::splitText(), Translator::squeeze(), QTimeLine::start(), QProcess::start(), QThread::start(), QSvgHandler::startElement(), QObject::startTimer(), Q3TimeEdit::stepDown(), Q3TimeEdit::stepUp(), styleRules(), MainWindowBase::styleSelected(), QCommonStyle::subControlRect(), MainWindowBase::substituteSelected(), QMainWindow::tabifyDockWidget(), Q3GVector::take(), Q3GList::takeNode(), TargetsTable(), QThread::terminate(), Q3GDictIterator::toFirst(), Q3GListIterator::toFirst(), Q3Action::toggle(), Q3GListIterator::toLast(), QByteArray::toLongLong(), QString::toLongLong(), QByteArray::toULongLong(), QString::toULongLong(), QAbstractFormBuilder::toVariant(), QDBusDemarshaller::toVariantInternal(), MainWindowBase::tunePalette(), QUndoStack::undo(), Q3TextDeleteCommand::unexecute(), Q3Socket::ungetch(), QLineF::unitVector(), QEventDispatcherUNIX::unregisterSocketNotifier(), QEventDispatcherGlib::unregisterSocketNotifier(), QEventDispatcherGlib::unregisterTimer(), QEventDispatcherUNIX::unregisterTimer(), QEventDispatcherGlib::unregisterTimers(), QEventDispatcherUNIX::unregisterTimers(), QCursorData::update(), Q3DataTable::updateCurrent(), QWidgetPrivate::updateFrameStrut(), Q3IconView::updateItemContainer(), MainWindowBase::upFontpath(), MainWindowBase::upSubstitute(), QSqlQuery::value(), verifyDirectory(), QListView::verticalOffset(), QGraphicsItemAnimation::verticalScaleAt(), QGraphicsItemAnimation::verticalShearAt(), QWaitCondition::wait(), QThread::wait(), QAbstractSocket::waitForBytesWritten(), QAbstractSocket::waitForDisconnected(), QAbstractSocket::waitForReadyRead(), Q3GVector::warningIndexRange(), qdesigner_internal::BuddyEditor::widgetRemoved(), QPictureIO::write(), Q3SocketDevice::writeBlock(), QPdfEnginePrivate::writeCompressed(), Q3Socket::writeData(), QStringBuffer::writeData(), Q3SocketDevice::writeData(), QBuffer::writeData(), QPNGImageWriter::writeImage(), xmlToUi(), QGraphicsItemAnimation::xTranslationAt(), QGraphicsItemAnimation::yTranslationAt(), Q3ProcessManager::~Q3ProcessManager(), QObject::~QObject(), QPaintDevice::~QPaintDevice(), QProcess::~QProcess(), QTextCodec::~QTextCodec(), QThread::~QThread(), and QWidget::~QWidget().

00193 { return QDebug(QtWarningMsg); }


Generated on Thu Mar 15 12:34:31 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1