Windows C++ Library
|
#include <Accel.hpp>
Public Member Functions | |
CAccel () | |
~CAccel () | |
void | LoadRsc (uint iRscID) |
HACCEL | Handle () const |
bool | Translate (HWND hWnd, MSG &rMsg) |
Protected Attributes | |
HACCEL | m_hAccel |
Private Member Functions | |
CAccel (const CAccel &) | |
CAccel & | operator= (const CAccel &) |
CAccel::CAccel | ( | ) |
CAccel::~CAccel | ( | ) |
CAccel::CAccel | ( | const CAccel & | ) | [private] |
void CAccel::LoadRsc | ( | uint | iRscID | ) |
HACCEL CAccel::Handle | ( | ) | const [inline] |
bool CAccel::Translate | ( | HWND | hWnd, |
MSG & | rMsg | ||
) |
HACCEL CAccel::m_hAccel [protected] |