#include <wg_resource_handle.h>
Inheritance diagram for wGui::CBitmapResourceHandle:

Definition at line 88 of file wg_resource_handle.h.
| wGui::CBitmapResourceHandle::CBitmapResourceHandle | ( | TResourceId | resId | ) |  [inline] | 
        
CBitmapResourceHandles must be instantiated with a valid resource ID
| resId | The ID of the resource which the handle will represent | 
Definition at line 93 of file wg_resource_handle.h.
| wGui::CBitmapResourceHandle::CBitmapResourceHandle | ( | const CBitmapResourceHandle & | resHandle | ) |  [inline] | 
        
A copying constructor
| resHandle | An existing resource handle that will be cloned | 
Definition at line 97 of file wg_resource_handle.h.
| SDL_Surface * wGui::CBitmapResourceHandle::Bitmap | ( | void | ) | const | 
Gets the handle's bitmap
Definition at line 89 of file wg_resource_handle.cpp.
References m_BitmapMap, and wGui::CResourceHandle::m_ResourceId.
Referenced by wGui::CPicture::Draw(), and wGui::CPopupMenu::Draw().
 1.5.1