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

(11470e8445383bfe5bd8c2f50ee024c2ae0c65b0)

#include "qlanguageserver_p.h"
#include "qqmlbasemodule_p.h"
#include "qqmlcodemodel_p.h"
+ 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 \
{ \
}
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
GLuint name

Definition at line 29 of file qqmlhighlightsupport_p.h.

Typedef Documentation

◆ SemanticTokensDeltaRequest

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

Definition at line 43 of file qqmlhighlightsupport_p.h.

◆ SemanticTokensRangeRequest

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

Definition at line 47 of file qqmlhighlightsupport_p.h.

◆ SemanticTokensRequest

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

Definition at line 40 of file qqmlhighlightsupport_p.h.