LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
継承メンバを含む urania::PaintDevice の全メンバ一覧です。
app_ | urania::PaintDevice | protected |
blt(const urania::PaintMemDevice &src, int sx, int sy, int w, int h, int dx, int dy, const std::optional< eunomia::Rect > &cliprect=std::nullopt) | urania::PaintDevice | |
blt(urania::PaintMemDeviceIndexed &src, int sx, int sy, int w, int h, int dx, int dy, const std::optional< eunomia::Rect > &cliprect=std::nullopt) | urania::PaintDevice | |
blt(const urania::PaintMemDevice &src) | urania::PaintDevice | |
blt(urania::PaintMemDeviceIndexed &src) | urania::PaintDevice | |
box(int x1, int y1, int x2, int y2, const urania::Color &col, bool f=false) | urania::PaintDevice | |
changeFont(int size, const std::wstring &fn, bool ro, bool fx, bool bo, bool itl, bool ul, bool sk) | urania::PaintDevice | |
circle(int x, int y, int r, const urania::Color &col, bool f=false) | urania::PaintDevice | inline |
clear(const urania::Color &col) | urania::PaintDevice | |
create(HDC dc, DestProc dp, void *a, int w, int h) | urania::PaintDevice | static |
DestProc typedef | urania::PaintDevice | |
dotset(int x, int y, const urania::Color &col) | urania::PaintDevice | |
dst_ | urania::PaintDevice | protected |
ellipse(int x, int y, int a, int b, const urania::Color &col, bool f=false) | urania::PaintDevice | |
getSysColor(int id) | urania::PaintDevice | inlinestatic |
hdc_ | urania::PaintDevice | protected |
height() const | urania::PaintDevice | inline |
height_ | urania::PaintDevice | protected |
line(int x1, int y1, int x2, int y2, const urania::Color &col) | urania::PaintDevice | |
obm_ | urania::PaintDevice | protected |
obr_ | urania::PaintDevice | protected |
oft_ | urania::PaintDevice | protected |
opn_ | urania::PaintDevice | protected |
PaintDevice(HDC dc, DestProc dp, void *a, int w, int h) | urania::PaintDevice | protected |
setSysColor(int id, const urania::Color &col) | urania::PaintDevice | static |
stretchBlt(const urania::PaintMemDevice &src) | urania::PaintDevice | |
stretchBlt(urania::PaintMemDeviceIndexed &src) | urania::PaintDevice | |
text(int x, int y, const std::wstring &str, const urania::Color &col) | urania::PaintDevice | |
text(int x, int y, int w, const std::wstring &str, const urania::Color &col) | urania::PaintDevice | |
width() const | urania::PaintDevice | inline |
width_ | urania::PaintDevice | protected |
~PaintDevice() | urania::PaintDevice |