|
StarTrekV3_Linux
Version3
|
#include <SaveSlots.h>
Public Member Functions | |
| Slot (SlotManager *a_pParent) | |
| Slot (int a_nX, int a_nY, const string a_strCaption, SlotManager *a_pParent) | |
| ~Slot () | |
| string | GetCaption () |
| void | Draw (ALLEGRO_FONT *a_pFont) |
| void | ProcessMouseEvent (ALLEGRO_MOUSE_EVENT *mouse_event) |
| void | ProcessKeyEvent (int a_nUniChar) |
Friends | |
| class | SlotManager |
| Slot::Slot | ( | SlotManager * | a_pParent | ) |
| Slot::Slot | ( | int | a_nX, |
| int | a_nY, | ||
| const string | a_strCaption, | ||
| SlotManager * | a_pParent | ||
| ) |
| Slot::~Slot | ( | ) |
| void Slot::Draw | ( | ALLEGRO_FONT * | a_pFont | ) |
| string Slot::GetCaption | ( | ) |
| void Slot::ProcessKeyEvent | ( | int | a_nUniChar | ) |
| void Slot::ProcessMouseEvent | ( | ALLEGRO_MOUSE_EVENT * | mouse_event | ) |
|
friend |