TermOx
Public Member Functions | List of all members
ox::layout::detail::Unique_space< Parameters > Class Template Reference

Gives space to child Widgets where each gets full use of the length. More...

#include <unique_space.hpp>

Public Member Functions

auto calculate_lengths (Widget &parent) -> Length_list
 
auto calculate_positions (Length_list const &lengths) -> Position_list
 
auto get_offset () const -> std::size_t
 Return the child Widget offset, the first widget included in the layout.
 
void set_offset (std::size_t index)
 Sets the child Widget offset, does not do bounds checking.
 

Detailed Description

template<typename Parameters>
class ox::layout::detail::Unique_space< Parameters >

Gives space to child Widgets where each gets full use of the length.


The documentation for this class was generated from the following file: