#include <wg_resource_handle.h>
Inheritance diagram for wGui::CStringResourceHandle:
Definition at line 136 of file wg_resource_handle.h.
wGui::CStringResourceHandle::CStringResourceHandle | ( | TResourceId | resId | ) | [inline] |
CStringResourceHandles must be instantiated with a valid resource ID
resId | The ID of the resource which the handle will represent |
Definition at line 141 of file wg_resource_handle.h.
wGui::CStringResourceHandle::CStringResourceHandle | ( | const CStringResourceHandle & | resHandle | ) | [inline] |
A copying constructor
resHandle | An existing resource handle that will be cloned |
Definition at line 145 of file wg_resource_handle.h.
const std::wstring wGui::CStringResourceHandle::String | ( | void | ) | const |
Returns the string
Definition at line 120 of file wg_resource_handle.cpp.
References wGui::CResourceHandle::m_ResourceId, and m_StringMap.