FlightGear next
|
#include <contacts.hxx>
Inherits flightgear::addons::Contact.
Public Member Functions | |
Author (std::string name, std::string email="", std::string url="") | |
![]() | |
Contact (ContactType type, std::string name, std::string email="", std::string url="") | |
virtual | ~Contact ()=default |
ContactType | getType () const |
std::string | getTypeString () const |
std::string | getName () const |
void | setName (const std::string &name) |
std::string | getEmail () const |
void | setEmail (const std::string &email) |
std::string | getUrl () const |
void | setUrl (const std::string &url) |
Static Public Member Functions | |
static void | setupGhost (nasal::Hash &addonsModule) |
![]() | |
static void | setupGhost (nasal::Hash &addonsModule) |
Definition at line 75 of file contacts.hxx.
flightgear::addons::Author::Author | ( | std::string | name, |
std::string | email = "", | ||
std::string | url = "" ) |
Definition at line 99 of file contacts.cxx.
|
static |
Definition at line 104 of file contacts.cxx.