![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcssparser_p.h>
Classes | |
union | NodePtr |
Public Member Functions | |
StyleSelector () | |
virtual | ~StyleSelector () |
QList< StyleRule > | styleRulesForNode (NodePtr node) |
QList< Declaration > | declarationsForNode (NodePtr node, const char *extraPseudo=nullptr) |
virtual bool | nodeNameEquals (NodePtr node, const QString &nodeName) const |
virtual QString | attributeValue (NodePtr node, const QCss::AttributeSelector &aSelector) const =0 |
virtual bool | hasAttributes (NodePtr node) const =0 |
virtual QStringList | nodeIds (NodePtr node) const |
virtual QStringList | nodeNames (NodePtr node) const =0 |
virtual bool | isNullNode (NodePtr node) const =0 |
virtual NodePtr | parentNode (NodePtr node) const =0 |
virtual NodePtr | previousSiblingNode (NodePtr node) const =0 |
virtual NodePtr | duplicateNode (NodePtr node) const =0 |
virtual void | freeNode (NodePtr node) const =0 |
Public Attributes | |
QList< StyleSheet > | styleSheets |
QString | medium |
Qt::CaseSensitivity | nameCaseSensitivity |
Definition at line 654 of file qcssparser_p.h.
|
inline |
Definition at line 657 of file qcssparser_p.h.
|
virtual |
Definition at line 2074 of file qcssparser.cpp.
|
pure virtual |
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
QList< Declaration > StyleSelector::declarationsForNode | ( | NodePtr | node, |
const char * | extraPseudo = nullptr ) |
Definition at line 2297 of file qcssparser.cpp.
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
|
pure virtual |
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
|
pure virtual |
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
|
virtual |
Reimplemented in QSvgStyleSelector.
Definition at line 2083 of file qcssparser.cpp.
Reimplemented in QSvgStyleSelector.
Definition at line 2078 of file qcssparser.cpp.
|
pure virtual |
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
Implemented in QSvgStyleSelector, QTextHtmlStyleSelector, and QTextHtmlStyleSelector.
Definition at line 2236 of file qcssparser.cpp.
QString QCss::StyleSelector::medium |
Definition at line 680 of file qcssparser_p.h.
Qt::CaseSensitivity QCss::StyleSelector::nameCaseSensitivity |
Definition at line 681 of file qcssparser_p.h.
QList<StyleSheet> QCss::StyleSelector::styleSheets |
Definition at line 679 of file qcssparser_p.h.