![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QQuickPlaylist, including all inherited members.
AccessDeniedError enum value | QQuickPlaylist | |
addItem(const QUrl &source) | QQuickPlaylist | slot |
beginInsertColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginInsertRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn) | QAbstractItemModel | protected |
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow) | QAbstractItemModel | protected |
beginRemoveColumns(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginRemoveRows(const QModelIndex &parent, int first, int last) | QAbstractItemModel | protected |
beginResetModel() | QAbstractItemModel | protected |
bindableObjectName() | QObject | |
bindingStorage() | QObject | inline |
bindingStorage() const | QObject | inline |
blockSignals(bool b) noexcept | QObject | |
buddy(const QModelIndex &index) const | QAbstractItemModel | virtual |
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const | QAbstractItemModel | virtual |
canFetchMore(const QModelIndex &parent) const | QAbstractItemModel | virtual |
changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | QAbstractItemModel | protected |
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | QAbstractItemModel | protected |
checkIndex(const QModelIndex &index, CheckIndexOptions options=CheckIndexOption::NoOption) const | QAbstractItemModel | |
CheckIndexOption enum name | QAbstractItemModel | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | inline |
classBegin() override | QQuickPlaylist | virtual |
clear() | QQuickPlaylist | |
clearItemData(const QModelIndex &index) | QAbstractItemModel | virtual |
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal) | QAbstractItemModel | signal |
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
columnsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn, QPrivateSignal) | QAbstractItemModel | signal |
columnsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
componentComplete() override | QQuickPlaylist | virtual |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
count | QAbstractItemModel | |
count | QAbstractItemModel | |
createIndex(int row, int column, const void *data=nullptr) const | QAbstractItemModel | inlineprotected |
createIndex(int row, int column, quintptr id) const | QAbstractItemModel | inlineprotected |
currentIndex | QQuickPlaylist | |
currentIndex() const | QQuickPlaylist | |
currentIndexChanged() | QQuickPlaylist | signal |
CurrentItemInLoop enum value | QQuickPlaylist | |
CurrentItemOnce enum value | QQuickPlaylist | |
currentItemSource | QQuickPlaylist | |
currentItemSource() const | QQuickPlaylist | |
currentItemSourceChanged() | QQuickPlaylist | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
d_ptr | QObject | protected |
data(const QModelIndex &index, int role=Qt::DisplayRole) const override | QQuickPlaylist | virtual |
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles=QList< int >()) | QAbstractItemModel | signal |
decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream) | QAbstractItemModel | protected |
deleteLater() | QObject | slot |
destinationChild | QAbstractItemModel | |
destinationChild | QAbstractItemModel | |
destinationParent | QAbstractItemModel | |
destinationParent | QAbstractItemModel | |
destroyed(QObject *=nullptr) | QObject | signal |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
disconnect(const QMetaObject::Connection &) | QObject | static |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override | QAbstractListModel | virtual |
dumpObjectInfo() const | QObject | |
dumpObjectTree() const | QObject | |
dynamicPropertyNames() const | QObject | |
encodeData(const QModelIndexList &indexes, QDataStream &stream) const | QAbstractItemModel | protected |
end | QQuickPlaylist | |
endInsertColumns() | QAbstractItemModel | protected |
endInsertRows() | QAbstractItemModel | protected |
endMoveColumns() | QAbstractItemModel | protected |
endMoveRows() | QAbstractItemModel | protected |
endRemoveColumns() | QAbstractItemModel | protected |
endRemoveRows() | QAbstractItemModel | protected |
endResetModel() | QAbstractItemModel | protected |
Error enum name | QQuickPlaylist | |
error | QQuickPlaylist | |
error() const | QQuickPlaylist | |
error(QQuickPlaylist::Error error, const QString &errorString) | QQuickPlaylist | signal |
errorChanged() | QQuickPlaylist | signal |
errorString | QQuickPlaylist | |
errorString() const | QQuickPlaylist | |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
fetchMore(const QModelIndex &parent) | QAbstractItemModel | virtual |
findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
flags(const QModelIndex &index) const override | QAbstractListModel | virtual |
FormatError enum value | QQuickPlaylist | |
FormatNotSupportedError enum value | QQuickPlaylist | |
hasIndex(int row, int column, const QModelIndex &parent=QModelIndex()) const | QAbstractItemModel | |
headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const | QAbstractItemModel | virtual |
headerDataChanged(Qt::Orientation orientation, int first, int last) | QAbstractItemModel | signal |
HorizontalSortHint enum value | QAbstractItemModel | |
index(int row, int column=0, const QModelIndex &parent=QModelIndex()) const override | QAbstractListModel | virtual |
inherits(const char *classname) const | QObject | inline |
insertItem(int index, const QUrl &source) | QQuickPlaylist | slot |
installEventFilter(QObject *filterObj) | QObject | |
isQuickItemType() const | QObject | inline |
isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
isWidgetType() const | QObject | inline |
isWindowType() const | QObject | inline |
item_append(QQmlListProperty< QQuickPlaylistItem > *list, QQuickPlaylistItem *item) | QQuickPlaylist | inlinestatic |
item_clear(QQmlListProperty< QQuickPlaylistItem > *list) | QQuickPlaylist | inlinestatic |
item_count(QQmlListProperty< QQuickPlaylistItem > *list) | QQuickPlaylist | inlinestatic |
itemAboutToBeInserted(int start, int end) | QQuickPlaylist | signal |
itemAboutToBeRemoved(int start, int end) | QQuickPlaylist | signal |
itemChanged(int start, int end) | QQuickPlaylist | signal |
itemCount | QQuickPlaylist | |
itemCount() const | QQuickPlaylist | |
itemCountChanged() | QQuickPlaylist | signal |
itemData(const QModelIndex &index) const | QAbstractItemModel | virtual |
itemInserted(int start, int end) | QQuickPlaylist | signal |
itemRemoved(int start, int end) | QQuickPlaylist | signal |
items | QQuickPlaylist | |
items() | QQuickPlaylist | inline |
itemSource(int index) | QQuickPlaylist | slot |
killTimer(int id) | QObject | |
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) | QAbstractItemModel | signal |
layoutChanged(const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) | QAbstractItemModel | signal |
LayoutChangeHint enum name | QAbstractItemModel | |
load(const QUrl &location, const QString &format=QString()) | QQuickPlaylist | slot |
loaded() | QQuickPlaylist | signal |
loadFailed() | QQuickPlaylist | signal |
Loop enum value | QQuickPlaylist | |
match(const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const | QAbstractItemModel | virtual |
mediaPlaylist() const | QQuickPlaylist | inline |
mimeData(const QModelIndexList &indexes) const | QAbstractItemModel | virtual |
mimeTypes() const | QAbstractItemModel | virtual |
modelAboutToBeReset(QPrivateSignal) | QAbstractItemModel | signal |
modelReset(QPrivateSignal) | QAbstractItemModel | signal |
moveToThread(QThread *thread) | QObject | |
multiData(const QModelIndex &index, QModelRoleDataSpan roleDataSpan) const | QAbstractItemModel | virtual |
NetworkError enum value | QQuickPlaylist | |
next() | QQuickPlaylist | slot |
nextIndex(int steps=1) | QQuickPlaylist | slot |
NoError enum value | QQuickPlaylist | |
NoLayoutChangeHint enum value | QAbstractItemModel | |
objectName | QObject | |
objectName() const | QObject | |
objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
order | QAbstractItemModel | |
parent() const | QAbstractListModel | inline |
QAbstractItemModel::parent | QAbstractItemModel | |
persistentIndexList() const | QAbstractItemModel | protected |
PlaybackMode enum name | QQuickPlaylist | |
playbackMode | QQuickPlaylist | |
playbackMode() const | QQuickPlaylist | |
playbackModeChanged() | QQuickPlaylist | signal |
previous() | QQuickPlaylist | slot |
previousIndex(int steps=1) | QQuickPlaylist | slot |
property(const char *name) const | QObject | |
Q_REVISION(1) void addItems(const QList< QUrl > &sources) | QQuickPlaylist | slot |
Q_REVISION(1) bool insertItems(int index | QQuickPlaylist | slot |
Q_REVISION(1) bool moveItem(int from | QQuickPlaylist | |
Q_REVISION(1) bool removeItems(int start | QQuickPlaylist | |
QAbstractListModel::Q_REVISION(6, 4) virtual bool insertRows(int row | QAbstractItemModel | |
QAbstractListModel::Q_REVISION(6, 4) virtual bool moveRows(const QModelIndex &sourceParent | QAbstractItemModel | |
QAbstractItemModel(QObject *parent=nullptr) | QAbstractItemModel | explicit |
QAbstractItemModel(QAbstractItemModelPrivate &dd, QObject *parent=nullptr) | QAbstractItemModel | protected |
QAbstractListModel(QObject *parent=nullptr) | QAbstractListModel | explicit |
QAbstractListModel(QAbstractItemModelPrivate &dd, QObject *parent) | QAbstractListModel | protected |
qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
qobject_cast(const QObject *object) | QObject | related |
QObjectList | QObject | related |
QQmlParserStatus() | QQmlParserStatus | |
QQuickPlaylist(QObject *parent=0) | QQuickPlaylist | |
receivers(const char *signal) const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
removeItem(int index) | QQuickPlaylist | |
resetInternalData() | QAbstractItemModel | protectedvirtualslot |
revert() | QAbstractItemModel | virtualslot |
roleNames() const override | QQuickPlaylist | virtual |
Roles enum name | QQuickPlaylist | |
rowCount(const QModelIndex &parent=QModelIndex()) const override | QQuickPlaylist | virtual |
rowsAboutToBeInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal) | QAbstractItemModel | signal |
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsInserted(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
rowsMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow, QPrivateSignal) | QAbstractItemModel | signal |
rowsRemoved(const QModelIndex &parent, int first, int last, QPrivateSignal) | QAbstractItemModel | signal |
save(const QUrl &location, const QString &format=QString()) | QQuickPlaylist | slot |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
Sequential enum value | QQuickPlaylist | |
setCurrentIndex(int currentIndex) | QQuickPlaylist | |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) | QAbstractItemModel | virtual |
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) | QAbstractItemModel | virtual |
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles) | QAbstractItemModel | virtual |
setObjectName(const QString &name) | QObject | inline |
setObjectName(QAnyStringView name) | QObject | |
setParent(QObject *parent) | QObject | |
setPlaybackMode(PlaybackMode playbackMode) | QQuickPlaylist | |
setProperty(const char *name, const QVariant &value) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | inline |
shuffle() | QQuickPlaylist | slot |
sibling(int row, int column, const QModelIndex &idx) const override | QAbstractListModel | virtual |
signalsBlocked() const noexcept | QObject | inline |
sourceColumn | QAbstractItemModel | |
SourceRole enum value | QQuickPlaylist | |
sourceRow | QAbstractItemModel | |
sources | QQuickPlaylist | |
span(const QModelIndex &index) const | QAbstractItemModel | virtual |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
submit() | QAbstractItemModel | virtualslot |
supportedDragActions() const | QAbstractItemModel | virtual |
supportedDropActions() const | QAbstractItemModel | virtual |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
to | QQuickPlaylist | |
VerticalSortHint enum value | QAbstractItemModel | |
~QAbstractItemModel() | QAbstractItemModel | virtual |
~QAbstractListModel() | QAbstractListModel | |
~QObject() | QObject | virtual |
~QQmlParserStatus() | QQmlParserStatus | virtual |
~QQuickPlaylist() | QQuickPlaylist |