public class QUrl: QtSupport, System.IDisposable
System.Object
QtSupport
QUrlThis type implements System.IDisposable.
Qt Namespace
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
public void QUrl();
Qt.QUrl Class, Qt Namespace
public void QUrl(System.String url);
Qt.QUrl Class, Qt Namespace
public void QUrl(Qt.QUrl url);
Qt.QUrl Class, Qt Namespace
public void QUrl(Qt.QUrl url, System.String relUrl, bool checkSlash);
Qt.QUrl Class, Qt Namespace
public void QUrl(Qt.QUrl url, System.String relUrl);
Qt.QUrl Class, Qt Namespace
public void QUrl(void * ptr);
Qt.QUrl Class, Qt Namespace
public void AddPath(System.String path);
Qt.QUrl Class, Qt Namespace
public bool CdUp();
Qt.QUrl Class, Qt Namespace
public static void Decode(System.String url);
Qt.QUrl Class, Qt Namespace
public System.String DirPath();
Qt.QUrl Class, Qt Namespace
public static void Encode(System.String url);
Qt.QUrl Class, Qt Namespace
public System.String EncodedPathAndQuery();
Qt.QUrl Class, Qt Namespace
public System.String FileName();
Qt.QUrl Class, Qt Namespace
protected override void Finalize();
Qt.QUrl Class, Qt Namespace
public bool HasHost();
Qt.QUrl Class, Qt Namespace
public bool HasPassword();
Qt.QUrl Class, Qt Namespace
public bool HasPath();
Qt.QUrl Class, Qt Namespace
public bool HasPort();
Qt.QUrl Class, Qt Namespace
public bool HasRef();
Qt.QUrl Class, Qt Namespace
public bool HasUser();
Qt.QUrl Class, Qt Namespace
public System.String Host();
Qt.QUrl Class, Qt Namespace
public bool IsLocalFile();
Qt.QUrl Class, Qt Namespace
public static bool IsRelativeUrl(System.String url);
Qt.QUrl Class, Qt Namespace
public bool IsValid();
Qt.QUrl Class, Qt Namespace
protected bool Parse(System.String url);
Qt.QUrl Class, Qt Namespace
public System.String Password();
Qt.QUrl Class, Qt Namespace
public System.String Path(bool correct);
Qt.QUrl Class, Qt Namespace
public System.String Path();
Qt.QUrl Class, Qt Namespace
public int Port();
Qt.QUrl Class, Qt Namespace
public System.String Protocol();
Qt.QUrl Class, Qt Namespace
public System.String Q_ref();
Qt.QUrl Class, Qt Namespace
public System.String Query();
Qt.QUrl Class, Qt Namespace
protected void Reset();
Qt.QUrl Class, Qt Namespace
public void SetEncodedPathAndQuery(System.String enc);
Qt.QUrl Class, Qt Namespace
public void SetFileName(System.String txt);
Qt.QUrl Class, Qt Namespace
public void SetHost(System.String user);
Qt.QUrl Class, Qt Namespace
public void SetPassword(System.String pass);
Qt.QUrl Class, Qt Namespace
public void SetPath(System.String path);
Qt.QUrl Class, Qt Namespace
public void SetPort(int port);
Qt.QUrl Class, Qt Namespace
public void SetProtocol(System.String protocol);
Qt.QUrl Class, Qt Namespace
public void SetQuery(System.String txt);
Qt.QUrl Class, Qt Namespace
public void SetRef(System.String txt);
Qt.QUrl Class, Qt Namespace
public void SetUser(System.String user);
Qt.QUrl Class, Qt Namespace
public System.String ToString(bool encodedPath, bool forcePrependProtocol);
Qt.QUrl Class, Qt Namespace
public System.String ToString();
Qt.QUrl Class, Qt Namespace
public System.String ToString(bool encodedPath);
Qt.QUrl Class, Qt Namespace
public System.String User();
Qt.QUrl Class, Qt Namespace