#include <EventQueue.h>
Public Member Functions | |
EventNode () | |
void | insert (void *item, int type) |
int | getType () |
void * | getItem () |
EventNode * | getNextNode () |
bool | isEmpty () |
Private Attributes | |
EventNode * | next |
void * | item |
int | type |
Definition at line 7 of file EventQueue.h.
|
Definition at line 5 of file EventQueue.cpp. References item, next, and type. Referenced by insert(). |
|
Definition at line 28 of file EventQueue.cpp. References item. Referenced by EventQueue::getNextEvent(). |
|
Definition at line 33 of file EventQueue.cpp. References next. Referenced by EventQueue::getNextEvent(). |
|
Definition at line 23 of file EventQueue.cpp. References type. Referenced by EventQueue::getType(). |
|
Definition at line 12 of file EventQueue.cpp. References EventNode(), insert(), isEmpty(), and next. Referenced by EventQueue::addLast(), and insert(). Here is the call graph for this function: |
|
Definition at line 38 of file EventQueue.cpp. References item. Referenced by EventQueue::getNextEvent(), insert(), and EventQueue::isEventPending(). |
|
Definition at line 10 of file EventQueue.h. Referenced by EventNode(), getItem(), and isEmpty(). |
|
Definition at line 9 of file EventQueue.h. Referenced by EventNode(), getNextNode(), and insert(). |
|
Definition at line 11 of file EventQueue.h. Referenced by EventNode(), and getType(). |