MauiKit Controls

qfsharepicker.h
1#ifdef __cplusplus
2extern "C" {
3#endif
4
5#import <Foundation/Foundation.h>
6#import <Social/Social.h>
7
8/**
9typedef QfSharePickerItemClicked *
10param sharingService Selected type of sharing.
11 *
12author Andrew Shapovelov*/
13typedef void(QfSharePickerItemClicked)(NSSharingService* sharingService);
14
15
16
17/**
18class QfSharePicker
19 *
20brief Object to show share menu. *
21author Andrew Shapovalov*/
22interface QfSharePicker : NSObject /**
23brief Create a new object.
24 *
25param view View on what will show share menu. *
26param frame Rect to show share window.
27 *
28param datas Datas items to share. *
29param block Block of code to select item.
30 *
31author Andrew Shapovalov*/
32- (instancetype)initWithView:(NSView*)view frame:(NSRect)frame datasArray:(NSArray*)datas onItemClicked:(QfSharePickerItemClicked)block;
33
34end
35
36#ifdef __cplusplus
37}
38#endif
const QList< QKeySequence > & end()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:56:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.