kdevplugininfo.h
Go to the documentation of this file.
const TQValueList< TDEAboutPerson > authors() const
void addCredit(const char *name, const char *task=0, const char *emailAddress=0, const char *webAddress=0)
Adds a contributor to the list of contributors.
Definition: kdevplugininfo.cpp:177
TQString copyrightStatement() const
Definition: kdevplugininfo.cpp:135
const TQValueList< TDEAboutPerson > credits() const
void addAuthor(const char *name, const char *task, const char *emailAddress=0, const char *webAddress=0)
Adds an author to the list of authors.
Definition: kdevplugininfo.cpp:171
TQVariant property(const TQString &name) const
Definition: kdevplugininfo.cpp:150
TQVariant operator[](const TQString &name) const
Definition: kdevplugininfo.cpp:158