RPbkViewResourceFile Class Reference

API published in: S60 1st Ed
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

None


#include <rpbkviewresourcefile.h>

Detailed Description

Helper class for loading the PbkView DLL resource file.

Public Member Functions

IMPORT_C  RPbkViewResourceFile (CCoeEnv &aEnv)
  Constructor.
IMPORT_C void  OpenL ()
  Opens the PbkView dll resource file for use.
IMPORT_C TBool  IsOpen () const
  Returns ETrue if the resource file is open.
IMPORT_C void  Close ()
  Closes the PbkView dll resource file.

Constructor & Destructor Documentation

IMPORT_C RPbkViewResourceFile::RPbkViewResourceFile CCoeEnv &  aEnv  ) 
 

Constructor.

Parameters:
aEnv  CONE environment where to load the resource file.

Member Function Documentation

IMPORT_C void RPbkViewResourceFile::Close  ) 
 

Closes the PbkView dll resource file.

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

IMPORT_C TBool RPbkViewResourceFile::IsOpen  )  const
 

Returns ETrue if the resource file is open.

Returns:
ETrue if the resource file is open.
IMPORT_C void RPbkViewResourceFile::OpenL  ) 
 

Opens the PbkView dll resource file for use.

Leaves if the resource file is already open.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top