|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
Layout stop (item access with precomputed layout position) More...
#include <Layout>
Public Member Functions | |
| Stop ()=default | |
| Create a null layout stop. | |
| Extent | pos () const |
| Layout position of this item. | |
Public Member Functions inherited from Layout< T, E >::Access | |
| Access ()=default | |
| Create a null item access. | |
| const Item & | item () const |
| Get access to the current item value. | |
| Item & | item () |
| Get access to the current item value. | |
| const Extent & | extent () const |
| Get the current item's extent. | |
| void | setExtent (Extent newValue) |
| Set the current item's extent | |
| Extent | pos () const |
| Get the current item's layout position. | |
Layout stop (item access with precomputed layout position)
|
default |
Create a null layout stop.
| Extent pos | ( | ) | const |
Layout position of this item.