Definition at line 52 of file kis_inpaint.cpp.
◆ ImageView() [1/2]
◆ ImageView() [2/2]
| ImageView::ImageView |
( |
quint8 * | _data, |
|
|
int | _imageWidth, |
|
|
int | _imageHeight, |
|
|
int | _pixelSize ) |
|
inline |
Definition at line 77 of file kis_inpaint.cpp.
78 {
79 Init(_data, _imageWidth, _imageHeight, _pixelSize);
80 }
void Init(quint8 *_data, int _imageWidth, int _imageHeight, int _pixelSize)
References Init().
◆ ~ImageView()
| virtual ImageView::~ImageView |
( |
| ) |
|
|
inlinevirtual |
◆ data()
| quint8 * ImageView::data |
( |
void | | ) |
const |
|
inline |
◆ DebugDump()
| void ImageView::DebugDump |
( |
const QString & | fnamePrefix | ) |
|
|
inline |
Definition at line 146 of file kis_inpaint.cpp.
147 {
155 }
void saveToDevice(KisPaintDeviceSP outDev, QRect rect)
#define KIS_DUMP_DEVICE_2(device, rc, suffix, prefix)
const KoColorSpace * colorSpace(const QString &colorModelId, const QString &colorDepthId, const KoColorProfile *profile)
static KoColorSpaceRegistry * instance()
const KoColorSpace * alpha8()
References KoColorSpaceRegistry::alpha8(), KoColorSpaceRegistry::colorSpace(), KoColorSpaceRegistry::instance(), KIS_DUMP_DEVICE_2, m_imageHeight, m_imageWidth, m_pixelSize, and saveToDevice().
◆ Init()
| void ImageView::Init |
( |
quint8 * | _data, |
|
|
int | _imageWidth, |
|
|
int | _imageHeight, |
|
|
int | _pixelSize ) |
|
inline |
◆ num_bytes()
| int ImageView::num_bytes |
( |
void | | ) |
const |
|
inline |
◆ num_elements()
| int ImageView::num_elements |
( |
void | | ) |
const |
|
inline |
◆ operator()()
| quint8 * ImageView::operator() |
( |
int | x, |
|
|
int | y ) const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pixel_size()
| int ImageView::pixel_size |
( |
void | | ) |
const |
|
inline |
◆ saveToDevice()
◆ m_data
| quint8* ImageView::m_data {nullptr} |
|
protected |
◆ m_imageHeight
| int ImageView::m_imageHeight {0} |
|
protected |
◆ m_imageWidth
| int ImageView::m_imageWidth {0} |
|
protected |
◆ m_pixelSize
| int ImageView::m_pixelSize {0} |
|
protected |
The documentation for this class was generated from the following file: