public class QIODeviceSource: QDataSource, System.IDisposable
System.Object
QtSupport
QAsyncIO
QDataSource
QIODeviceSourceThis type implements System.IDisposable.
Qt Namespace
QIODeviceSource Constructors
QIODeviceSource(Qt.QIODevice, int) Constructor
QIODeviceSource(Qt.QIODevice) Constructor
QIODeviceSource(void *) Constructor
QIODeviceSource Methods
QIODeviceSource.EnableRewind Method
QIODeviceSource.Finalize Method
QIODeviceSource.ReadyToSend Method
QIODeviceSource.Rewind Method
QIODeviceSource.Rewindable Method
QIODeviceSource.SendTo Method
public void QIODeviceSource(Qt.QIODevice arg1, int bufsize);
Qt.QIODeviceSource Class, Qt Namespace
public void QIODeviceSource(Qt.QIODevice arg1);
Qt.QIODeviceSource Class, Qt Namespace
public void QIODeviceSource(void * ptr);
Qt.QIODeviceSource Class, Qt Namespace
public void EnableRewind(bool on);
Qt.QIODeviceSource Class, Qt Namespace
protected override void Finalize();
Qt.QIODeviceSource Class, Qt Namespace
public int ReadyToSend();
Qt.QIODeviceSource Class, Qt Namespace
public void Rewind();
Qt.QIODeviceSource Class, Qt Namespace
public bool Rewindable();
Qt.QIODeviceSource Class, Qt Namespace
public void SendTo(Qt.QDataSink sink, int n);
Qt.QIODeviceSource Class, Qt Namespace