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::Symbol Struct Reference

#include <qcssparser_p.h>

+ Collaboration diagram for QCss::Symbol:

Public Member Functions

 Symbol ()
 
Q_GUI_EXPORT QString lexem () const
 

Public Attributes

TokenType token
 
QString text
 
int start
 
int len
 

Detailed Description

Definition at line 708 of file qcssparser_p.h.

Constructor & Destructor Documentation

◆ Symbol()

QCss::Symbol::Symbol ( )
inline

Definition at line 710 of file qcssparser_p.h.

Member Function Documentation

◆ lexem()

QString Symbol::lexem ( ) const

Definition at line 2293 of file qcssparser.cpp.

References QString::at(), i, len, and text.

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

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

Member Data Documentation

◆ len

int QCss::Symbol::len

Definition at line 713 of file qcssparser_p.h.

Referenced by lexem(), QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().

◆ start

int QCss::Symbol::start

Definition at line 713 of file qcssparser_p.h.

Referenced by QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().

◆ text

QString QCss::Symbol::text

Definition at line 712 of file qcssparser_p.h.

Referenced by lexem(), QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().

◆ token

TokenType QCss::Symbol::token

Definition at line 711 of file qcssparser_p.h.

Referenced by QCss::Scanner::scan().


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