位图类 更多...
#include <PixelMap.h>
Public 成员函数 | |
PixelMap (int width, int height) noexcept | |
PixelMap (const PixelMap &other) noexcept | |
PixelMap (PixelMap &&other) noexcept | |
PixelMap & | operator= (const PixelMap &other) noexcept |
PixelMap & | operator= (PixelMap &&other) noexcept |
Painter & | beginPaint () noexcept |
开始绘制 | |
void | endPaint (const Painter &painter) |
结束绘制 | |
SizeData | size () noexcept |
Size | size () const noexcept |
Public 成员函数 继承自 Object | |
Object () noexcept | |
构造函数 | |
virtual | ~Object () noexcept |
析构函数 | |
友元 | |
class | Painter |
void * | getTarget (Painter *) |
位图类
|
noexcept |
开始绘制
void PixelMap::endPaint | ( | const Painter & | painter | ) |
结束绘制
painter | 通过beginPaint获得的绘制器 |
painter |
WrongPainter |