ML Reference
|
Each processing scope has its own GUI work queue and flags/counters for errors and tiles to wait for. More...
#include <mlPageRequestProcessorBase.h>
Public Member Functions | |
ScopeStackEntry () | |
Public Attributes | |
std::deque< PageRequest * > | guiQueue |
The GUI work queue. More... | |
int | rootTilesToWaitFor |
How many pending root tiles on this scope? More... | |
bool | errorOccurred |
Flag that indicates that an error occurred and that it needs to be handled in the GUI thread. More... | |
std::vector< PageRequest * > | pageRequestsWithErrors |
The list of page requests that have an error and need to be handled. More... | |
Each processing scope has its own GUI work queue and flags/counters for errors and tiles to wait for.
Definition at line 121 of file mlPageRequestProcessorBase.h.
|
inline |
Definition at line 123 of file mlPageRequestProcessorBase.h.
bool ml::PageRequestProcessorBase::ScopeStackEntry::errorOccurred |
Flag that indicates that an error occurred and that it needs to be handled in the GUI thread.
Definition at line 134 of file mlPageRequestProcessorBase.h.
std::deque<PageRequest*> ml::PageRequestProcessorBase::ScopeStackEntry::guiQueue |
The GUI work queue.
Definition at line 129 of file mlPageRequestProcessorBase.h.
std::vector<PageRequest*> ml::PageRequestProcessorBase::ScopeStackEntry::pageRequestsWithErrors |
The list of page requests that have an error and need to be handled.
Definition at line 137 of file mlPageRequestProcessorBase.h.
int ml::PageRequestProcessorBase::ScopeStackEntry::rootTilesToWaitFor |
How many pending root tiles on this scope?
Definition at line 131 of file mlPageRequestProcessorBase.h.