![]() |
Qt 6.x
The Qt SDK
|
#include <qquickfolderdialogimpl_p_p.h>
Inheritance diagram for QQuickFolderDialogImplPrivate:
Collaboration diagram for QQuickFolderDialogImplPrivate:Static Public Member Functions | |
| static QQuickFolderDialogImplPrivate * | get (QQuickFolderDialogImpl *dialog) |
Static Public Member Functions inherited from QQuickDialogPrivate | |
| static QQuickDialogPrivate * | get (QQuickDialog *dialog) |
| static QPlatformDialogHelper::ButtonRole | buttonRole (QQuickAbstractButton *button) |
| Popup dialog with standard buttons and a title, used for short-term interaction with the user. | |
Static Public Member Functions inherited from QQuickPopupPrivate | |
| static QQuickPopupPrivate * | get (QQuickPopup *popup) |
Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1 , typename Func2 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Additional Inherited Members | |
Public Types inherited from QQuickPopupPrivate | |
| enum | TransitionState { NoTransition , EnterTransition , ExitTransition } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Static Public Attributes inherited from QQuickPopupPrivate | |
| static const QQuickPopup::ClosePolicy | DefaultClosePolicy = QQuickPopup::CloseOnEscape | QQuickPopup::CloseOnPressOutside |
| Base type of popup-like user interface controls. | |
Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickPopup, QQuickPopupPrivate > | |
| void | setCurrentColorGroup () |
Definition at line 25 of file qquickfolderdialogimpl_p_p.h.
| QT_BEGIN_NAMESPACE QQuickFolderDialogImplPrivate::QQuickFolderDialogImplPrivate | ( | ) |
Definition at line 19 of file qquickfolderdialogimpl.cpp.
| QQuickFolderDialogImplAttached * QQuickFolderDialogImplPrivate::attachedOrWarn | ( | ) |
Definition at line 304 of file qquickfolderdialogimpl.cpp.
References qmlWarning().
Referenced by updateEnabled(), and updateSelectedFolder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 32 of file qquickfolderdialogimpl_p_p.h.
References dialog.
Referenced by QQuickFolderBreadcrumbBarPrivate::toggleTextFieldVisibility().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QQuickDialogPrivate.
Definition at line 121 of file qquickfolderdialogimpl.cpp.
|
overridevirtual |
Reimplemented from QQuickDialogPrivate.
Definition at line 126 of file qquickfolderdialogimpl.cpp.
References QPlatformDialogHelper::AcceptRole, button, QQuickDialogPrivate::buttonRole(), QUrl::isValid(), and selectedFolder.
Here is the call graph for this function:| void QQuickFolderDialogImplPrivate::updateEnabled | ( | ) |
Definition at line 23 of file qquickfolderdialogimpl.cpp.
References attachedOrWarn(), QQuickFolderDialogImplAttached::breadcrumbBar, QQuickDialogPrivate::buttonBox, QUrl::isEmpty(), QQuickItem::isVisible(), QPlatformDialogHelper::Open, qmlWarning(), selectedFolder, QQuickDialogButtonBox::standardButton(), and QQuickFolderBreadcrumbBar::textField.
Here is the call graph for this function:Ensures that a folder is always selected after a change in currentFolder.
oldFolderPath is the previous value of currentFolder.
Definition at line 50 of file qquickfolderdialogimpl.cpp.
References attachedOrWarn(), currentFolder, QQuickItemView::currentItem, QDir::Dirs, QDir::DirsFirst, QDir::entryInfoList(), QDir::exists(), files, QQuickFolderDialogImplAttached::folderDialogListView, QUrl::fromLocalFile(), QListSpecialMethodsBase< T >::indexOf(), QString::indexOf(), QString::isEmpty(), QString::mid(), QDir::NoDotAndDotDot, qmlWarning(), QQuickItemView::setCurrentIndex(), QString::size(), Qt::SkipEmptyParts, QString::split(), and QQmlFile::urlToLocalFileOrQrc().
Here is the call graph for this function:| QString QQuickFolderDialogImplPrivate::acceptLabel |
Definition at line 48 of file qquickfolderdialogimpl_p_p.h.
| QUrl QQuickFolderDialogImplPrivate::currentFolder |
Definition at line 46 of file qquickfolderdialogimpl_p_p.h.
Referenced by updateSelectedFolder().
| QSharedPointer<QFileDialogOptions> QQuickFolderDialogImplPrivate::options |
Definition at line 45 of file qquickfolderdialogimpl_p_p.h.
| QString QQuickFolderDialogImplPrivate::rejectLabel |
Definition at line 49 of file qquickfolderdialogimpl_p_p.h.
| QUrl QQuickFolderDialogImplPrivate::selectedFolder |
Definition at line 47 of file qquickfolderdialogimpl_p_p.h.
Referenced by handleClick(), and updateEnabled().