|
Krita Source Code Documentation
|
#include <QMutexLocker>#include "kis_tile_data.h"#include "kis_tile_data_store.h"#include "kis_tile.h"#include "kis_memento_manager.h"#include "kis_debug.h"#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | DEBUG_COWING(newTD) |
| #define | DEBUG_LOG_ACTION(action) |
| #define | lazyCopying() (m_tileData->m_usersCount>1) |
| #define DEBUG_COWING | ( | newTD | ) |
Definition at line 155 of file kis_tile.cc.
| #define DEBUG_LOG_ACTION | ( | action | ) |
Definition at line 148 of file kis_tile.cc.
| #define lazyCopying | ( | ) | (m_tileData->m_usersCount>1) |
Definition at line 219 of file kis_tile.cc.