dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
Dub
Repo
QUrl
dqml
qurl
Undocumented in source.
class
QUrl {
this
(string url, ParsingMode parsingMode);
~this
();
enum
ParsingMode
;
void
*
voidPointer
();
string
toString
();
}
Constructors
this
this
(string url, ParsingMode parsingMode)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Enums
ParsingMode
enum
ParsingMode
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
voidPointer
void
*
voidPointer
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dqml
qurl
classes
QUrl