|
AeonGUI
A portable video game graphic user interface library.
|
A single simple selector component (type, id, class, or attribute). More...
#include </d/a/AeonGUI/AeonGUI/include/aeongui/CSSSelector.hpp>
Public Types | |
| enum | Type { Universal , TypeSel , Id , Class , Attribute } |
| Kind of simple selector. More... | |
| enum | AttrOp { Exists , Equals , Includes , DashMatch , Prefix , Suffix , Substring } |
| Attribute matching operator. More... | |
Public Attributes | |
| Type | type {Universal} |
| The selector kind. | |
| std::string | name {} |
| Selector name (tag name, id, class, or attribute name). | |
| std::string | value {} |
| AttrOp | attrOp {Exists} |
| The attribute match operation. | |
A single simple selector component (type, id, class, or attribute).
| std::string AeonGUI::SimpleSelector::value {} |
For attribute selectors with a value.