#include <dpluginauthor.h>
|
QString | email |
| Email anti-spammed.
|
|
QString | name |
| Author name and surname.
|
|
QString | roles |
| Author roles, as "Developer", "Designer", "Translator", etc.
|
|
QString | years |
| Copyrights years.
|
|
◆ DPluginAuthor() [1/2]
Digikam::DPluginAuthor::DPluginAuthor |
( |
const QString & |
_nane, |
|
|
const QString & |
_email, |
|
|
const QString & |
_year |
|
) |
| |
◆ DPluginAuthor() [2/2]
Digikam::DPluginAuthor::DPluginAuthor |
( |
const QString & |
_name, |
|
|
const QString & |
_email, |
|
|
const QString & |
_year, |
|
|
const QString & |
_role |
|
) |
| |
◆ ~DPluginAuthor()
Digikam::DPluginAuthor::~DPluginAuthor |
( |
| ) |
|
|
default |
◆ toString()
QString Digikam::DPluginAuthor::toString |
( |
| ) |
const |
Return author details as string. For debug purpose only.
References email, name, roles, and years.
◆ email
QString Digikam::DPluginAuthor::email |
◆ name
QString Digikam::DPluginAuthor::name |
Author name and surname.
Referenced by toString().
◆ roles
QString Digikam::DPluginAuthor::roles |
Author roles, as "Developer", "Designer", "Translator", etc.
Referenced by toString().
◆ years
QString Digikam::DPluginAuthor::years |
The documentation for this class was generated from the following files: