kget
Go to the documentation of this file.
3 #ifndef METALINKSETTINGS_H
4 #define METALINKSETTINGS_H
6 #include <kconfigskeleton.h>
24 kDebug() <<
"setSimultanousFiles: value " << v <<
" is less than the minimum value of 1";
30 kDebug() <<
"setSimultanousFiles: value " << v <<
" is greater than the maximum value of 10";
34 if (!
self()->isImmutable( QString::fromLatin1(
"SimultanousFiles" ) ))
35 self()->mSimultanousFiles = v;
44 return self()->mSimultanousFiles;
55 kDebug() <<
"setMirrorsPerFile: value " << v <<
" is less than the minimum value of 1";
61 kDebug() <<
"setMirrorsPerFile: value " << v <<
" is greater than the maximum value of 10";
65 if (!
self()->isImmutable( QString::fromLatin1(
"MirrorsPerFile" ) ))
66 self()->mMirrorsPerFile = v;
75 return self()->mMirrorsPerFile;
86 kDebug() <<
"setConnectionsPerUrl: value " << v <<
" is less than the minimum value of 1";
92 kDebug() <<
"setConnectionsPerUrl: value " << v <<
" is greater than the maximum value of 10";
96 if (!
self()->isImmutable( QString::fromLatin1(
"ConnectionsPerUrl" ) ))
97 self()->mConnectionsPerUrl = v;
106 return self()->mConnectionsPerUrl;
111 friend class MetalinkSettingsHelper;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:17 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.