swift
|
Decorator for CValuePage which allows incoming remote changes to be queued to allow for more flexibility to control how the queue is popped compared to the usual Qt::QueuedConnection. More...
Public Member Functions | |
CDataPageQueue (CValuePage *parent) | |
Constructor. | |
void | queueValuesFromCache (const swift::misc::CValueCachePacket &values, QObject *changedBy) |
Add to the queue to synchronize with a change caused by another page. More... | |
void | setQueuedValuesFromCache () |
Synchronize with changes queued by queueValuesFromCache. | |
void | setQueuedValueFromCache (const QString &key) |
Synchronize with one specific change in the queue, leave the rest for later. | |
Decorator for CValuePage which allows incoming remote changes to be queued to allow for more flexibility to control how the queue is popped compared to the usual Qt::QueuedConnection.
Definition at line 48 of file datacache.h.
void swift::misc::private_ns::CDataPageQueue::queueValuesFromCache | ( | const swift::misc::CValueCachePacket & | values, |
QObject * | changedBy | ||
) |
Add to the queue to synchronize with a change caused by another page.