KNewStuff
Go to the documentation of this file.
21 struct KNS::InstallationPrivate {
22 InstallationPrivate() {
45 : d(new InstallationPrivate)
66 d->m_uninstallCommand =
command;
71 d->m_standardresourcedir = dir;
81 d->m_installpath = dir;
86 d->m_absoluteinstallpath = dir;
91 d->m_checksumpolicy = policy;
96 d->m_signaturepolicy = policy;
106 d->m_customname = customname;
111 return d->m_uncompression;
121 return d->m_uninstallCommand;
126 return d->m_standardresourcedir;
131 return d->m_targetdir;
136 return d->m_installpath;
141 return d->m_absoluteinstallpath;
147 if (!
targetDir().isEmpty())
return false;
155 return d->m_checksumpolicy;
160 return d->m_signaturepolicy;
165 return d->m_customname;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:55:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.