CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
Layout< T, E >::Stop Class Reference

Layout stop (item access with precomputed layout position) More...

#include <Layout>

Inheritance diagram for Layout< T, E >::Stop:

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.
 

Detailed Description

template<class T, class E>
class cc::Layout< T, E >::Stop

Layout stop (item access with precomputed layout position)

Constructor & Destructor Documentation

◆ Stop()

template<class T , class E >
Stop ( )
default

Create a null layout stop.

Member Function Documentation

◆ pos()

template<class T , class E >
Extent pos ( ) const

Layout position of this item.