Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qdbuserror.cpp File Reference

(b955648224929e07b133744742344b9a45ae9c9e)

#include "qdbuserror.h"
#include <qdebug.h>
#include <qvarlengtharray.h>
#include <private/qoffsetstringarray_p.h>
#include "qdbus_symbols_p.h"
#include "qdbusmessage.h"
#include "qdbusmessage_p.h"
#include "moc_qdbuserror.cpp"
+ Include dependency graph for qdbuserror.cpp:

Go to the source code of this file.

Functions

static QDBusError::ErrorType get (const char *name)
 
QDebug operator<< (QDebug dbg, const QDBusError &msg)
 

Variables

static QT_BEGIN_NAMESPACE constexpr const auto errorMessages
 

Function Documentation

◆ get()

static QDBusError::ErrorType get ( const char * name)
inlinestatic

Definition at line 55 of file qdbuserror.cpp.

References errorMessages, i, QDBusError::NoError, and QDBusError::Other.

Referenced by QDBusError::QDBusError(), QDBusError::QDBusError(), QWindowsMediaDevices::QWindowsMediaDevices(), atWrapped(), QV4::Runtime::IteratorClose::call(), QV4::Runtime::IteratorNextForYieldStar::call(), QV4::Runtime::CallProperty::call(), QV4::Runtime::IteratorNext::call(), QQmlJS::Dom::AttachedInfoT< Info >::canonicalPathForTesting(), AVFScopedPointer< T >::data(), QV4::Heap::DECLARE_HEAP_OBJECT(), doWriteProperty(), QQmlJSScope::enclosingInlineComponentName(), QTextDocumentPrivate::get(), QQmlTypeLoader::get(), QOpenGLVersionFunctionsFactory::get(), QTextDocumentPrivate::get(), QV4::Object::getIndexed(), QQmlJSScope::inherits(), ThreadBarriers::initialize(), QQmlJSScope::isInCustomParserParent(), QQmlJSScope::isStructured(), QQmlData::keepAliveDuringGarbageCollection(), QQmlJSScope::moduleName(), QQuick3DParticleLineParticle::nextCurrentIndex(), QtPrivate::SlotObjSharedPtr::operator->(), QDBusError::operator=(), QT_BEGIN_NAMESPACE::ThreadPoolSingleton::run(), QV4::Object::setInternalClass(), QWidgetPrivate::setTextureChildSeen(), QV4::RegExpObject::source(), QV4::ObjectPrototype::toPropertyDescriptor(), QTest::tupleToString(), QQmlMetaType::typeModule(), QFFmpeg::PlaybackEngine::updateActiveAudioOutput(), QFFmpeg::PlaybackEngine::updateActiveVideoOutput(), and QV4::DefaultClassConstructorFunction::virtualCallAsConstructor().

+ Here is the caller graph for this function:

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QDBusError & msg )

Definition at line 307 of file qdbuserror.cpp.

References QDBusError::message(), and QDBusError::name().

+ Here is the call graph for this function:

Variable Documentation

◆ errorMessages

QT_BEGIN_NAMESPACE constexpr const auto errorMessages
staticconstexpr