RPbkViewResourceFile Class Reference

class RPbkViewResourceFile

Helper class for loading the PbkView DLL resource file.

Public Member Functions
RPbkViewResourceFile(CCoeEnv &)
IMPORT_C voidClose()
IMPORT_C TBoolIsOpen()
IMPORT_C voidOpenL()
Private Attributes
RConeResourceLoader iLoader
TBool iOpen

Constructor & Destructor Documentation

RPbkViewResourceFile(CCoeEnv &)

IMPORT_CRPbkViewResourceFile(CCoeEnv &aEnv)

Constructor.

Parameters

CCoeEnv & aEnvCONE environment where to load the resource file.

Member Functions Documentation

Close()

IMPORT_C voidClose()

Closes the PbkView dll resource file. You must always remember to close the resource file when finished using it.

IsOpen()

IMPORT_C TBoolIsOpen()const

Returns ETrue if the resource file is open.

OpenL()

IMPORT_C voidOpenL()

Opens the PbkView dll resource file for use. Leaves if the resource file is already open.

Member Data Documentation

RConeResourceLoader iLoader

RConeResourceLoader iLoader[private]

TBool iOpen

TBool iOpen[private]