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
qquickwindowsstyle_p_p.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquickwindowsstyle_p.h"
#include "qquickcommonstyle_p.h"
#include "qquickstylehelper_p.h"
#include <qlist.h>
Include dependency graph for qquickwindowsstyle_p_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQC2::QListSpecialMethodsBase< T >
struct  QQC2::QListSpecialMethods< T >
class  QQC2::QList< T >
class  QQC2::QList< T >::iterator
class  QQC2::QList< T >::const_iterator
class  QQC2::QWindowsStylePrivate

Namespaces

namespace  QQC2
namespace  QQC2::QtPrivate

Macros

#define QLIST_H
#define QT_STRICT_QLIST_ITERATORS

Functions

template<typename V, typename U>
qsizetype QQC2::QtPrivate::indexOf (const QList< V > &list, const U &u, qsizetype from) noexcept
template<typename V, typename U>
qsizetype QQC2::QtPrivate::lastIndexOf (const QList< V > &list, const U &u, qsizetype from) noexcept
template<typename InputIterator, typename ValueType = typename std::iterator_traits<InputIterator>::value_type, QtPrivate::IfIsInputIterator< InputIterator > = true>
 QQC2::QList (InputIterator, InputIterator) -> QList< ValueType >
template<typename T, typename U>
qsizetype QQC2::QtPrivate::indexOf (const QList< T > &vector, const U &u, qsizetype from) noexcept
template<typename T, typename U>
qsizetype QQC2::QtPrivate::lastIndexOf (const QList< T > &vector, const U &u, qsizetype from) noexcept
template<typename T>
size_t QQC2::qHash (const QList< T > &key, size_t seed=0) noexcept(noexcept(qHashRange(key.cbegin(), key.cend(), seed)))
template<typename T, typename AT>
qsizetype QQC2::erase (QList< T > &list, const AT &t)
template<typename T, typename Predicate>
qsizetype QQC2::erase_if (QList< T > &list, Predicate pred)

Macro Definition Documentation

◆ QLIST_H

#define QLIST_H

Definition at line 7 of file qquickwindowsstyle_p_p.h.

◆ QT_STRICT_QLIST_ITERATORS

#define QT_STRICT_QLIST_ITERATORS