RPbkViewResourceFile Class Reference

#include <app/RPbkViewResourceFile.h>

class RPbkViewResourceFile
Public Member Functions
RPbkViewResourceFile(CCoeEnv &)
IMPORT_C voidClose()
IMPORT_C TBoolIsOpen()
IMPORT_C voidOpenL()

Detailed Description

Helper class for loading the PbkView DLL resource file.

Constructor & Destructor Documentation

RPbkViewResourceFile ( CCoeEnv & )

IMPORT_CRPbkViewResourceFile(CCoeEnv &aEnv)

Constructor.

ParameterDescription
aEnvCONE environment where to load the resource file.

Member Function 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.

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.