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
qohosmimedata.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/qstringlist.h>
#include <QtGui/private/qinternalmimedata_p.h>
#include <qohosmimedata.h>
#include <qohosplugincore.h>
#include <utility>
Include dependency graph for qohosmimedata.cpp:

Go to the source code of this file.

Classes

class  QT_BEGIN_NAMESPACE::SuppliersBasedMimeData

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

template<typename T>
QOhosSupplier< T > QT_BEGIN_NAMESPACE::makeMemoizingSupplier (QOhosSupplier< T > baseSupplier)
QOhosSupplier< std::unique_ptr< QMimeData > > makeQOhosLazyFetchMimeDataFactory (std::map< QString, QOhosSupplier< QVariant > > mimeValuesSuppliers)
QOhosSupplier< std::unique_ptr< QMimeData > > makeQOhosMimeDataFactory (std::map< QString, QVariant > mimeValues)

Function Documentation

◆ makeQOhosLazyFetchMimeDataFactory()

QOhosSupplier< std::unique_ptr< QMimeData > > makeQOhosLazyFetchMimeDataFactory ( std::map< QString, QOhosSupplier< QVariant > > mimeValuesSuppliers)

Definition at line 69 of file qohosmimedata.cpp.

◆ makeQOhosMimeDataFactory()

QOhosSupplier< std::unique_ptr< QMimeData > > makeQOhosMimeDataFactory ( std::map< QString, QVariant > mimeValues)

Definition at line 81 of file qohosmimedata.cpp.