template<class UserInterface>
Magnum::Ui::BasicSnapLayoutColumn class new in Git master

Column layout using SnapLayouter.

Places children in a column from top to bottom, aligned to the center horizontally. Meant to be used through concrete a typedef such as SnapLayoutColumn.

Base classes

template<class UserInterface>
class BasicSnapLayout<UserInterface> new in Git master
Layout using SnapLayouter.

Constructors, destructors, conversion operators

BasicSnapLayoutColumn(const BasicSnapLayout<UserInterface>& layout)
Construct from an unspecialized layout.
template<class T, typename std::enable_if<std::is_base_of<BasicSnapLayout<UserInterface>, T>::value, int>::type = 0>
BasicSnapLayoutColumn(const T&) deleted
Conversion from another specialized layout is not allowed.

Function documentation

template<class UserInterface _1>
Magnum::Ui::BasicSnapLayoutColumn<_1>::BasicSnapLayoutColumn(const BasicSnapLayout<UserInterface>& layout)

Construct from an unspecialized layout.

Calls setChildSnap() with Snap::Bottom and addFlags() with SnapLayoutFlag::PropagateMarginX and PropagateMarginY unless IgnoreOverflowX and IgnoreOverflowY is already specified in given direction.