#include <EltDecor.hpp>
Fonctions membres publiques | |
EltDecor (int ID, int x=0, int y=0) | |
Construit un element. | |
virtual | ~EltDecor () |
int | getID () const |
Retourne l'id de l'image utilisee. | |
int | getX () const |
Retourne l'abcisse. | |
int | getY () const |
Retourne l'ordonnee. | |
int | Compare (const EltDecor &d) const |
Retourne un int de comparaison pour le tri dans le set. | |
bool | operator== (const EltDecor &e) const |
bool | operator< (const EltDecor &e) const |
Définition à la ligne 19 du fichier EltDecor.hpp.
cce::EltDecor::EltDecor | ( | int | ID, | |
int | x = 0 , |
|||
int | y = 0 | |||
) |
Construit un element.
x,: | abcisse | |
y,: | ordonnee | |
ID,: | ID du dessin à récupérer dans le gestionnaire de ressources |
Définition à la ligne 12 du fichier EltDecor.cpp.
cce::EltDecor::~EltDecor | ( | ) | [virtual] |
Définition à la ligne 20 du fichier EltDecor.cpp.
int cce::EltDecor::Compare | ( | const EltDecor & | d | ) | const |
Retourne un int de comparaison pour le tri dans le set.
Définition à la ligne 29 du fichier EltDecor.cpp.
int cce::EltDecor::getID | ( | ) | const |
Retourne l'id de l'image utilisee.
Définition à la ligne 23 du fichier EltDecor.cpp.
int cce::EltDecor::getX | ( | ) | const |
Retourne l'abcisse.
Définition à la ligne 25 du fichier EltDecor.cpp.
int cce::EltDecor::getY | ( | ) | const |
Retourne l'ordonnee.
Définition à la ligne 27 du fichier EltDecor.cpp.
bool cce::EltDecor::operator< | ( | const EltDecor & | e | ) | const |
Définition à la ligne 47 du fichier EltDecor.cpp.
bool cce::EltDecor::operator== | ( | const EltDecor & | e | ) | const |
Définition à la ligne 43 du fichier EltDecor.cpp.