|
AeonGUI
A portable video game graphic user interface library.
|
#include </d/a/AeonGUI/AeonGUI/include/aeongui/CSSSelector.hpp>
Classes | |
| struct | Part |
| A compound selector together with the combinator that precedes it. More... | |
Public Attributes | |
| std::vector< Part > | parts {} |
| Parts in left-to-right order as written in CSS. | |
A complex selector: a chain of compound selectors separated by combinators. Stored left-to-right as written in CSS.