public class QFile: QIODevice, System.IDisposable
System.Object
QtSupport
QIODevice
QFileThis type implements System.IDisposable.
Qt Namespace
QFile Constructors
QFile() Constructor
QFile(System.String) Constructor
QFile(void *) Constructor
QFile Methods
QFile.At() Method
QFile.At(int) Method
QFile.AtEnd Method
QFile.Close Method
QFile.DecodeName Method
QFile.EncodeName Method
QFile.Exists() Method
QFile.Exists(System.String) Method
QFile.Finalize Method
QFile.Flush Method
QFile.Getch Method
QFile.Handle Method
QFile.Name Method
QFile.Open(int) Method
QFile.Open(int, System.String) Method
QFile.Open(int, int) Method
QFile.Putch Method
QFile.ReadBlock Method
QFile.ReadLine Method
QFile.Remove() Method
QFile.Remove(System.String) Method
QFile.SetDecodingFunction Method
QFile.SetEncodingFunction Method
QFile.SetName Method
QFile.Size Method
QFile.Ungetch Method
QFile.WriteBlock(System.String, long) Method
QFile.WriteBlock(byte[]) Method
public void QFile();
Qt.QFile Class, Qt Namespace
public void QFile(System.String name);
Qt.QFile Class, Qt Namespace
public void QFile(void * ptr);
Qt.QFile Class, Qt Namespace
public int At();
Qt.QFile Class, Qt Namespace
public bool At(int arg1);
Qt.QFile Class, Qt Namespace
public bool AtEnd();
Qt.QFile Class, Qt Namespace
public void Close();
Qt.QFile Class, Qt Namespace
public static System.String DecodeName(Qt.QCString localFileName);
Qt.QFile Class, Qt Namespace
public static Qt.QCString EncodeName(System.String fileName);
Qt.QFile Class, Qt Namespace
public bool Exists();
Qt.QFile Class, Qt Namespace
public static bool Exists(System.String fileName);
Qt.QFile Class, Qt Namespace
protected override void Finalize();
Qt.QFile Class, Qt Namespace
public void Flush();
Qt.QFile Class, Qt Namespace
public int Getch();
Qt.QFile Class, Qt Namespace
public int Handle();
Qt.QFile Class, Qt Namespace
public System.String Name();
Qt.QFile Class, Qt Namespace
public bool Open(int arg1);
Qt.QFile Class, Qt Namespace
public bool Open(int arg1, System.String arg2);
Qt.QFile Class, Qt Namespace
public bool Open(int arg1, int arg2);
Qt.QFile Class, Qt Namespace
public int Putch(int arg1);
Qt.QFile Class, Qt Namespace
public long ReadBlock(System.String data, long len);
Qt.QFile Class, Qt Namespace
public long ReadLine(System.String data, long maxlen);
Qt.QFile Class, Qt Namespace
public bool Remove();
Qt.QFile Class, Qt Namespace
public static bool Remove(System.String fileName);
Qt.QFile Class, Qt Namespace
public static void SetDecodingFunction(int arg1);
Qt.QFile Class, Qt Namespace
public static void SetEncodingFunction(int arg1);
Qt.QFile Class, Qt Namespace
public void SetName(System.String name);
Qt.QFile Class, Qt Namespace
public int Size();
Qt.QFile Class, Qt Namespace
public int Ungetch(int arg1);
Qt.QFile Class, Qt Namespace
public long WriteBlock(System.String data, long len);
Qt.QFile Class, Qt Namespace
public long WriteBlock(byte[] data);
Qt.QFile Class, Qt Namespace