![]() |
Qt 6.x
The Qt SDK
|
#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 |
Definition at line 705 of file qcssparser_p.h.
|
inline |
Definition at line 707 of file qcssparser_p.h.
| QString Symbol::lexem | ( | ) | const |
Definition at line 2283 of file qcssparser.cpp.
References QString::at(), i, len, and text.
Referenced by Parser::lexem(), Moc::lexemUntil(), QCss::Parser::lexemUntil(), QSvgHandler::parseCSStoXMLAttrs(), and QCss::Parser::parseFunction().
Here is the call graph for this function:
Here is the caller graph for this function:| int QCss::Symbol::len |
Definition at line 710 of file qcssparser_p.h.
Referenced by lexem(), QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().
| int QCss::Symbol::start |
Definition at line 710 of file qcssparser_p.h.
Referenced by QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().
| QString QCss::Symbol::text |
Definition at line 709 of file qcssparser_p.h.
Referenced by lexem(), QSvgHandler::parseCSStoXMLAttrs(), and QCss::Scanner::scan().
| TokenType QCss::Symbol::token |
Definition at line 708 of file qcssparser_p.h.
Referenced by Parser::lookup(), Parser::next(), SymbolStack::next(), Parser::peek(), QCss::Scanner::scan(), Preprocessor::skipBranch(), Preprocessor::skipUntilEndif(), Parser::test(), QCss::Parser::test(), Moc::testFunctionAttribute(), Parser::token(), Moc::until(), and QCss::Parser::until().