![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Container for the result of processing a pragma declaration. More...
Public Attributes | |
QString | value |
qsizetype | startOffset |
qsizetype | length |
int | nextToken |
Container for the result of processing a pragma declaration.
\list
value
contains the pragma value (e.g., "library", "singleton"). startOffset
is the start position in script to replace. length
is the length of text to replace. nextToken
holds the next token after the pragma. \list Definition at line 113 of file qmlcodeparser.cpp.
qsizetype PragmaInfo::length |
Definition at line 116 of file qmlcodeparser.cpp.
Referenced by testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
int PragmaInfo::nextToken |
Definition at line 117 of file qmlcodeparser.cpp.
qsizetype PragmaInfo::startOffset |
Definition at line 115 of file qmlcodeparser.cpp.
QString PragmaInfo::value |
Definition at line 114 of file qmlcodeparser.cpp.