nw::lyt::ArcResourceAccessor Class

Syntax

class ArcResourceAccessor : public nw::lyt::ResourceAccessor

Description

This class is used to access archive resources.

Member Constants

S ROOTPATH_MAX The maximum length of the path name.

Member Functions

Constructors and Destructors
ArcResourceAccessor Constructor.
Set/Get
Attach Registers the archive data.
Detach Clears the registration for the registered archive data.
V GetResource Gets the resource.
IsAttached Determines whether an archive has been set for the accessor.
GetArchiveDataStart Obtains the starting address of the archive.
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.
Other
protected V LoadTexture Loads a texture.
protected V LoadFont Creates resource fonts.

Class Hierarchy

nw::lyt::ResourceAccessor
  nw::lyt::ArcResourceAccessor

Revision History

2009/09/18
Initial version.

CONFIDENTIAL