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
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
 
bool isReadonly () const
 
QQmlSA::Element type () 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 159 of file qqmlsa.h.

Constructor & Destructor Documentation

◆ Property() [1/3]

Property::Property ( )

Definition at line 484 of file qqmlsa.cpp.

◆ Property() [2/3]

Property::Property ( const Property & other)

Definition at line 486 of file qqmlsa.cpp.

◆ Property() [3/3]

Property::Property ( Property && other)
noexcept

Definition at line 489 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ ~Property()

Property::~Property ( )
default

Member Function Documentation

◆ isReadonly()

bool Property::isReadonly ( ) const

Definition at line 531 of file qqmlsa.cpp.

References d.

◆ isValid()

bool Property::isValid ( ) const

Definition at line 525 of file qqmlsa.cpp.

References d.

◆ operator=() [1/2]

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

Definition at line 494 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ operator=() [2/2]

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

Definition at line 504 of file qqmlsa.cpp.

References other().

+ Here is the call graph for this function:

◆ type()

QQmlSA::Element Property::type ( ) const

Definition at line 537 of file qqmlsa.cpp.

References d.

◆ typeName()

QString Property::typeName ( ) const

Returns the name of the type of this property.

Definition at line 519 of file qqmlsa.cpp.

References d.

Friends And Related Symbol Documentation

◆ operator!=

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

Definition at line 181 of file qqmlsa.h.

◆ operator==

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

Definition at line 176 of file qqmlsa.h.


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