kpilot/kpilot
syncStack.h File Reference
Detailed Description
This file defines the ActionQueue.This used to be called SyncStack, and while a stack is cool for some things, it actually rather confuses the issue because you _use_ this class for specifying "do this, then that, then ..." and in program code you need to reverse that order when adding items to a stack. So now it's a Queue, FIFO, and program code looks more normal.
Definition in file syncStack.h.
#include <qptrqueue.h>
#include "plugin.h"
Go to the source code of this file.