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

Public Attributes

QString name
IdentifierType type

Detailed Description

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

Definition at line 605 of file qqmllsutils.cpp.

Member Data Documentation

◆ name

QString QQmlLSUtils::SignalOrProperty::name

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

Definition at line 611 of file qqmllsutils.cpp.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

◆ type

IdentifierType QQmlLSUtils::SignalOrProperty::type

Definition at line 612 of file qqmllsutils.cpp.


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