CoreComponents 3.0.0
A Modern C++ Toolkit
|
Access item value and associated layout properties More...
#include <Layout>
Public Member Functions | |
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. | |
Access item value and associated layout properties
|
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.