StarTrekV3_Linux  Version3
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
Slot Class Reference

#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
 

Constructor & Destructor Documentation

Slot::Slot ( SlotManager a_pParent)
Slot::Slot ( int  a_nX,
int  a_nY,
const string  a_strCaption,
SlotManager a_pParent 
)
Slot::~Slot ( )

Member Function Documentation

void Slot::Draw ( ALLEGRO_FONT *  a_pFont)
string Slot::GetCaption ( )
void Slot::ProcessKeyEvent ( int  a_nUniChar)
void Slot::ProcessMouseEvent ( ALLEGRO_MOUSE_EVENT *  mouse_event)

Friends And Related Function Documentation

friend class SlotManager
friend

The documentation for this class was generated from the following files: