public class QClipboard: QObject, System.IDisposable
System.Object
QtSupport
QObject
QClipboardThis type implements System.IDisposable.
Qt Namespace
QClipboard Constructors
QClipboard Methods
QClipboard.Clear Method
QClipboard.ConnectNotify Method
QClipboard.Data Method
QClipboard.Finalize Method
QClipboard.Image Method
QClipboard.OwnsClipboard Method
QClipboard.OwnsSelection Method
QClipboard.Pixmap Method
QClipboard.Q_event Method
QClipboard.SelectionModeEnabled Method
QClipboard.SetData Method
QClipboard.SetImage Method
QClipboard.SetPixmap Method
QClipboard.SetSelectionMode Method
QClipboard.SetText Method
QClipboard.SupportsSelection Method
QClipboard.Text() Method
QClipboard.Text(Qt.QCString) Method
public void QClipboard(void * ptr);
Qt.QClipboard Class, Qt Namespace
public void Clear();
Qt.QClipboard Class, Qt Namespace
protected void ConnectNotify(System.String arg1);
Qt.QClipboard Class, Qt Namespace
public Qt.QMimeSource Data();
Qt.QClipboard Class, Qt Namespace
protected override void Finalize();
Qt.QClipboard Class, Qt Namespace
public Qt.QImage Image();
Qt.QClipboard Class, Qt Namespace
public bool OwnsClipboard();
Qt.QClipboard Class, Qt Namespace
public bool OwnsSelection();
Qt.QClipboard Class, Qt Namespace
public Qt.QPixmap Pixmap();
Qt.QClipboard Class, Qt Namespace
protected bool Q_event(Qt.QEvent arg1);
Qt.QClipboard Class, Qt Namespace
public bool SelectionModeEnabled();
Qt.QClipboard Class, Qt Namespace
public void SetData(Qt.QMimeSource arg1);
Qt.QClipboard Class, Qt Namespace
public void SetImage(Qt.QImage arg1);
Qt.QClipboard Class, Qt Namespace
public void SetPixmap(Qt.QPixmap arg1);
Qt.QClipboard Class, Qt Namespace
public void SetSelectionMode(bool enable);
Qt.QClipboard Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QClipboard Class, Qt Namespace
public bool SupportsSelection();
Qt.QClipboard Class, Qt Namespace
public System.String Text();
Qt.QClipboard Class, Qt Namespace
public System.String Text(Qt.QCString subtype);
Qt.QClipboard Class, Qt Namespace