Qt.QUrlInfo Class

public class QUrlInfo: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QUrlInfo

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QUrlInfo() Constructor

public void QUrlInfo();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo(Qt.QUrlOperator, System.String) Constructor

public void QUrlInfo(Qt.QUrlOperator path, System.String file);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo(Qt.QUrlInfo) Constructor

public void QUrlInfo(Qt.QUrlInfo ui);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo(System.String, int, System.String, System.String, uint, Qt.QDateTime, Qt.QDateTime, bool, bool, bool, bool, bool, bool) Constructor

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);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo(Qt.QUrl, int, System.String, System.String, uint, Qt.QDateTime, Qt.QDateTime, bool, bool, bool, bool, bool, bool) Constructor

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);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo(void *) Constructor

public void QUrlInfo(void * ptr);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Equal Method

public static bool Equal(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Finalize Method

protected override void Finalize();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.GreaterThan Method

public static bool GreaterThan(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Group Method

public System.String Group();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsDir Method

public bool IsDir();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsExecutable Method

public bool IsExecutable();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsFile Method

public bool IsFile();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsReadable Method

public bool IsReadable();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsSymLink Method

public bool IsSymLink();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsValid Method

public bool IsValid();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.IsWritable Method

public bool IsWritable();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.LastModified Method

public Qt.QDateTime LastModified();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.LastRead Method

public Qt.QDateTime LastRead();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.LessThan Method

public static bool LessThan(Qt.QUrlInfo i1, Qt.QUrlInfo i2, int sortBy);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Name Method

public System.String Name();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Owner Method

public System.String Owner();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Permissions Method

public int Permissions();

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetDir Method

public void SetDir(bool b);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetFile Method

public void SetFile(bool b);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetGroup Method

public void SetGroup(System.String s);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetLastModified Method

public void SetLastModified(Qt.QDateTime dt);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetName Method

public void SetName(System.String name);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetOwner Method

public void SetOwner(System.String s);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetPermissions Method

public void SetPermissions(int p);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetReadable Method

public void SetReadable(bool b);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetSize Method

public void SetSize(uint s);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetSymLink Method

public void SetSymLink(bool b);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.SetWritable Method

public void SetWritable(bool b);

See Also

Qt.QUrlInfo Class, Qt Namespace

QUrlInfo.Size Method

public uint Size();

See Also

Qt.QUrlInfo Class, Qt Namespace