examples/SFExamples/NotifierExample/Launchers/ExeLauncher_UIQ3/inc/ExeLauncher_UIQ3View.h

00001 /*
00002 ============================================================================
00003  Name           : CExeLauncher_UIQ3View from ExeLauncher_UIQ3View.h
00004  Author   : Hamish Willee
00005  Version         :
00006  Copyright   : (C) Symbian 2007
00007  Description : Declares main application view class.
00008 ============================================================================
00009 */
00010 
00011 #ifndef EXELAUNCHER_UIQ3VIEW_H
00012 #define EXELAUNCHER_UIQ3VIEW_H
00013 
00014 #include <QikViewBase.h>
00015 
00022 class CExeLauncher_UIQ3View : public CQikViewBase
00023         {
00024 public:
00025         static CExeLauncher_UIQ3View* NewLC(CQikAppUi& aAppUi);
00026         ~CExeLauncher_UIQ3View();
00027 
00028         // from CQikViewBase
00029         TVwsViewId ViewId()const;
00030         void HandleCommandL(CQikCommand& aCommand);
00031 
00032 protected:
00033         // from CQikViewBase
00034         void ViewConstructL();
00035 
00036 private:
00037         CExeLauncher_UIQ3View(CQikAppUi& aAppUi);
00038         void ConstructL();
00039         };
00040 
00041 #endif // EXELAUNCHER_UIQ3VIEW_H

Generated by  doxygen 1.6.2