viewserverapplication.h

来自「view server symbian os application devel」· C头文件 代码 · 共 22 行

H
22
字号
/* ====================================================================
 * File: ViewServerApplication.h
 * Created: 07/04/05
 * Author: 
 * Copyright (c): , All rights reserved
 * ==================================================================== */

#ifndef __VIEWSERVER_APPLICATION_H__
#define __VIEWSERVER_APPLICATION_H__

#include <aknapp.h>

class CViewServerApplication : public CAknApplication {
  public:  // from CAknApplication
    TUid AppDllUid() const;

  protected: // from CAknApplication
    CApaDocument* CreateDocumentL();
};

#endif 

⌨️ 快捷键说明

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