#include <xap_Resource.h>
Public Member Functions | |
virtual | ~XAP_Resource () |
const UT_UTF8String & | name () const |
UT_uint32 | ref () |
UT_uint32 | unref () |
UT_uint32 | count () const |
Public Attributes | |
const bool | bInternal |
UT_UTF8String | Description |
Protected Member Functions | |
XAP_Resource (const char *resource_name, bool resource_internal) | |
Private Attributes | |
UT_UTF8String | m_resource_name |
UT_uint32 | m_ref_count |
XAP_Resource::XAP_Resource | ( | const char * | resource_name, | |
bool | resource_internal | |||
) | [protected] |
virtual XAP_Resource::~XAP_Resource | ( | ) | [inline, virtual] |
UT_uint32 XAP_Resource::count | ( | ) | const [inline] |
const UT_UTF8String& XAP_Resource::name | ( | ) | const [inline] |
Referenced by XAP_ResourceManager::write_xml().
UT_uint32 XAP_Resource::ref | ( | void | ) | [inline] |
Referenced by XAP_ResourceManager::ref().
UT_uint32 XAP_Resource::unref | ( | void | ) | [inline] |
Referenced by XAP_ResourceManager::unref().
const bool XAP_Resource::bInternal |
Referenced by IE_Imp_XML::charData().
Referenced by IE_Imp_AbiWord_1::_handleResource(), and XAP_ResourceManager::write_xml().
UT_uint32 XAP_Resource::m_ref_count [private] |
UT_UTF8String XAP_Resource::m_resource_name [private] |