![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlist.h>
Inherits QListSpecialMethodsBase< T >.
Inherited by QList< GroupItem >, QList< QVariantAnimation::Interpolator >, QList< KeyValue >, QList< QFileInfo >, QList< QResourceRoot * >, QList< QConfFileCustomFormat >, QList< RegistryKey >, QList< QObject * >, QList< std::pair< QString, QString > >, QList< QModelIndex >, QList< std::pair< QModelIndex, QPersistentModelIndex > >, QList< QtStartUpFunction >, QList< QtCleanUpFunction >, QList< QVariant >, QList< QPluginParsedMetaData >, QList< QStaticPlugin >, QList< void(*)(void *)>, QList< QWaitConditionEvent * >, QList< Data >, QList< TCBPoint >, QList< MyElement >, QList< AdaptorData >, QList< ObjectTreeNode >, QList< QDBusMessage >, QList< QDBusPendingCallPrivate * >, QList< Argument >, QList< int >, QList< uint >, QList< QSpiObjectReference >, QList< QSpiAccessibleCacheItem >, QList< QSpiAction >, QList< QSpiEventListener >, QList< QSpiRelationArrayEntry >, QList< QSpiTextRange >, QList< QGradientStop >, QList< const QInputDevice * >, QList< QUtiMimeConverter * >, QList< QDBusMenuItem >, QList< QStringList >, QList< QDBusMenuItemKeys >, QList< QDBusMenuLayoutItem >, QList< QDBusMenuEvent >, QList< QXdgDBusImageStruct >, QList< SeparateToCombinedImageSamplerMapping >, QList< QScriptItem >, QList< QScriptLine >, QList< ItemDecoration >, QList< QTextFormat >, QList< QTextBlock >, QList< FontKey >, QList< RawHeader >, QList< RawHeaderPair >, QList< QNetworkCookie >, QList< QDnsCachedName >, QList< ConnmanServiceEntry >, QList< QAndroidPlatformWindow * >, QList< QAndroidPlatformMenuItem * >, QList< QAndroidPlatformMenu * >, QList< QAndroidApkFileEngine::FileInfo >, QList< AssetItem >, QList< QWidget * >, QList< QWindow * >, QList< QIOSMenuItem * >, QList< Window * >, QList< QWindowsMenuItem * >, QList< QWindowsMenu * >, QList< QWindowsScreen * >, QList< QWindowsScreenData >, QList< QWindowsHwndSystemTrayIconEntry >, QList< DevicePtr >, QList< FilterCondition >, QList< Filter >, QList< AndroidItemStateInfo * >, QList< QWindowsPrinterInfo >, QList< QHolder >, QList< DomProperty * >, QList< Item * >, QList< DomWidget * >, QList< SourceTargetMapping >, QList< QPersistentModelIndex >, QList< QBluetoothUuid >, QList< QJSValue >, QList< QQmlProperty >, QList< HeaderPair >, QList< QQmlDirParser::Script >, QList< QQmlDirParser::Plugin >, QList< QQmlDirParser::Import >, QList< QLspSpecification::DocumentSymbol >, QList< ModuleSetting >, QList< PropertyName >, iterator< Node >, QList< QQuickSimpleAction >, QList< QQuickStateAction >, QList< QDoubleVector3D >, QList< AndroidMediaPlayer * >, QList< jlong >, QList< AndroidSurfaceHolder * >, QList< Node * >, QList< Property * >, QList< Animation::KeyPosition * >, QList< Animation::Channel * >, QList< QMetaType::Type >, QList< QSSGResourceId >, QList< FileInfo >, QList< QPointer< QWidget > >, QList< ActionDataItem >, QList< Connection * >, QList< DeviceProfile >, QList< QDesignerWidgetDataBaseItemInterface * >, QList< QDesignerCustomWidgetInterface * >, QList< WidgetSelection * >, QList< DomCustomWidget * >, QList< QDesignerDnDItemInterface * >, QList< QAction * >, QList< QWizardPage * >, QList< QStandardItem * >, QList< ObjectData >, QList< DesignerIntPair >, QList< QAbstractExtensionFactory * >, QList< QtProperty * >, QList< ClassMemberFunctions >, QList< QAbstractButton * >, QList< QButtonGroup * >, QList< FileNameFontIdPair >, QList< qdesigner_internal::DeviceProfile >, QList< QDesignerToolWindow * >, QList< QDockWidget * >, QList< PromotedClass >, QList< Widget >, QList< Category >, QList< SkinNamePath >, QList< PreviewData >, QList< QDesignerMetaEnumInterface * >, QList< QDesignerMetaMethodInterface * >, QList< QDesignerMetaPropertyInterface * >, QList< QLayoutItem * >, QList< CellState >, QList< std::pair< QWidget *, QWidget * > >, QList< SelectSignalDialog::Method >, QList< TranslatorMessage >, QList< Candidate >, QList< Reference >, QList< HashString >, QList< Parameter >, QList< ImportRec >, QList< ClassNode * >, QList< ArgPair >, QList< Doc >, QList< ClassNodes >, QList< Section >, QList< const Section * >, QList< Topic >, QList< std::pair< const Node *, QString > >, QList< Editor * >, QList< Symbol >, QList< QItemViewPaintPair >, QList< TextureProperty >, QList< Property >, QList< QSSGReflectionMapEntry >, QList< QSSGNodeId >, QList< QFuture< T > >, and QList< T >.
Protected Member Functions | |
QListSpecialMethods ()=default | |
Protected Member Functions inherited from QListSpecialMethodsBase< T > | |
QListSpecialMethodsBase ()=default | |
Self * | self () |
const Self * | self () const |
Additional Inherited Members | |
Public Member Functions inherited from QListSpecialMethodsBase< T > | |
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 inherited from QListSpecialMethodsBase< T > | |
using | Self = QList<T> |
|
protecteddefault |