#include <ScrollingConstraints.h>
|
enum | ConstraintType { FixedPositionConstraint,
StickyPositionConstraint,
FixedPositionConstraint,
StickyPositionConstraint
} |
|
enum | AnchorEdgeFlags {
AnchorEdgeLeft = 1 << 0,
AnchorEdgeRight = 1 << 1,
AnchorEdgeTop = 1 << 2,
AnchorEdgeBottom = 1 << 3,
AnchorEdgeLeft = 1 << 0,
AnchorEdgeRight = 1 << 1,
AnchorEdgeTop = 1 << 2,
AnchorEdgeBottom = 1 << 3
} |
|
enum | ConstraintType { FixedPositionConstraint,
StickyPositionConstraint,
FixedPositionConstraint,
StickyPositionConstraint
} |
|
enum | AnchorEdgeFlags {
AnchorEdgeLeft = 1 << 0,
AnchorEdgeRight = 1 << 1,
AnchorEdgeTop = 1 << 2,
AnchorEdgeBottom = 1 << 3,
AnchorEdgeLeft = 1 << 0,
AnchorEdgeRight = 1 << 1,
AnchorEdgeTop = 1 << 2,
AnchorEdgeBottom = 1 << 3
} |
|
typedef unsigned | AnchorEdges |
|
typedef unsigned | AnchorEdges |
|
◆ AnchorEdges [1/2]
◆ AnchorEdges [2/2]
◆ AnchorEdgeFlags [1/2]
Enumerator |
---|
AnchorEdgeLeft | |
AnchorEdgeRight | |
AnchorEdgeTop | |
AnchorEdgeBottom | |
AnchorEdgeLeft | |
AnchorEdgeRight | |
AnchorEdgeTop | |
AnchorEdgeBottom | |
◆ AnchorEdgeFlags [2/2]
Enumerator |
---|
AnchorEdgeLeft | |
AnchorEdgeRight | |
AnchorEdgeTop | |
AnchorEdgeBottom | |
AnchorEdgeLeft | |
AnchorEdgeRight | |
AnchorEdgeTop | |
AnchorEdgeBottom | |
◆ ConstraintType [1/2]
Enumerator |
---|
FixedPositionConstraint | |
StickyPositionConstraint | |
FixedPositionConstraint | |
StickyPositionConstraint | |
◆ ConstraintType [2/2]
Enumerator |
---|
FixedPositionConstraint | |
StickyPositionConstraint | |
FixedPositionConstraint | |
StickyPositionConstraint | |
◆ ViewportConstraints() [1/4]
◆ ~ViewportConstraints() [1/2]
virtual WebCore::ViewportConstraints::~ViewportConstraints |
( |
| ) |
|
|
inlinevirtual |
◆ ViewportConstraints() [2/4]
WebCore::ViewportConstraints::ViewportConstraints |
( |
| ) |
|
|
inlineprotected |
◆ ViewportConstraints() [3/4]
◆ ~ViewportConstraints() [2/2]
virtual WebCore::ViewportConstraints::~ViewportConstraints |
( |
| ) |
|
|
inlinevirtual |
◆ ViewportConstraints() [4/4]
WebCore::ViewportConstraints::ViewportConstraints |
( |
| ) |
|
|
inlineprotected |
◆ addAnchorEdge() [1/2]
◆ addAnchorEdge() [2/2]
◆ alignmentOffset() [1/2]
FloatSize WebCore::ViewportConstraints::alignmentOffset |
( |
| ) |
const |
|
inline |
◆ alignmentOffset() [2/2]
FloatSize WebCore::ViewportConstraints::alignmentOffset |
( |
| ) |
const |
|
inline |
◆ anchorEdges() [1/2]
AnchorEdges WebCore::ViewportConstraints::anchorEdges |
( |
| ) |
const |
|
inline |
◆ anchorEdges() [2/2]
AnchorEdges WebCore::ViewportConstraints::anchorEdges |
( |
| ) |
const |
|
inline |
◆ constraintType() [1/2]
virtual ConstraintType WebCore::ViewportConstraints::constraintType |
( |
| ) |
const |
|
pure virtual |
◆ constraintType() [2/2]
virtual ConstraintType WebCore::ViewportConstraints::constraintType |
( |
| ) |
const |
|
pure virtual |
◆ hasAnchorEdge() [1/2]
bool WebCore::ViewportConstraints::hasAnchorEdge |
( |
AnchorEdgeFlags |
flag | ) |
const |
|
inline |
◆ hasAnchorEdge() [2/2]
bool WebCore::ViewportConstraints::hasAnchorEdge |
( |
AnchorEdgeFlags |
flag | ) |
const |
|
inline |
◆ setAlignmentOffset() [1/2]
void WebCore::ViewportConstraints::setAlignmentOffset |
( |
const FloatSize & |
offset | ) |
|
|
inline |
◆ setAlignmentOffset() [2/2]
void WebCore::ViewportConstraints::setAlignmentOffset |
( |
const FloatSize & |
offset | ) |
|
|
inline |
◆ setAnchorEdges() [1/2]
◆ setAnchorEdges() [2/2]
◆ m_alignmentOffset
FloatSize WebCore::ViewportConstraints::m_alignmentOffset |
|
protected |
◆ m_anchorEdges
AnchorEdges WebCore::ViewportConstraints::m_anchorEdges |
|
protected |
The documentation for this class was generated from the following file: