Returns true if this queue contains the specified element. More formally, returns true if and only if this list contains at least one element e such that (o==null ? e==null : o.equals(e)).
Returns a reference to the QObject representing the item that is next to be removed from the queue according to the queue discipline that was specified.
Removes the next item from the queue according to the queue discipline that was specified. Returns a reference to the QObject representing the item that was removed