kget
#include <metalinker.h>

Public Member Functions | |
Metaurl () | |
void | clear () |
bool | isValid () |
void | load (const QDomElement &e) |
bool | operator< (const Metaurl &other) const |
void | save (QDomElement &e) const |
Public Attributes | |
QString | name |
uint | priority |
QString | type |
KUrl | url |
Detailed Description
Definition at line 120 of file metalinker.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 123 of file metalinker.h.
Member Function Documentation
void KGetMetalink::Metaurl::clear | ( | ) |
Definition at line 345 of file metalinker.cpp.
bool KGetMetalink::Metaurl::isValid | ( | ) |
Definition at line 340 of file metalinker.cpp.
void KGetMetalink::Metaurl::load | ( | const QDomElement & | e | ) |
Definition at line 309 of file metalinker.cpp.
bool KGetMetalink::Metaurl::operator< | ( | const Metaurl & | other | ) | const |
"smaller" urls are less important than larger, larger urls should be preffered
Definition at line 304 of file metalinker.cpp.
void KGetMetalink::Metaurl::save | ( | QDomElement & | e | ) | const |
Definition at line 320 of file metalinker.cpp.
Member Data Documentation
QString KGetMetalink::Metaurl::name |
Optional the name of a file that should be get of that metaurl.
Definition at line 151 of file metalinker.h.
uint KGetMetalink::Metaurl::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 146 of file metalinker.h.
QString KGetMetalink::Metaurl::type |
Definition at line 140 of file metalinker.h.
KUrl KGetMetalink::Metaurl::url |
Definition at line 153 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.