![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qbytearray.h>#include <QtCore/qfileinfo.h>#include <QtCore/qlist.h>#include <QtCore/qmimetype.h>#include <QtCore/qpoint.h>#include <QtCore/qrect.h>#include <QtCore/qstring.h>#include <QtCore/qurl.h>#include <QtCore/qvariant.h>#include <QtGui/qwindow.h>#include <QtOhosAppKit/private/qtohosappkitglobal_p.h>#include <functional>#include <memory>Go to the source code of this file.
Classes | |
| class | QtOhosAppKit::ShareKit::SharedRecord |
| \inmodule QtOhosAppKit More... | |
| class | QtOhosAppKit::ShareKit::ShareControllerOptions |
| \inmodule QtOhosAppKit More... | |
| class | QtOhosAppKit::ShareKit::ShareOperationResult |
| \inmodule QtOhosAppKit More... | |
Namespaces | |
| namespace | QtOhosAppKit |
| namespace | QtOhosAppKit::ShareKit |
| \inmodule QtOhosAppKit | |
| namespace | QtOhosAppKit::Private |
Functions | |
| std::shared_ptr< SharedRecord > | QtOhosAppKit::ShareKit::createContentRecord (const QMimeType &mimeType, const QString &content) |
| Creates a shared "content" record with a given mimeType and content. | |
| std::shared_ptr< SharedRecord > | QtOhosAppKit::ShareKit::createFileRecord (const QFileInfo &fileInfo) |
| Creates a shared "file" record with a given fileInfo. | |
| std::shared_ptr< SharedRecord > | QtOhosAppKit::ShareKit::createUrlRecord (const QUrl &url) |
| Creates a shared record with a given url. | |
| std::shared_ptr< ShareControllerOptions > | QtOhosAppKit::ShareKit::createControllerOptions () |
| Creates a controller options instnace. | |
| std::shared_ptr< void > | QtOhosAppKit::Private::shareData (QWindow *optMainWindow, const QList< std::shared_ptr< ShareKit::SharedRecord > > &records, std::shared_ptr< ShareKit::ShareControllerOptions > controllerOptions, std::function< void()> panelClosedCallback, std::function< void(std::shared_ptr< ShareKit::ShareOperationResult >)> shareCompletedCallback) |