examples/Graphics/coverflow/inc/coverflowappview.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : Coverflowappview.h
00004 *  Part of     : Coverflow
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2005-2006 Nokia Corporation.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #ifndef __COVERFLOWAPPVIEW_H__
00017 #define __COVERFLOWAPPVIEW_H__
00018 
00019 // INCLUDES
00020 #include <coecntrl.h>
00021 #include <Coverflowappui.h>
00022 
00023 // CLASS DECLARATION
00024 class CCoverflowAppView : public CCoeControl
00025     {
00026     public:
00027         CCoverflowAppView(CCoverflowAppUi& aAppUi);
00028         ~CCoverflowAppView();
00029         void ConstructL(const TRect& aRect);
00030 
00031     private:
00035         CCoverflowAppUi& iAppUi;
00036         friend class CCoverflowAppUi;
00037     };
00038 
00039 #endif // __COVERFLOWAPPVIEW_H__
00040 
00041 // End of File
00042 

Generated by  doxygen 1.6.2