00001
00002
00003
00004
00005
00006
00007
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
00029 TVwsViewId ViewId()const;
00030 void HandleCommandL(CQikCommand& aCommand);
00031
00032 protected:
00033
00034 void ViewConstructL();
00035
00036 private:
00037 CExeLauncher_UIQ3View(CQikAppUi& aAppUi);
00038 void ConstructL();
00039 };
00040
00041 #endif // EXELAUNCHER_UIQ3VIEW_H