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
QQC2::QListSpecialMethodsBase< T > Struct Template Reference

#include <qquickwindowsstyle_p_p.h>

Inheritance diagram for QQC2::QListSpecialMethodsBase< T >:
Collaboration diagram for QQC2::QListSpecialMethodsBase< T >:

Public Member Functions

template<typename AT = T>
qsizetype indexOf (const AT &t, qsizetype from=0) const noexcept
template<typename AT = T>
qsizetype lastIndexOf (const AT &t, qsizetype from=-1) const noexcept
template<typename AT = T>
bool contains (const AT &t) const noexcept

Protected Types

using Self = QList<T>

Protected Member Functions

 QListSpecialMethodsBase ()=default
Selfself ()
const Selfself () const

Detailed Description

template<typename T>
struct QQC2::QListSpecialMethodsBase< T >

Definition at line 32 of file qquickwindowsstyle_p_p.h.

Member Typedef Documentation

◆ Self

template<typename T>
using QQC2::QListSpecialMethodsBase< T >::Self = QList<T>
protected

Definition at line 38 of file qquickwindowsstyle_p_p.h.

Constructor & Destructor Documentation

◆ QListSpecialMethodsBase()

template<typename T>
QQC2::QListSpecialMethodsBase< T >::QListSpecialMethodsBase ( )
protecteddefault

Member Function Documentation

◆ contains()

template<typename T>
template<typename AT = T>
bool QQC2::QListSpecialMethodsBase< T >::contains ( const AT & t) const
inlinenoexcept

Definition at line 49 of file qquickwindowsstyle_p_p.h.

◆ indexOf()

template<typename T>
template<typename AT>
qsizetype QListSpecialMethodsBase< T >::indexOf ( const AT & t,
qsizetype from = 0 ) const
noexcept

Definition at line 1020 of file qquickwindowsstyle_p_p.h.

◆ lastIndexOf()

template<typename T>
template<typename AT>
qsizetype QListSpecialMethodsBase< T >::lastIndexOf ( const AT & t,
qsizetype from = -1 ) const
noexcept

Definition at line 1027 of file qquickwindowsstyle_p_p.h.

◆ self() [1/2]

template<typename T>
Self * QQC2::QListSpecialMethodsBase< T >::self ( )
inlineprotected

Definition at line 39 of file qquickwindowsstyle_p_p.h.

◆ self() [2/2]

template<typename T>
const Self * QQC2::QListSpecialMethodsBase< T >::self ( ) const
inlineprotected

Definition at line 40 of file qquickwindowsstyle_p_p.h.


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