|
Krita Source Code Documentation
|
Universal selector, matching anything. More...
Inheritance diagram for UniversalSelector:Public Member Functions | |
| bool | match (const QDomElement &) override |
| Matches the given element. | |
| QString | toString () const override |
| Returns string representation of selector. | |
Public Member Functions inherited from CssSelectorBase | |
| virtual int | priority () |
| virtual | ~CssSelectorBase () |
Universal selector, matching anything.
Definition at line 38 of file SvgCssHelper.cpp.
|
inlineoverridevirtual |
Matches the given element.
Implements CssSelectorBase.
Definition at line 41 of file SvgCssHelper.cpp.
|
inlineoverridevirtual |
Returns string representation of selector.
Reimplemented from CssSelectorBase.
Definition at line 46 of file SvgCssHelper.cpp.