#include <FloatingObjects.h>
|
| enum | Type {
FloatLeft = 1,
FloatRight = 2,
FloatLeftRight = 3,
FloatLeft = 1,
FloatRight = 2,
FloatLeftRight = 3
} |
| |
| enum | Type {
FloatLeft = 1,
FloatRight = 2,
FloatLeftRight = 3,
FloatLeft = 1,
FloatRight = 2,
FloatLeftRight = 3
} |
| |
|
| std::unique_ptr< FloatingObject > | copyToNewContainer (LayoutSize, bool shouldPaint=false, bool isDescendant=false) const |
| |
| std::unique_ptr< FloatingObject > | cloneForNewParent () const |
| |
| | FloatingObject (RenderBox &) |
| |
| | FloatingObject (RenderBox &, Type, const LayoutRect &, bool shouldPaint, bool isDescendant) |
| |
| Type | type () const |
| |
| RenderBox & | renderer () const |
| |
| bool | isPlaced () const |
| |
| void | setIsPlaced (bool placed=true) |
| |
| LayoutUnit | x () const |
| |
| LayoutUnit | maxX () const |
| |
| LayoutUnit | y () const |
| |
| LayoutUnit | maxY () const |
| |
| LayoutUnit | width () const |
| |
| LayoutUnit | height () const |
| |
| void | setX (LayoutUnit x) |
| |
| void | setY (LayoutUnit y) |
| |
| void | setWidth (LayoutUnit width) |
| |
| void | setHeight (LayoutUnit height) |
| |
| const LayoutRect & | frameRect () const |
| |
| void | setFrameRect (const LayoutRect &frameRect) |
| |
| LayoutUnit | paginationStrut () const |
| |
| void | setPaginationStrut (LayoutUnit strut) |
| |
| bool | isInPlacedTree () const |
| |
| void | setIsInPlacedTree (bool value) |
| |
| bool | shouldPaint () const |
| |
| void | setShouldPaint (bool shouldPaint) |
| |
| bool | isDescendant () const |
| |
| void | setIsDescendant (bool isDescendant) |
| |
| RootInlineBox * | originatingLine () const |
| |
| void | setOriginatingLine (RootInlineBox *line) |
| |
| std::unique_ptr< FloatingObject > | copyToNewContainer (LayoutSize, bool shouldPaint=false, bool isDescendant=false) const |
| |
| std::unique_ptr< FloatingObject > | cloneForNewParent () const |
| |
| | FloatingObject (RenderBox &) |
| |
| | FloatingObject (RenderBox &, Type, const LayoutRect &, bool shouldPaint, bool isDescendant) |
| |
| Type | type () const |
| |
| RenderBox & | renderer () const |
| |
| bool | isPlaced () const |
| |
| void | setIsPlaced (bool placed=true) |
| |
| LayoutUnit | x () const |
| |
| LayoutUnit | maxX () const |
| |
| LayoutUnit | y () const |
| |
| LayoutUnit | maxY () const |
| |
| LayoutUnit | width () const |
| |
| LayoutUnit | height () const |
| |
| void | setX (LayoutUnit x) |
| |
| void | setY (LayoutUnit y) |
| |
| void | setWidth (LayoutUnit width) |
| |
| void | setHeight (LayoutUnit height) |
| |
| const LayoutRect & | frameRect () const |
| |
| void | setFrameRect (const LayoutRect &frameRect) |
| |
| LayoutUnit | paginationStrut () const |
| |
| void | setPaginationStrut (LayoutUnit strut) |
| |
| bool | isInPlacedTree () const |
| |
| void | setIsInPlacedTree (bool value) |
| |
| bool | shouldPaint () const |
| |
| void | setShouldPaint (bool shouldPaint) |
| |
| bool | isDescendant () const |
| |
| void | setIsDescendant (bool isDescendant) |
| |
| RootInlineBox * | originatingLine () const |
| |
| void | setOriginatingLine (RootInlineBox *line) |
| |
◆ Type [1/2]
| Enumerator |
|---|
| FloatLeft | |
| FloatRight | |
| FloatLeftRight | |
| FloatLeft | |
| FloatRight | |
| FloatLeftRight | |
◆ Type [2/2]
| Enumerator |
|---|
| FloatLeft | |
| FloatRight | |
| FloatLeftRight | |
| FloatLeft | |
| FloatRight | |
| FloatLeftRight | |
◆ FloatingObject() [1/4]
| WebCore::FloatingObject::FloatingObject |
( |
RenderBox & |
renderer | ) |
|
|
explicit |
◆ FloatingObject() [2/4]
| WebCore::FloatingObject::FloatingObject |
( |
RenderBox & |
renderer, |
|
|
Type |
type, |
|
|
const LayoutRect & |
frameRect, |
|
|
bool |
shouldPaint, |
|
|
bool |
isDescendant |
|
) |
| |
◆ FloatingObject() [3/4]
| WebCore::FloatingObject::FloatingObject |
( |
RenderBox & |
| ) |
|
|
explicit |
◆ FloatingObject() [4/4]
| WebCore::FloatingObject::FloatingObject |
( |
RenderBox & |
, |
|
|
Type |
, |
|
|
const LayoutRect & |
, |
|
|
bool |
shouldPaint, |
|
|
bool |
isDescendant |
|
) |
| |
◆ cloneForNewParent() [1/2]
| std::unique_ptr< FloatingObject > WebCore::FloatingObject::cloneForNewParent |
( |
| ) |
const |
◆ cloneForNewParent() [2/2]
| std::unique_ptr<FloatingObject> WebCore::FloatingObject::cloneForNewParent |
( |
| ) |
const |
◆ copyToNewContainer() [1/2]
◆ copyToNewContainer() [2/2]
◆ create() [1/2]
◆ create() [2/2]
◆ frameRect() [1/2]
| const LayoutRect& WebCore::FloatingObject::frameRect |
( |
| ) |
const |
|
inline |
◆ frameRect() [2/2]
| const LayoutRect& WebCore::FloatingObject::frameRect |
( |
| ) |
const |
|
inline |
◆ height() [1/2]
| LayoutUnit WebCore::FloatingObject::height |
( |
| ) |
const |
|
inline |
◆ height() [2/2]
| LayoutUnit WebCore::FloatingObject::height |
( |
| ) |
const |
|
inline |
◆ isDescendant() [1/2]
| bool WebCore::FloatingObject::isDescendant |
( |
| ) |
const |
|
inline |
◆ isDescendant() [2/2]
| bool WebCore::FloatingObject::isDescendant |
( |
| ) |
const |
|
inline |
◆ isInPlacedTree() [1/2]
| bool WebCore::FloatingObject::isInPlacedTree |
( |
| ) |
const |
|
inline |
◆ isInPlacedTree() [2/2]
| bool WebCore::FloatingObject::isInPlacedTree |
( |
| ) |
const |
|
inline |
◆ isPlaced() [1/2]
| bool WebCore::FloatingObject::isPlaced |
( |
| ) |
const |
|
inline |
◆ isPlaced() [2/2]
| bool WebCore::FloatingObject::isPlaced |
( |
| ) |
const |
|
inline |
◆ maxX() [1/2]
| LayoutUnit WebCore::FloatingObject::maxX |
( |
| ) |
const |
|
inline |
◆ maxX() [2/2]
| LayoutUnit WebCore::FloatingObject::maxX |
( |
| ) |
const |
|
inline |
◆ maxY() [1/2]
| LayoutUnit WebCore::FloatingObject::maxY |
( |
| ) |
const |
|
inline |
◆ maxY() [2/2]
| LayoutUnit WebCore::FloatingObject::maxY |
( |
| ) |
const |
|
inline |
◆ originatingLine() [1/2]
| RootInlineBox* WebCore::FloatingObject::originatingLine |
( |
| ) |
const |
|
inline |
◆ originatingLine() [2/2]
| RootInlineBox* WebCore::FloatingObject::originatingLine |
( |
| ) |
const |
|
inline |
◆ paginationStrut() [1/2]
| LayoutUnit WebCore::FloatingObject::paginationStrut |
( |
| ) |
const |
|
inline |
◆ paginationStrut() [2/2]
| LayoutUnit WebCore::FloatingObject::paginationStrut |
( |
| ) |
const |
|
inline |
◆ renderer() [1/2]
| RenderBox& WebCore::FloatingObject::renderer |
( |
| ) |
const |
|
inline |
◆ renderer() [2/2]
| RenderBox& WebCore::FloatingObject::renderer |
( |
| ) |
const |
|
inline |
◆ setFrameRect() [1/2]
| void WebCore::FloatingObject::setFrameRect |
( |
const LayoutRect & |
frameRect | ) |
|
|
inline |
◆ setFrameRect() [2/2]
| void WebCore::FloatingObject::setFrameRect |
( |
const LayoutRect & |
frameRect | ) |
|
|
inline |
◆ setHeight() [1/2]
◆ setHeight() [2/2]
◆ setIsDescendant() [1/2]
| void WebCore::FloatingObject::setIsDescendant |
( |
bool |
isDescendant | ) |
|
|
inline |
◆ setIsDescendant() [2/2]
| void WebCore::FloatingObject::setIsDescendant |
( |
bool |
isDescendant | ) |
|
|
inline |
◆ setIsInPlacedTree() [1/2]
| void WebCore::FloatingObject::setIsInPlacedTree |
( |
bool |
value | ) |
|
|
inline |
◆ setIsInPlacedTree() [2/2]
| void WebCore::FloatingObject::setIsInPlacedTree |
( |
bool |
value | ) |
|
|
inline |
◆ setIsPlaced() [1/2]
| void WebCore::FloatingObject::setIsPlaced |
( |
bool |
placed = true | ) |
|
|
inline |
◆ setIsPlaced() [2/2]
| void WebCore::FloatingObject::setIsPlaced |
( |
bool |
placed = true | ) |
|
|
inline |
◆ setOriginatingLine() [1/2]
◆ setOriginatingLine() [2/2]
◆ setPaginationStrut() [1/2]
◆ setPaginationStrut() [2/2]
◆ setShouldPaint() [1/2]
| void WebCore::FloatingObject::setShouldPaint |
( |
bool |
shouldPaint | ) |
|
|
inline |
◆ setShouldPaint() [2/2]
| void WebCore::FloatingObject::setShouldPaint |
( |
bool |
shouldPaint | ) |
|
|
inline |
◆ setWidth() [1/2]
◆ setWidth() [2/2]
◆ setX() [1/2]
◆ setX() [2/2]
◆ setY() [1/2]
◆ setY() [2/2]
◆ shouldPaint() [1/2]
| bool WebCore::FloatingObject::shouldPaint |
( |
| ) |
const |
|
inline |
◆ shouldPaint() [2/2]
| bool WebCore::FloatingObject::shouldPaint |
( |
| ) |
const |
|
inline |
◆ type() [1/2]
| Type WebCore::FloatingObject::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
| Type WebCore::FloatingObject::type |
( |
| ) |
const |
|
inline |
◆ width() [1/2]
| LayoutUnit WebCore::FloatingObject::width |
( |
| ) |
const |
|
inline |
◆ width() [2/2]
| LayoutUnit WebCore::FloatingObject::width |
( |
| ) |
const |
|
inline |
◆ x() [1/2]
◆ x() [2/2]
◆ y() [1/2]
◆ y() [2/2]
The documentation for this class was generated from the following files: