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
qohossharekit_p.h File Reference

(b2b4258a42567f4a4f2bec950c3e01623a97a5df)

#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>
Include dependency graph for qohossharekit_p.h:
This graph shows which files directly or indirectly include this file:

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

Enumerations

enum class  QtOhosAppKit::ShareKit::ShareAbilityType {
  QtOhosAppKit::ShareKit::CopyToPasteboard , QtOhosAppKit::ShareKit::SaveToMediaAsset , QtOhosAppKit::ShareKit::SaveAsFile , QtOhosAppKit::ShareKit::Print ,
  QtOhosAppKit::ShareKit::SaveToSuperHub
}

Functions

std::shared_ptr< SharedRecordQtOhosAppKit::ShareKit::createContentRecord (const QMimeType &mimeType, const QString &content)
 Creates a shared "content" record with a given mimeType and content.
std::shared_ptr< SharedRecordQtOhosAppKit::ShareKit::createFileRecord (const QFileInfo &fileInfo)
 Creates a shared "file" record with a given fileInfo.
std::shared_ptr< SharedRecordQtOhosAppKit::ShareKit::createUrlRecord (const QUrl &url)
 Creates a shared record with a given url.
std::shared_ptr< ShareControllerOptionsQtOhosAppKit::ShareKit::createControllerOptions ()
 Creates a controller options instnace.
std::shared_ptr< voidQtOhosAppKit::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)