|
Krita Source Code Documentation
|
#include <QMutex>#include <QSemaphore>#include "tiles3/swap/kis_tile_data_swapper.h"#include "tiles3/swap/kis_tile_data_swapper_p.h"#include "tiles3/kis_tile_data.h"#include "tiles3/kis_tile_data_store.h"#include "tiles3/kis_tile_data_store_iterators.h"#include "kis_debug.h"Go to the source code of this file.
Classes | |
| class | AggressiveSwapStrategy |
| class | KisTileDataSwapper |
| class | SoftSwapStrategy |
Macros | |
| #define | DEBUG_ACTION(action) |
| #define | DEBUG_VALUE(value) |
| #define | SEC 1000 |
| #define DEBUG_ACTION | ( | action | ) |
Definition at line 28 of file kis_tile_data_swapper.cpp.
| #define DEBUG_VALUE | ( | value | ) |
Definition at line 29 of file kis_tile_data_swapper.cpp.
| #define SEC 1000 |
Definition at line 17 of file kis_tile_data_swapper.cpp.