public class QUrlInfo: QtSupport, System.IDisposable
System.Object
QtSupport
QUrlInfoThis type implements System.IDisposable.
Qt Namespace
QUrlInfo Constructors
QUrlInfo() Constructor
QUrlInfo(Qt.QUrlOperator, System.String) Constructor
QUrlInfo(Qt.QUrlInfo) Constructor
QUrlInfo(System.String, int, System.String, System.String, uint, Qt.QDateTime, Qt.QDateTime, bool, bool, bool, bool, bool, bool) Constructor
QUrlInfo(Qt.QUrl, int, System.String, System.String, uint, Qt.QDateTime, Qt.QDateTime, bool, bool, bool, bool, bool, bool) Constructor
QUrlInfo(void *) Constructor
QUrlInfo Methods
QUrlInfo.Equal Method
QUrlInfo.Finalize Method
QUrlInfo.GreaterThan Method
QUrlInfo.Group Method
QUrlInfo.IsDir Method
QUrlInfo.IsExecutable Method
QUrlInfo.IsFile Method
QUrlInfo.IsReadable Method
QUrlInfo.IsSymLink Method
QUrlInfo.IsValid Method
QUrlInfo.IsWritable Method
QUrlInfo.LastModified Method
QUrlInfo.LastRead Method
QUrlInfo.LessThan Method
QUrlInfo.Name Method
QUrlInfo.Owner Method
QUrlInfo.Permissions Method
QUrlInfo.SetDir Method
QUrlInfo.SetFile Method
QUrlInfo.SetGroup Method
QUrlInfo.SetLastModified Method
QUrlInfo.SetName Method
QUrlInfo.SetOwner Method
QUrlInfo.SetPermissions Method
QUrlInfo.SetReadable Method
QUrlInfo.SetSize Method
QUrlInfo.SetSymLink Method
QUrlInfo.SetWritable Method
QUrlInfo.Size Method
public void QUrlInfo();
Qt.QUrlInfo Class, Qt Namespace
public void QUrlInfo(Qt.QUrlOperator path, System.String file);
Qt.QUrlInfo Class, Qt Namespace
public void QUrlInfo(Qt.QUrlInfo ui);
Qt.QUrlInfo Class, Qt Namespace
public void QUrlInfo(System.String name, int permissions, System.String owner, System.String group, uint size, Qt.QDateTime lastModified, Qt.QDateTime lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable);
Qt.QUrlInfo Class, Qt Namespace
public void QUrlInfo(Qt.QUrl url, int permissions, System.String owner, System.String group, uint size, Qt.QDateTime lastModified, Qt.QDateTime lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable);
Qt.QUrlInfo Class, Qt Namespace
public void QUrlInfo(void * ptr);
Qt.QUrlInfo Class, Qt Namespace
public static bool Equal(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);
Qt.QUrlInfo Class, Qt Namespace
protected override void Finalize();
Qt.QUrlInfo Class, Qt Namespace
public static bool GreaterThan(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);
Qt.QUrlInfo Class, Qt Namespace
public System.String Group();
Qt.QUrlInfo Class, Qt Namespace
public bool IsDir();
Qt.QUrlInfo Class, Qt Namespace
public bool IsExecutable();
Qt.QUrlInfo Class, Qt Namespace
public bool IsFile();
Qt.QUrlInfo Class, Qt Namespace
public bool IsReadable();
Qt.QUrlInfo Class, Qt Namespace
public bool IsSymLink();
Qt.QUrlInfo Class, Qt Namespace
public bool IsValid();
Qt.QUrlInfo Class, Qt Namespace
public bool IsWritable();
Qt.QUrlInfo Class, Qt Namespace
public Qt.QDateTime LastModified();
Qt.QUrlInfo Class, Qt Namespace
public Qt.QDateTime LastRead();
Qt.QUrlInfo Class, Qt Namespace
public static bool LessThan(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);
Qt.QUrlInfo Class, Qt Namespace
public System.String Name();
Qt.QUrlInfo Class, Qt Namespace
public System.String Owner();
Qt.QUrlInfo Class, Qt Namespace
public int Permissions();
Qt.QUrlInfo Class, Qt Namespace
public void SetDir(bool b);
Qt.QUrlInfo Class, Qt Namespace
public void SetFile(bool b);
Qt.QUrlInfo Class, Qt Namespace
public void SetGroup(System.String s);
Qt.QUrlInfo Class, Qt Namespace
public void SetLastModified(Qt.QDateTime dt);
Qt.QUrlInfo Class, Qt Namespace
public void SetName(System.String name);
Qt.QUrlInfo Class, Qt Namespace
public void SetOwner(System.String s);
Qt.QUrlInfo Class, Qt Namespace
public void SetPermissions(int p);
Qt.QUrlInfo Class, Qt Namespace
public void SetReadable(bool b);
Qt.QUrlInfo Class, Qt Namespace
public void SetSize(uint s);
Qt.QUrlInfo Class, Qt Namespace
public void SetSymLink(bool b);
Qt.QUrlInfo Class, Qt Namespace
public void SetWritable(bool b);
Qt.QUrlInfo Class, Qt Namespace
public uint Size();
Qt.QUrlInfo Class, Qt Namespace