#include <work_queue.h>
Public Slots | |
void | actionFinished (ActionPair finished_action) |
void | checkQueue () |
void | enqueueNewAction (AbstractTool *new_tool, ConstItemList input_data) |
Signals | |
void | commandComplete (CloudCommand *completed_command) |
void | commandProgress (QString command_text, double progress) |
Public Member Functions | |
WorkQueue (QObject *parent=0) | |
virtual | ~WorkQueue () |
Private Attributes | |
QQueue< ActionPair > | work_queue_ |
Definition at line 58 of file work_queue.h.
pcl::cloud_composer::WorkQueue::WorkQueue | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file work_queue.cpp.
pcl::cloud_composer::WorkQueue::~WorkQueue | ( | ) | [virtual] |
Definition at line 14 of file work_queue.cpp.
void pcl::cloud_composer::WorkQueue::actionFinished | ( | ActionPair | finished_action | ) | [slot] |
Definition at line 33 of file work_queue.cpp.
void pcl::cloud_composer::WorkQueue::checkQueue | ( | ) | [slot] |
Definition at line 46 of file work_queue.cpp.
void pcl::cloud_composer::WorkQueue::commandComplete | ( | CloudCommand * | completed_command | ) | [signal] |
void pcl::cloud_composer::WorkQueue::commandProgress | ( | QString | command_text, |
double | progress | ||
) | [signal] |
void pcl::cloud_composer::WorkQueue::enqueueNewAction | ( | AbstractTool * | new_tool, |
ConstItemList | input_data | ||
) | [slot] |
Definition at line 21 of file work_queue.cpp.
QQueue<ActionPair> pcl::cloud_composer::WorkQueue::work_queue_ [private] |
Definition at line 81 of file work_queue.h.