#include <wg_resource_handle.h>
Inheritance diagram for wGui::CCursorResourceHandle:
Definition at line 166 of file wg_resource_handle.h.
wGui::CCursorResourceHandle::CCursorResourceHandle | ( | TResourceId | resId | ) | [inline] |
CCursorResourceHandles must be instantiated with a valid resource ID
resId | The ID of the resource which the handle will represent |
Definition at line 171 of file wg_resource_handle.h.
wGui::CCursorResourceHandle::CCursorResourceHandle | ( | const CCursorResourceHandle & | resHandle | ) | [inline] |
A copying constructor
resHandle | An existing resource handle that will be cloned |
Definition at line 175 of file wg_resource_handle.h.
SDL_Cursor * wGui::CCursorResourceHandle::Cursor | ( | void | ) | const |
Returns the SDL Cursor pointer
Definition at line 136 of file wg_resource_handle.cpp.
References wGui::CResourceHandle::m_ResourceId, and m_SDLCursorMap.