enum EE::UI::CSS::StyleSheetSelectorRule::TypeIdentifier¶
#include <stylesheetselectorrule.hpp> enum TypeIdentifier { TAG = 0, GLOBAL = '*', CLASS = '.', ID = '#', PSEUDO_CLASS = ':', STRUCTURAL_PSEUDO_CLASS = ':', };
#include <stylesheetselectorrule.hpp> enum TypeIdentifier { TAG = 0, GLOBAL = '*', CLASS = '.', ID = '#', PSEUDO_CLASS = ':', STRUCTURAL_PSEUDO_CLASS = ':', };