exelauncher_appui.h

来自「Symbian C++ scmp.zip」· C头文件 代码 · 共 28 行

H
28
字号
// ExeLauncher_AppUi.h
//
// Copyright (c) 2002 Symbian Ltd.  All rights reserved.
//
    
#ifndef __EXELAUNCHER_APPUI_H
#define __EXELAUNCHER_APPUI_H

#include "ExeLauncher.h"
#include "ExeLauncher_AppView.h"

class CExeLauncherAppUi : public CEikAppUi
  {
public:
  void ConstructL();
  ~CExeLauncherAppUi();
private: // from CEikAppUi
  void HandleCommandL(TInt aCommand);
  
private:
  CExeLauncherAppView* iAppView;
  RProcess iProcess;
  HBufC* iDirFspec;
  CDir* iFileList;
  };

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?