#include <ArSoundsQueue.h>
Public Member Functions | |
void | interrupt () |
Item (const Item &toCopy) | |
Item (std::string _data, ItemType _type, std::string _params, int priority, std::list< PlayItemFunctor * > callbacks) | |
Item (std::string _data, ItemType _type, std::string _params, int priority) | |
bool | operator== (const Item &other) const |
void | play () |
Public Attributes | |
std::string | data |
std::list< InterruptItemFunctor * > | interruptCallbacks |
std::string | params |
std::list< PlayItemFunctor * > | playCallbacks |
int | priority |
ItemType | type |
Definition at line 97 of file ArSoundsQueue.h.
|
Interrupt this item. Definition at line 78 of file ArSoundsQueue.cpp. Referenced by ArSoundsQueue::interrupt(). |
|
Note: does not compare priority! Definition at line 113 of file ArSoundsQueue.h. |
|
Play this item. Definition at line 70 of file ArSoundsQueue.cpp. Referenced by ArSoundsQueue::runThread(). |