Attica::Project

Search for usage in LXR

Attica::Project Class Reference

#include <Attica/Project>

Public Types

typedef QList< ProjectList
 

Public Member Functions

 Project (const Project &other)
 
void addExtendedAttribute (const QString &key, const QString &value)
 
QString description () const
 
QStringList developers () const
 
QString extendedAttribute (const QString &key) const
 
QMap< QString, QStringextendedAttributes () const
 
QString id () const
 
bool isValid () const
 
QString license () const
 
QString name () const
 
Projectoperator= (const Project &other)
 
QString requirements () const
 
void setDescription (const QString &)
 
void setDevelopers (const QStringList &)
 
void setId (const QString &)
 
void setLicense (const QString &)
 
void setName (const QString &)
 
void setRequirements (const QString &)
 
void setSpecFile (const QString &)
 
void setSummary (const QString &)
 
void setUrl (const QString &)
 
void setVersion (const QString &)
 
QString specFile () const
 
QString summary () const
 
QString url () const
 
QString version () const
 

Detailed Description

Represents a project.

Definition at line 29 of file project.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.