![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlsemantictokens_p.h>
Public Member Functions | |
Token ()=default | |
Token (const QQmlJS::SourceLocation &loc, int tokenType, int tokenModifier=0) | |
Public Attributes | |
int | offset |
int | length |
int | startLine |
int | startColumn |
int | tokenType |
int | tokenModifier |
Friends | |
bool | operator< (const Token &lhs, const Token &rhs) |
bool | operator== (const Token &lhs, const Token &rhs) |
Definition at line 120 of file qqmlsemantictokens_p.h.
|
default |
|
inline |
Definition at line 123 of file qqmlsemantictokens_p.h.
References length, offset, startColumn, startLine, tokenModifier, and tokenType.
Definition at line 133 of file qqmlsemantictokens_p.h.
References offset.
Definition at line 138 of file qqmlsemantictokens_p.h.
References length, offset, startColumn, startLine, tokenModifier, and tokenType.
int Token::length |
Definition at line 146 of file qqmlsemantictokens_p.h.
Referenced by Token(), operator==, and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
int Token::offset |
Definition at line 145 of file qqmlsemantictokens_p.h.
Referenced by Token(), testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), operator<, operator==, and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
int Token::startColumn |
Definition at line 148 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::startLine |
Definition at line 147 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::tokenModifier |
Definition at line 150 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::tokenType |
Definition at line 149 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.