Attica
39 Project::Project(
const Project &other)
54 void Project::setId(
const QString &u)
64 void Project::setName(
const QString &name)
74 void Project::setVersion(
const QString &name)
79 QString Project::version()
const
84 void Project::setLicense(
const QString &name)
89 QString Project::license()
const
94 void Project::setUrl(
const QString &name)
104 void Project::setSummary(
const QString &name)
109 QString Project::summary()
const
114 void Project::setDescription(
const QString &name)
116 d->m_description =
name;
119 QString Project::description()
const
121 return d->m_description;
124 void Project::setDevelopers(
const QStringList &name)
126 d->m_developers =
name;
131 return d->m_developers;
134 void Project::setRequirements(
const QString &name)
136 d->m_requirements =
name;
139 QString Project::requirements()
const
141 return d->m_requirements;
144 void Project::setSpecFile(
const QString &name)
146 d->m_specFile =
name;
149 QString Project::specFile()
const
151 return d->m_specFile;
154 void Project::addExtendedAttribute(
const QString &key,
const QString &value)
156 d->m_extendedAttributes.insert(key, value);
161 return d->m_extendedAttributes.value(key);
166 return d->m_extendedAttributes;
169 bool Project::isValid()
const
171 return !(d->m_id.isEmpty());
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:08:16 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.