Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlSA::Property Class Reference

\inmodule QtQmlCompiler More...

#include <qqmlsa.h>

+ Collaboration diagram for QQmlSA::Property:

Public Member Functions

 Property ()
 
 Property (const Property &)
 
 Property (Property &&) noexcept
 
Propertyoperator= (const Property &)
 
Propertyoperator= (Property &&) noexcept
 
 ~Property ()
 
QString typeName () const
 Returns the name of the type of this property.
 
bool isValid () const
 

Friends

bool operator== (const Property &lhs, const Property &rhs)
 
bool operator!= (const Property &lhs, const Property &rhs)
 

Detailed Description

\inmodule QtQmlCompiler

Represents a QML property.

Definition at line 165 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Property() [1/3]

QQmlSA::Property::Property ( )

Definition at line 459 of file qqmlsa.cpp.

◆ Property() [2/3]

QQmlSA::Property::Property ( const Property other)

Definition at line 461 of file qqmlsa.cpp.

◆ Property() [3/3]

QQmlSA::Property::Property ( Property &&  other)
noexcept

Definition at line 464 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ ~Property()

QQmlSA::Property::~Property ( )
default

Member Function Documentation

◆ isValid()

bool QQmlSA::Property::isValid ( ) const

Definition at line 500 of file qqmlsa.cpp.

References d.

◆ operator=() [1/2]

Property & QQmlSA::Property::operator= ( const Property other)

Definition at line 469 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ operator=() [2/2]

Property & QQmlSA::Property::operator= ( Property &&  other)
noexcept

Definition at line 479 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ typeName()

QString QQmlSA::Property::typeName ( ) const

Returns the name of the type of this property.

Definition at line 494 of file qqmlsa.cpp.

References d.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const Property lhs,
const Property rhs 
)
friend

Definition at line 185 of file qqmlsa.h.

◆ operator==

bool operator== ( const Property lhs,
const Property rhs 
)
friend

Definition at line 180 of file qqmlsa.h.


The documentation for this class was generated from the following files: