#include <StyleRelations.h>
|
enum | Type {
AffectedByActive,
AffectedByDrag,
AffectedByEmpty,
AffectedByFocusWithin,
AffectedByHover,
AffectedByPreviousSibling,
AffectsNextSibling,
ChildrenAffectedByBackwardPositionalRules,
ChildrenAffectedByFirstChildRules,
ChildrenAffectedByPropertyBasedBackwardPositionalRules,
ChildrenAffectedByLastChildRules,
FirstChild,
LastChild,
NthChildIndex,
Unique
} |
|
◆ Type
Enumerator |
---|
AffectedByActive | |
AffectedByDrag | |
AffectedByEmpty | |
AffectedByFocusWithin | |
AffectedByHover | |
AffectedByPreviousSibling | |
AffectsNextSibling | |
ChildrenAffectedByBackwardPositionalRules | |
ChildrenAffectedByFirstChildRules | |
ChildrenAffectedByPropertyBasedBackwardPositionalRules | |
ChildrenAffectedByLastChildRules | |
FirstChild | |
LastChild | |
NthChildIndex | |
Unique | |
◆ Relation()
WebCore::Style::Relation::Relation |
( |
const Element & |
element, |
|
|
Type |
type, |
|
|
unsigned |
value = 1 |
|
) |
| |
|
inline |
◆ element
const Element* WebCore::Style::Relation::element |
◆ type
Type WebCore::Style::Relation::type |
◆ value
unsigned WebCore::Style::Relation::value |
The documentation for this struct was generated from the following file: