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
ConvertAndAssignResult Struct Reference
Collaboration diagram for ConvertAndAssignResult:

Public Member Functions

 operator bool () const
 operator bool () const

Public Attributes

bool couldConvert = false
bool couldWrite = false

Detailed Description

Definition at line 1400 of file qqmlproperty.cpp.

Member Function Documentation

◆ operator bool() [1/2]

ConvertAndAssignResult::operator bool ( ) const
inline

Definition at line 1404 of file qqmlproperty.cpp.

References couldConvert.

◆ operator bool() [2/2]

ConvertAndAssignResult::operator bool ( ) const
inline

Definition at line 1404 of file qqmlproperty.cpp.

Member Data Documentation

◆ couldConvert

bool ConvertAndAssignResult::couldConvert = false

Definition at line 1401 of file qqmlproperty.cpp.

Referenced by operator bool().

◆ couldWrite

bool ConvertAndAssignResult::couldWrite = false

Definition at line 1402 of file qqmlproperty.cpp.


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