#include <freemheg.h>
Public Member Functions | |
| virtual | ~MHEG () |
| virtual void | SetBooting ()=0 |
| virtual void | DrawDisplay (QRegion toDraw)=0 |
| virtual int | RunAll (void)=0 |
| virtual void | GenerateUserAction (int nCode)=0 |
| virtual void | EngineEvent (int)=0 |
Definition at line 42 of file freemheg.h.
| virtual MHEG::~MHEG | ( | ) | [inline, virtual] |
Definition at line 45 of file freemheg.h.
| virtual void MHEG::SetBooting | ( | ) | [pure virtual] |
Implemented in MHEngine.
Referenced by MHIContext::NetworkBootRequested(), and MHIContext::Restart().
| virtual void MHEG::DrawDisplay | ( | QRegion | toDraw | ) | [pure virtual] |
Implemented in MHEngine.
Referenced by MHIContext::RequireRedraw().
| virtual int MHEG::RunAll | ( | void | ) | [pure virtual] |
Implemented in MHEngine.
Referenced by MHIContext::run().
| virtual void MHEG::GenerateUserAction | ( | int | nCode | ) | [pure virtual] |
Implemented in MHEngine.
Referenced by MHIContext::run().
| virtual void MHEG::EngineEvent | ( | int | ) | [pure virtual] |
Implemented in MHEngine.
Referenced by MHIContext::NetworkBootRequested(), and MHIContext::Restart().
1.6.3