enum EE::UI::CSS::StyleSheetSelectorRule::PatternMatch

#include <stylesheetselectorrule.hpp>

enum PatternMatch {
    ANY              = '*',
    DESCENDANT       = ' ',
    CHILD            = '>',
    DIRECT_SIBLING   = '+',
    SIBLING          = '~',
    PREVIOUS_SIBLING = '|',
};