nw::lyt::MultiArcResourceAccessor Class

Syntax

class MultiArcResourceAccessor : public nw::lyt::ResourceAccessor

Description

The class for accessing multiple archive resources.

Member Constants

S ROOTPATH_MAX const int The maximum length of the path name.

Member Functions

Constructors and Destructors
MultiArcResourceAccessor Constructor.
V ~MultiArcResourceAccessor Destructor.
Set/Get
Attach Registers the archive information.
Detach Clears the registration for the specified archive data.
DetachAll Cancels the registrations of all registered archive information.
V GetResource Gets the resource.
RegistFont Registers a font object.
UnregistFont Cancels registration of the font object.
RegistTexture Registers a texture.
UnregistTexture Cancels texture registration.
V GetTexture Gets the texture information.
V GetFont Gets the font.
GetTextureContainer Gets TextureContainer.
GetFontContainer Gets FontContainer.
Other
protected V LoadTexture Loads a texture.
protected V LoadFont Creates resource fonts.

Class Hierarchy

nw::lyt::ResourceAccessor
  nw::lyt::MultiArcResourceAccessor

Revision History

2009/09/18
Initial version.

CONFIDENTIAL