#include <Constellation.h>
Public Member Functions | |
| Constellation () | |
| Constructeur. | |
| String | getName (int index) |
| Renvoie le nom latin d'une constellation. | |
| String | getGenitive (int index) |
| Renvoie le nom latin (au genitif) d'une constellation. | |
| String | getAbbreviation (int index) |
| Renvoie le nom abbrégé d'une constellation. | |
| String | getGreekLetter (String abbrev) |
| Renvoie l'ID d'une constellation. | |
Static Public Member Functions | |
| static int | getConstellation (String name) |
| Renvoie l'ID d'une constellation. | |
Classes | |
| struct | t_abbrev |
| struct | t_constellation |
|
|
Constructeur.
|
|
|
Renvoie le nom abbrégé d'une constellation.
|
|
|
Renvoie l'ID d'une constellation. Le nom doit correspondre exactement à l'un des trois champs. |
|
|
Renvoie le nom latin (au genitif) d'une constellation.
|
|
|
Renvoie l'ID d'une constellation.
|
|
|
Renvoie le nom latin d'une constellation.
|
1.4.6-NO