![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomelements_p.h>
Public Member Functions | |
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor) |
void | writeOut (DomItem &self, OutWriter &ow) const |
void | writeOutSignal (DomItem &self, OutWriter &ow) const |
Public Attributes | |
QString | name |
QString | typeName |
bool | isPointer = false |
bool | isReadonly = false |
bool | isList = false |
std::shared_ptr< ScriptExpression > | defaultValue |
std::shared_ptr< ScriptExpression > | value |
QList< QmlObject > | annotations |
RegionComments | comments |
Static Public Attributes | |
static constexpr DomType | kindValue = DomType::MethodParameter |
Definition at line 668 of file qqmldomelements_p.h.
bool QQmlJS::Dom::MethodParameter::iterateDirectSubpaths | ( | DomItem & | self, |
DirectVisitor | visitor | ||
) |
Definition at line 690 of file qqmldomelements_p.h.
RegionComments QQmlJS::Dom::MethodParameter::comments |
Definition at line 691 of file qqmldomelements_p.h.
std::shared_ptr<ScriptExpression> QQmlJS::Dom::MethodParameter::defaultValue |
Definition at line 683 of file qqmldomelements_p.h.
bool QQmlJS::Dom::MethodParameter::isList = false |
Definition at line 682 of file qqmldomelements_p.h.
bool QQmlJS::Dom::MethodParameter::isPointer = false |
Definition at line 680 of file qqmldomelements_p.h.
bool QQmlJS::Dom::MethodParameter::isReadonly = false |
Definition at line 681 of file qqmldomelements_p.h.
|
staticconstexpr |
Definition at line 671 of file qqmldomelements_p.h.
QString QQmlJS::Dom::MethodParameter::name |
Definition at line 678 of file qqmldomelements_p.h.
QString QQmlJS::Dom::MethodParameter::typeName |
Definition at line 679 of file qqmldomelements_p.h.
std::shared_ptr<ScriptExpression> QQmlJS::Dom::MethodParameter::value |
Contains the scriptElement representing this argument, inclusive default value, deconstruction, etc.
Definition at line 689 of file qqmldomelements_p.h.