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
QCss::Scanner Class Reference

#include <qcssparser_p.h>

+ Collaboration diagram for QCss::Scanner:

Static Public Member Functions

static QString preprocess (const QString &input, bool *hasEscapeSequences=nullptr)
 
static void scan (const QString &preprocessedInput, QList< Symbol > *symbols)
 

Detailed Description

Definition at line 718 of file qcssparser_p.h.

Member Function Documentation

◆ preprocess()

QString Scanner::preprocess ( const QString & input,
bool * hasEscapeSequences = nullptr )
static

Definition at line 2223 of file qcssparser.cpp.

References i, isHexDigit(), ok, output, and qMin().

Referenced by QCss::Parser::init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ scan()

void Scanner::scan ( const QString & preprocessedInput,
QList< Symbol > * symbols )
static

Definition at line 2278 of file qcssparser.cpp.

References QCss::Symbol::len, QCss::Symbol::start, QCss::Symbol::text, and QCss::Symbol::token.

Referenced by QCss::Parser::init().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: