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
qqmlhighlightsupport_p.h File Reference

(1cd950dbbb0a0df0b1b8a7bf401326795f1e6952)

Include dependency graph for qqmlhighlightsupport_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SemanticTokenFullHandler
class  SemanticTokenDeltaHandler
class  SemanticTokenRangeHandler
class  QQmlHighlightSupport

Macros

#define HIDE_UNUSED_OVERRIDES

Typedefs

using SemanticTokensRequest
using SemanticTokensDeltaRequest
using SemanticTokensRangeRequest

Macro Definition Documentation

◆ HIDE_UNUSED_OVERRIDES

#define HIDE_UNUSED_OVERRIDES
Value:
private: \
QString name() const override \
{ \
return {}; \
} \
void setupCapabilities(const QLspSpecification::InitializeParams &, \
QLspSpecification::InitializeResult &) override \
{ \
}
EGLImageKHR EGLint * name

Definition at line 30 of file qqmlhighlightsupport_p.h.

Typedef Documentation

◆ SemanticTokensDeltaRequest

Initial value:
BaseRequest<QLspSpecification::SemanticTokensDeltaParams,
QLspSpecification::Responses::SemanticTokensDeltaResponseType>

Definition at line 44 of file qqmlhighlightsupport_p.h.

◆ SemanticTokensRangeRequest

Initial value:
BaseRequest<QLspSpecification::SemanticTokensRangeParams,
QLspSpecification::Responses::SemanticTokensRangeResponseType>

Definition at line 48 of file qqmlhighlightsupport_p.h.

◆ SemanticTokensRequest

Initial value:
BaseRequest<QLspSpecification::SemanticTokensParams,
QLspSpecification::Responses::SemanticTokensResponseType>

Definition at line 41 of file qqmlhighlightsupport_p.h.