Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHVContainer< T > Class Template Reference

#include <qgridlayoutengine_p.h>

Collaboration diagram for QHVContainer< T >:

Public Member Functions

constexpr QHVContainer (const T &h, const T &v) noexcept(std::is_nothrow_copy_constructible_v< T >)
 QHVContainer ()=default
constexpr T & operator[] (Qt::Orientation o)
constexpr const T & operator[] (Qt::Orientation o) const
constexpr T & other (Qt::Orientation o)
constexpr const T & other (Qt::Orientation o) const
constexpr void transpose () noexcept
constexpr QHVContainer transposed () const noexcept(std::is_nothrow_copy_constructible_v< T >)

Detailed Description

template<typename T>
class QHVContainer< T >

Definition at line 71 of file qgridlayoutengine_p.h.

Constructor & Destructor Documentation

◆ QHVContainer() [1/2]

template<typename T>
QHVContainer< T >::QHVContainer ( const T & h,
const T & v )
inlineconstexprnoexcept

Definition at line 87 of file qgridlayoutengine_p.h.

◆ QHVContainer() [2/2]

template<typename T>
QHVContainer< T >::QHVContainer ( )
default

Member Function Documentation

◆ operator[]() [1/2]

template<typename T>
T & QHVContainer< T >::operator[] ( Qt::Orientation o)
inlineconstexpr

Definition at line 92 of file qgridlayoutengine_p.h.

◆ operator[]() [2/2]

template<typename T>
const T & QHVContainer< T >::operator[] ( Qt::Orientation o) const
inlineconstexpr

Definition at line 93 of file qgridlayoutengine_p.h.

◆ other() [1/2]

template<typename T>
T & QHVContainer< T >::other ( Qt::Orientation o)
inlineconstexpr

Definition at line 95 of file qgridlayoutengine_p.h.

◆ other() [2/2]

template<typename T>
const T & QHVContainer< T >::other ( Qt::Orientation o) const
inlineconstexpr

Definition at line 96 of file qgridlayoutengine_p.h.

◆ transpose()

template<typename T>
void QHVContainer< T >::transpose ( )
inlineconstexprnoexcept

Definition at line 98 of file qgridlayoutengine_p.h.

◆ transposed()

template<typename T>
QHVContainer QHVContainer< T >::transposed ( ) const
inlineconstexprnoexcept

Definition at line 99 of file qgridlayoutengine_p.h.


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