#include <omgui/win32/win.h>
Public Member Functions | |
operator HDC () const | |
ScopedDC (HWND hwnd, HDC dc) | |
~ScopedDC () | |
Private Member Functions | |
ScopedDC & | operator= (const ScopedDC &) |
ScopedDC (const ScopedDC &) | |
Private Attributes | |
HDC | m_dc |
HWND | m_hwnd |
omgui::win32::ScopedDC::ScopedDC | ( | HWND | hwnd, | |
HDC | dc | |||
) | [inline] |
omgui::win32::ScopedDC::~ScopedDC | ( | ) | [inline] |
omgui::win32::ScopedDC::ScopedDC | ( | const ScopedDC & | ) | [private] |
omgui::win32::ScopedDC::operator HDC | ( | ) | const [inline] |
HDC omgui::win32::ScopedDC::m_dc [private] |
HWND omgui::win32::ScopedDC::m_hwnd [private] |