|
| LengthBox () |
|
| LengthBox (LengthType type) |
|
| LengthBox (int v) |
|
| LengthBox (int top, int right, int bottom, int left) |
|
| LengthBox (Length &&top, Length &&right, Length &&bottom, Length &&left) |
|
bool | isZero () const |
|
| LengthBox () |
|
| LengthBox (LengthType type) |
|
| LengthBox (int v) |
|
| LengthBox (int top, int right, int bottom, int left) |
|
| LengthBox (Length &&top, Length &&right, Length &&bottom, Length &&left) |
|
bool | isZero () const |
|
| BoxExtent () |
|
| BoxExtent (const Length &top, const Length &right, const Length &bottom, const Length &left) |
|
| BoxExtent (Length &&top, Length &&right, Length &&bottom, Length &&left) |
|
| BoxExtent () |
|
| BoxExtent (const Length &top, const Length &right, const Length &bottom, const Length &left) |
|
| BoxExtent (Length &&top, Length &&right, Length &&bottom, Length &&left) |
|
Length & | at (PhysicalBoxSide side) |
|
const Length & | at (PhysicalBoxSide side) const |
|
Length & | at (PhysicalBoxSide side) |
|
const Length & | at (PhysicalBoxSide side) const |
|
Length & | top () |
|
const Length & | top () const |
|
Length & | top () |
|
const Length & | top () const |
|
Length & | right () |
|
const Length & | right () const |
|
Length & | right () |
|
const Length & | right () const |
|
Length & | bottom () |
|
const Length & | bottom () const |
|
Length & | bottom () |
|
const Length & | bottom () const |
|
Length & | left () |
|
const Length & | left () const |
|
Length & | left () |
|
const Length & | left () const |
|
void | setAt (PhysicalBoxSide side, const Length &v) |
|
void | setAt (PhysicalBoxSide side, const Length &v) |
|
void | setTop (const Length &top) |
|
void | setTop (const Length &top) |
|
void | setRight (const Length &right) |
|
void | setRight (const Length &right) |
|
void | setBottom (const Length &bottom) |
|
void | setBottom (const Length &bottom) |
|
void | setLeft (const Length &left) |
|
void | setLeft (const Length &left) |
|
Length & | before (WritingMode writingMode) |
|
const Length & | before (WritingMode writingMode) const |
|
Length & | before (WritingMode writingMode) |
|
const Length & | before (WritingMode writingMode) const |
|
Length & | after (WritingMode writingMode) |
|
const Length & | after (WritingMode writingMode) const |
|
Length & | after (WritingMode writingMode) |
|
const Length & | after (WritingMode writingMode) const |
|
Length & | start (WritingMode writingMode, TextDirection direction=LTR) |
|
const Length & | start (WritingMode writingMode, TextDirection direction=LTR) const |
|
Length & | start (WritingMode writingMode, TextDirection direction=LTR) |
|
const Length & | start (WritingMode writingMode, TextDirection direction=LTR) const |
|
Length & | end (WritingMode writingMode, TextDirection direction=LTR) |
|
const Length & | end (WritingMode writingMode, TextDirection direction=LTR) const |
|
Length & | end (WritingMode writingMode, TextDirection direction=LTR) |
|
const Length & | end (WritingMode writingMode, TextDirection direction=LTR) const |
|
void | setBefore (const Length &before, WritingMode writingMode) |
|
void | setBefore (const Length &before, WritingMode writingMode) |
|
void | setAfter (const Length &after, WritingMode writingMode) |
|
void | setAfter (const Length &after, WritingMode writingMode) |
|
void | setStart (const Length &start, WritingMode writingMode, TextDirection direction=LTR) |
|
void | setStart (const Length &start, WritingMode writingMode, TextDirection direction=LTR) |
|
void | setEnd (const Length &end, WritingMode writingMode, TextDirection direction=LTR) |
|
void | setEnd (const Length &end, WritingMode writingMode, TextDirection direction=LTR) |
|
bool | operator== (const BoxExtent &other) const |
|
bool | operator== (const BoxExtent &other) const |
|
bool | operator!= (const BoxExtent &other) const |
|
bool | operator!= (const BoxExtent &other) const |
|