#include <TEventManager.hh>
TEventManagerのコラボレーション図
Public 型 | |
enum | { tDefaultStackSize = 100 } |
Public メソッド | |
TEventManager (Tint stacksize=tDefaultStackSize) | |
virtual | ~TEventManager () |
Tint | GetStackSize () const |
Tint | GetNumberOfEvents () const |
const TEvent & | GetEvent () const |
TEvent & | GetEvent () |
TEventAction * | GetEventAction () const |
Tvoid | SetStackSize (Tint stacksize) |
Tvoid | SetNumberOfEvents (Tint nevents) |
Tvoid | SetEvent (const TEvent &event) |
Tvoid | SetEventAction (TEventAction *action) |
Tstatus_t | GetStatus () const |
Tvoid | SetStatus (Tstatus_t status) |
Tint | GetLastAccessID () const |
Tvoid | SetLastAccessID (Tint id) |
Tvoid | ClearEventStack () |
Tint | FindEvent (Tint id) const |
Tbool | HasEvent (Tint id) const |
Tvoid | TouchNewestEvent () |
TEvent | GetNewestEvent () |
TEvent | GetNextEvent () |
TEvent | GetLastEvent () |
TEvent | GetEvent (Tint id) |
virtual const TRun & | RecordEvent () |
virtual const TEvent & | TakeEvent () |
virtual Tvoid | ShowStatus () const |
virtual Tvoid | Clear () |
Static Public メソッド | |
TEventManager * | GetEventManager () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|