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