Qt.QUrl Class

public class QUrl: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QUrl

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QUrl Constructors

QUrl() Constructor
QUrl(System.String) Constructor
QUrl(Qt.QUrl) Constructor
QUrl(Qt.QUrl, System.String, bool) Constructor
QUrl(Qt.QUrl, System.String) Constructor
QUrl(void *) Constructor

QUrl Methods

QUrl.AddPath Method
QUrl.CdUp Method
QUrl.Decode Method
QUrl.DirPath Method
QUrl.Encode Method
QUrl.EncodedPathAndQuery Method
QUrl.FileName Method
QUrl.Finalize Method
QUrl.HasHost Method
QUrl.HasPassword Method
QUrl.HasPath Method
QUrl.HasPort Method
QUrl.HasRef Method
QUrl.HasUser Method
QUrl.Host Method
QUrl.IsLocalFile Method
QUrl.IsRelativeUrl Method
QUrl.IsValid Method
QUrl.Parse Method
QUrl.Password Method
QUrl.Path(bool) Method
QUrl.Path() Method
QUrl.Port Method
QUrl.Protocol Method
QUrl.Q_ref Method
QUrl.Query Method
QUrl.Reset Method
QUrl.SetEncodedPathAndQuery Method
QUrl.SetFileName Method
QUrl.SetHost Method
QUrl.SetPassword Method
QUrl.SetPath Method
QUrl.SetPort Method
QUrl.SetProtocol Method
QUrl.SetQuery Method
QUrl.SetRef Method
QUrl.SetUser Method
QUrl.ToString(bool, bool) Method
QUrl.ToString() Method
QUrl.ToString(bool) Method
QUrl.User Method


QUrl() Constructor

public void QUrl();

See Also

Qt.QUrl Class, Qt Namespace

QUrl(System.String) Constructor

public void QUrl(System.String url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl(Qt.QUrl) Constructor

public void QUrl(Qt.QUrl url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl(Qt.QUrl, System.String, bool) Constructor

public void QUrl(Qt.QUrl url, System.String relUrl, bool checkSlash);

See Also

Qt.QUrl Class, Qt Namespace

QUrl(Qt.QUrl, System.String) Constructor

public void QUrl(Qt.QUrl url, System.String relUrl);

See Also

Qt.QUrl Class, Qt Namespace

QUrl(void *) Constructor

public void QUrl(void * ptr);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.AddPath Method

public void AddPath(System.String path);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.CdUp Method

public bool CdUp();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Decode Method

public static void Decode(System.String url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.DirPath Method

public System.String DirPath();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Encode Method

public static void Encode(System.String url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.EncodedPathAndQuery Method

public System.String EncodedPathAndQuery();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.FileName Method

public System.String FileName();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Finalize Method

protected override void Finalize();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasHost Method

public bool HasHost();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasPassword Method

public bool HasPassword();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasPath Method

public bool HasPath();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasPort Method

public bool HasPort();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasRef Method

public bool HasRef();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.HasUser Method

public bool HasUser();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Host Method

public System.String Host();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.IsLocalFile Method

public bool IsLocalFile();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.IsRelativeUrl Method

public static bool IsRelativeUrl(System.String url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.IsValid Method

public bool IsValid();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Parse Method

protected bool Parse(System.String url);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Password Method

public System.String Password();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Path(bool) Method

public System.String Path(bool correct);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Path() Method

public System.String Path();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Port Method

public int Port();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Protocol Method

public System.String Protocol();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Q_ref Method

public System.String Q_ref();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Query Method

public System.String Query();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.Reset Method

protected void Reset();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetEncodedPathAndQuery Method

public void SetEncodedPathAndQuery(System.String enc);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetFileName Method

public void SetFileName(System.String txt);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetHost Method

public void SetHost(System.String user);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetPassword Method

public void SetPassword(System.String pass);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetPath Method

public void SetPath(System.String path);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetPort Method

public void SetPort(int port);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetProtocol Method

public void SetProtocol(System.String protocol);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetQuery Method

public void SetQuery(System.String txt);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetRef Method

public void SetRef(System.String txt);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.SetUser Method

public void SetUser(System.String user);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.ToString(bool, bool) Method

public System.String ToString(bool encodedPath, bool forcePrependProtocol);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.ToString() Method

public System.String ToString();

See Also

Qt.QUrl Class, Qt Namespace

QUrl.ToString(bool) Method

public System.String ToString(bool encodedPath);

See Also

Qt.QUrl Class, Qt Namespace

QUrl.User Method

public System.String User();

See Also

Qt.QUrl Class, Qt Namespace