⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 osmo4_app.h

📁 一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库
💻 H
字号:
/* *			GPAC - Multimedia Framework C SDK * *			Copyright (c) ENST 2006-200X *				Authors: Jean Le Feuvre  *					All rights reserved * *  This file is part of GPAC / Symbian GUI player * *  GPAC is free software; you can redistribute it and/or modify *  it under the terms of the GNU Lesser General Public License as published by *  the Free Software Foundation; either version 2, or (at your option) *  any later version. *    *  GPAC is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *  GNU Lesser General Public License for more details. *    *  You should have received a copy of the GNU Lesser General Public *  License along with this library; see the file COPYING.  If not, write to *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  * */#ifndef __osmo4APPLICATION_H__#define __osmo4APPLICATION_H__// INCLUDES#include <aknapp.h>// CLASS DECLARATION/*** COsmo4Application application class.* Provides factory to create concrete document object.* An instance of COsmo4Application is the application part of the* AVKON application framework for the Osmo4 example application.*/class COsmo4Application : public CAknApplication    {    public: // Functions from base classes        /**        * From CApaApplication, AppDllUid.        * @return Application's UID (KUidOsmo4App).        */        TUid AppDllUid() const;    protected: // Functions from base classes        /**        * From CApaApplication, CreateDocumentL.        * Creates COsmo4Document document object. The returned        * pointer in not owned by the COsmo4Application object.        * @return A pointer to the created document object.        */        CApaDocument* CreateDocumentL();    };#endif // __osmo4APPLICATION_H__// End of File

⌨️ 快捷键说明

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