#include <contacts.hxx>
Inherits SGReferenced.
Inherited by flightgear::addons::Author, and flightgear::addons::Maintainer.
|
| static void | setupGhost (nasal::Hash &addonsModule) |
| |
Definition at line 47 of file contacts.hxx.
◆ Contact()
| flightgear::addons::Contact::Contact |
( |
ContactType | type, |
|
|
std::string | name, |
|
|
std::string | email = "", |
|
|
std::string | url = "" ) |
◆ ~Contact()
| virtual flightgear::addons::Contact::~Contact |
( |
| ) |
|
|
virtualdefault |
◆ getEmail()
| string flightgear::addons::Contact::getEmail |
( |
| ) |
const |
◆ getName()
| string flightgear::addons::Contact::getName |
( |
| ) |
const |
◆ getType()
| ContactType flightgear::addons::Contact::getType |
( |
| ) |
const |
◆ getTypeString()
| string flightgear::addons::Contact::getTypeString |
( |
| ) |
const |
◆ getUrl()
| string flightgear::addons::Contact::getUrl |
( |
| ) |
const |
◆ setEmail()
| void flightgear::addons::Contact::setEmail |
( |
const std::string & | email | ) |
|
◆ setName()
| void flightgear::addons::Contact::setName |
( |
const std::string & | name | ) |
|
◆ setupGhost()
| void flightgear::addons::Contact::setupGhost |
( |
nasal::Hash & | addonsModule | ) |
|
|
static |
◆ setUrl()
| void flightgear::addons::Contact::setUrl |
( |
const std::string & | url | ) |
|
The documentation for this class was generated from the following files: