LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
PaintDevice互換メモリ上假想デバイス(24bit color) [詳解]
#include <paintdev.h>
公開メンバ関数 | |
~PaintMemDevice () | |
std::unique_ptr< eunomia::Picture > | duplicatePicture () const |
Picture複製 | |
std::unique_ptr< PaintMemDevice > | clone () const |
複製 | |
静的公開メンバ関数 | |
static std::unique_ptr< PaintMemDevice > | create (unsigned w, unsigned h) |
生成 | |
static std::unique_ptr< PaintMemDevice > | duplicate (const eunomia::Picture &pct) |
PictureからのPaintMemDeviceの複製 | |
限定公開メンバ関数 | |
PaintMemDevice (unsigned ww, unsigned hh) | |
限定公開変数類 | |
HDC | hdc_ |
HBITMAP | oldbmp_ |
フレンド | |
class | urania::PaintDevice |
PaintDevice互換メモリ上假想デバイス(24bit color)
|
protected |
urania::PaintMemDevice::~PaintMemDevice | ( | ) |
std::unique_ptr< urania::PaintMemDevice > urania::PaintMemDevice::clone | ( | ) | const |
複製
|
static |
生成
w | 幅 |
h | 高さ |
|
static |
PictureからのPaintMemDeviceの複製
Pictureを複製したPaintMemDeviceを生成する。
pct | 複製元のPicture |
std::unique_ptr< eunomia::Picture > urania::PaintMemDevice::duplicatePicture | ( | ) | const |
Picture複製
内容を複製したPictureを生成する。
|
friend |
|
protected |
|
protected |