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

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qmap.h>
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
#include <QtCore/qvariant.h>
#include <QtGui/qwindow.h>
#include <memory>
#include <qohosplugincore.h>
#include <string>
#include <vector>
Include dependency graph for qohossharekit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QOhosShareKit::SharedRecord
struct  QOhosShareKit::ShareControllerAnchor
struct  QOhosShareKit::ControllerOptions
struct  QtOhos::OhosEnumMeta< QOhosShareKit::SelectionMode >
struct  QtOhos::OhosEnumMeta< QOhosShareKit::SharePreviewMode >
struct  QtOhos::OhosEnumMeta< QOhosShareKit::ShareAbilityType >

Namespaces

namespace  QOhosShareKit
namespace  QtOhos

Enumerations

enum class  QOhosShareKit::SelectionMode { QOhosShareKit::SINGLE , QOhosShareKit::BATCH }
enum class  QOhosShareKit::SharePreviewMode { QOhosShareKit::DEFAULT , QOhosShareKit::DETAIL }
enum class  QOhosShareKit::ShareAbilityType {
  QOhosShareKit::COPY_TO_PASTEBOARD , QOhosShareKit::SAVE_TO_MEDIA_ASSET , QOhosShareKit::SAVE_AS_FILE , QOhosShareKit::PRINT ,
  QOhosShareKit::SAVE_TO_SUPERHUB
}

Functions

std::shared_ptr< voidQOhosShareKit::shareData (QWindow *optInstanceMainWindow, const std::vector< SharedRecord > &recordsToShare, ControllerOptions controllerOptions, std::function< void()> panelClosedCallback)

Variables

constexpr const char * QOhosShareKit::mimeTextUriList = "text/uri-list"