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
QQmlJSStructuredTypeError Struct Reference

#include <qqmljsvaluetypefromstringcheck_p.h>

Collaboration diagram for QQmlJSStructuredTypeError:

Public Member Functions

bool isValid () const

Static Public Member Functions

static QQmlJSStructuredTypeError withInvalidString ()
static QQmlJSStructuredTypeError withValidString ()
static QQmlJSStructuredTypeError fromSuggestedString (const QString &enhancedString)

Public Attributes

QString code
bool constructedFromInvalidString = false

Detailed Description

Definition at line 26 of file qqmljsvaluetypefromstringcheck_p.h.

Member Function Documentation

◆ fromSuggestedString()

QQmlJSStructuredTypeError QQmlJSStructuredTypeError::fromSuggestedString ( const QString & enhancedString)
inlinestatic

Definition at line 34 of file qqmljsvaluetypefromstringcheck_p.h.

◆ isValid()

bool QQmlJSStructuredTypeError::isValid ( ) const
inline

Definition at line 31 of file qqmljsvaluetypefromstringcheck_p.h.

◆ withInvalidString()

QQmlJSStructuredTypeError QQmlJSStructuredTypeError::withInvalidString ( )
inlinestatic

Definition at line 32 of file qqmljsvaluetypefromstringcheck_p.h.

◆ withValidString()

QQmlJSStructuredTypeError QQmlJSStructuredTypeError::withValidString ( )
inlinestatic

Definition at line 33 of file qqmljsvaluetypefromstringcheck_p.h.

Member Data Documentation

◆ code

QString QQmlJSStructuredTypeError::code

Definition at line 28 of file qqmljsvaluetypefromstringcheck_p.h.

◆ constructedFromInvalidString

bool QQmlJSStructuredTypeError::constructedFromInvalidString = false

Definition at line 29 of file qqmljsvaluetypefromstringcheck_p.h.


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