Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 51 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 54 of file qqmlcomponent_p.h.

◆ AnnotatedQmlError() [3/3]

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

Definition at line 55 of file qqmlcomponent_p.h.

Member Data Documentation

◆ error

QQmlError QQmlComponentPrivate::AnnotatedQmlError::error

Definition at line 60 of file qqmlcomponent_p.h.

◆ isTransient

bool QQmlComponentPrivate::AnnotatedQmlError::isTransient = false

Definition at line 61 of file qqmlcomponent_p.h.


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