kget
#include <metalinker.h>
Public Member Functions | |
Url () | |
void | clear () |
bool | isValid () |
void | load (const QDomElement &e) |
bool | operator< (const Url &other) const |
void | save (QDomElement &e) const |
Public Attributes | |
QString | location |
uint | priority |
KUrl | url |
Detailed Description
Definition at line 156 of file metalinker.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 159 of file metalinker.h.
Member Function Documentation
void KGetMetalink::Url::clear | ( | ) |
Definition at line 400 of file metalinker.cpp.
bool KGetMetalink::Url::isValid | ( | ) |
Definition at line 395 of file metalinker.cpp.
void KGetMetalink::Url::load | ( | const QDomElement & | e | ) |
Definition at line 366 of file metalinker.cpp.
bool KGetMetalink::Url::operator< | ( | const Url & | other | ) | const |
"smaller" urls are less important than larger, larger urls should be preffered
Definition at line 353 of file metalinker.cpp.
void KGetMetalink::Url::save | ( | QDomElement & | e | ) | const |
Definition at line 376 of file metalinker.cpp.
Member Data Documentation
QString KGetMetalink::Url::location |
uint KGetMetalink::Url::priority |
the priority of the urls, 1 is highest priority, 999999 lowest default is 0 as in not set and thus is ranked even behind 999999
Definition at line 180 of file metalinker.h.
KUrl KGetMetalink::Url::url |
Definition at line 187 of file metalinker.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.