#include <pi2d14_selectionbutton.h>
Membres publics | |
| SelectionButton (unsigned int *idTex, unsigned int *idButton, unsigned int nbEntry) | |
| Constructeur. | |
| ~SelectionButton () | |
| Destructeur. | |
| void | render (float x, float y, float sizex, float sizey, float r, float g, float b) |
| Affiche le bouton a l'ecran REM : pour que l'affichage ce fasse bien, il faut qu'une projection orthogoanl ai ete mise en en place. | |
| void | addSelection (unsigned int idTexture, int idButton) |
| void | deleteSelection (int idButton) |
| int | getCurrentSelectionID () |
| int | getCurrentSelectionTexID () |
| void | next () |
| se positionne sur le prochaine element | |
| void | prev () |
| unsigned int | getNbSelection () |
| retourne le nombre de selection possible | |
Attributs Privés | |
| Selection * | selections |
| unsigned int | nbSelection |
| unsigned int | currentSelection |
Définition à la ligne 30 du fichier pi2d14_selectionbutton.h.
|
||||||||||||||||
|
Constructeur.
Définition à la ligne 13 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, MENU::Selection::idButton, MENU::Selection::idTexture, nbSelection, et selections. |
|
|
Destructeur.
Définition à la ligne 30 du fichier pi2d14_selectionbutton.cpp. Références selections. |
|
||||||||||||
|
|
|
|
|
|
|
Définition à la ligne 89 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, nbSelection, et selections. |
|
|
Définition à la ligne 100 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, nbSelection, et selections. |
|
|
retourne le nombre de selection possible
Définition à la ligne 145 du fichier pi2d14_selectionbutton.cpp. Références nbSelection. |
|
|
se positionne sur le prochaine element
Définition à la ligne 113 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, et nbSelection. |
|
|
Définition à la ligne 130 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, et nbSelection. |
|
||||||||||||||||||||||||||||||||
|
Affiche le bouton a l'ecran REM : pour que l'affichage ce fasse bien, il faut qu'une projection orthogoanl ai ete mise en en place.
Définition à la ligne 46 du fichier pi2d14_selectionbutton.cpp. Références currentSelection, nbSelection, et selections. Référencé par render(). |
|
|
Définition à la ligne 35 du fichier pi2d14_selectionbutton.h. Référencé par getCurrentSelectionID(), getCurrentSelectionTexID(), next(), prev(), render(), et SelectionButton(). |
|
|
Définition à la ligne 34 du fichier pi2d14_selectionbutton.h. Référencé par getCurrentSelectionID(), getCurrentSelectionTexID(), getNbSelection(), next(), prev(), render(), et SelectionButton(). |
|
|
Définition à la ligne 33 du fichier pi2d14_selectionbutton.h. Référencé par getCurrentSelectionID(), getCurrentSelectionTexID(), render(), SelectionButton(), et ~SelectionButton(). |
1.3.5