1 #ifndef _Q_REF_EVENTLIST_HH_
2 #define _Q_REF_EVENTLIST_HH_
#define Q_BEGIN_NAMESPACE
list of references to const QEvent (s)
void Pop()
remove the first QEvent in the list
bool Empty() const
check if the list is empty
void Clear()
reset list to 0 elements
std::vector< const QEvent * > fEvents
underlying vector of QEvent (s) references
const QEvent & operator[](const size_t i)
operator[], if out of range throws an exception
void Push(const QEvent *obj)
add a QEvent
size_t Size() const
number of QEvent (s)