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
QCssScanner_Generated Class Reference
+ Collaboration diagram for QCssScanner_Generated:

Public Member Functions

 QCssScanner_Generated (const QString &inp)
 
QChar next ()
 
int handleCommentStart ()
 
int lex ()
 

Public Attributes

QString input
 
int pos
 
int lexemStart
 
int lexemLength
 

Detailed Description

Definition at line 5 of file qcssscanner.cpp.

Constructor & Destructor Documentation

◆ QCssScanner_Generated()

QCssScanner_Generated::QCssScanner_Generated ( const QString & inp)

Definition at line 22 of file qcssscanner.cpp.

References lexemLength, lexemStart, and pos.

Member Function Documentation

◆ handleCommentStart()

int QCssScanner_Generated::handleCommentStart ( )

Definition at line 2266 of file qcssparser.cpp.

References pos, and QCss::S.

Referenced by lex().

+ Here is the caller graph for this function:

◆ lex()

◆ next()

QChar QCssScanner_Generated::next ( )
inline

Definition at line 10 of file qcssscanner.cpp.

References pos.

Referenced by lex().

+ Here is the caller graph for this function:

Member Data Documentation

◆ input

QString QCssScanner_Generated::input

Definition at line 16 of file qcssscanner.cpp.

◆ lexemLength

int QCssScanner_Generated::lexemLength

Definition at line 19 of file qcssscanner.cpp.

Referenced by QCssScanner_Generated(), and lex().

◆ lexemStart

int QCssScanner_Generated::lexemStart

Definition at line 18 of file qcssscanner.cpp.

Referenced by QCssScanner_Generated(), and lex().

◆ pos

int QCssScanner_Generated::pos

Definition at line 17 of file qcssscanner.cpp.

Referenced by QCssScanner_Generated(), lex(), and next().


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