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
QQmlComponentPrivate::AnnotatedQmlError Struct Reference

#include <qqmlcomponent_p.h>

+ Collaboration diagram for QQmlComponentPrivate::AnnotatedQmlError:

Public Member Functions

 AnnotatedQmlError ()=default
 
 AnnotatedQmlError (QQmlError error)
 
 AnnotatedQmlError (QQmlError error, bool transient)
 

Public Attributes

QQmlError error
 
bool isTransient = false
 

Detailed Description

Definition at line 84 of file qqmlcomponent_p.h.

Constructor & Destructor Documentation

◆ AnnotatedQmlError() [1/3]

QQmlComponentPrivate::AnnotatedQmlError::AnnotatedQmlError ( )
default

◆ AnnotatedQmlError() [2/3]

QQmlComponentPrivate::AnnotatedQmlError::AnnotatedQmlError ( QQmlError error)
inline

Definition at line 88 of file qqmlcomponent_p.h.

◆ AnnotatedQmlError() [3/3]

QQmlComponentPrivate::AnnotatedQmlError::AnnotatedQmlError ( QQmlError error,
bool transient )
inline

Definition at line 94 of file qqmlcomponent_p.h.

Member Data Documentation

◆ error

QQmlError QQmlComponentPrivate::AnnotatedQmlError::error

Definition at line 98 of file qqmlcomponent_p.h.

◆ isTransient

bool QQmlComponentPrivate::AnnotatedQmlError::isTransient = false

Definition at line 99 of file qqmlcomponent_p.h.


The documentation for this struct was generated from the following file: