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

Public Attributes

QString name
 
QQmlLSUtilsIdentifierType type
 

Detailed Description

Represents a signal, signal handler, property, property changed signal or a property changed handler.

Definition at line 598 of file qqmllsutils.cpp.

Member Data Documentation

◆ name

QString SignalOrProperty::name

The name of the signal or property, independent of whether this is a changed signal or handler.

Definition at line 604 of file qqmllsutils.cpp.

◆ type

QQmlLSUtilsIdentifierType SignalOrProperty::type

Definition at line 605 of file qqmllsutils.cpp.


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