rpbkviewresourcefile.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name     : RPbkViewResourceFile from RPbkViewResourceFile.h
00004 *  Part of  : PbkView.dll
00005 *
00006 *  Description:
00007 *     Helper class for loading PbkView resources.
00008 *  Version:
00009 *
00010 *  Copyright (C) 2002 Nokia Corporation.
00011 *  This material, including documentation and any related 
00012 *  computer programs, is protected by copyright controlled by 
00013 *  Nokia Corporation. All rights are reserved. Copying, 
00014 *  including reproducing, storing,  adapting or translating, any 
00015 *  or all of this material requires the prior written consent of 
00016 *  Nokia Corporation. This material also contains confidential 
00017 *  information which may not be disclosed to others without the 
00018 *  prior written consent of Nokia Corporation.
00019 * ============================================================================
00020 */
00021 
00022 #ifndef __RPbkViewResourceFile_H__
00023 #define __RPbkViewResourceFile_H__
00024 
00025 //  INCLUDES
00026 #include <e32std.h>
00027 #include "ConeResLoader.h"
00028 
00029 // CLASS DECLARATION
00030 
00034 class RPbkViewResourceFile
00035     {
00036     public:  // Interface
00041         IMPORT_C RPbkViewResourceFile(CCoeEnv& aEnv);
00042 
00047         IMPORT_C void OpenL();
00048 
00053         IMPORT_C TBool IsOpen() const;
00054     
00060         IMPORT_C void Close();
00061 
00062     private:  // Data
00064         RConeResourceLoader iLoader;
00066         TBool iOpen;
00067     };
00068 
00069 // __RPbkViewResourceFile_H__
00070 #endif
00071 
00072 // End of File

Copyright © Nokia Corporation 2001-2008
Back to top