📄 smbmusicapsingleplayerdocument.h
字号:
/*----------------------------------------------------------------------------*/
// Copyright (c) 2007 Sony Ericsson Mobile Communications Japan, Inc.
// All rights reserved.
/*----------------------------------------------------------------------------*/
// FileName:
// SmbMusicAPSinglePlayerDocument.h
//
// Description: 堦嬋嵞惗僾儗僀儎乕Document僋儔僗僿僢僟
//
// Modify:
// 2007-02-01 PTX824Start
/*------------------------------------------------------------------------*/
// $NoKeywords: $
#ifndef SMBMUSICAPSINGLEPLAYERDOCUMENT_H__
#define SMBMUSICAPSINGLEPLAYERDOCUMENT_H__
#ifndef __SMBCOMMONDEF_H__
#include <SmbCommonDef.h> // NAMESPACE儅僋儘
#endif
#ifndef __SMBAFDOCUMENT_H__
#include <SmbAfDocument.h>
#endif
SEMCJ_NAMESPACE_BEGIN
class CSmbMusicAPSinglePlayerModel;
///////////////////////////////////////////////////////////////////////////////
// CSmbMusicAPSinglePlayerDocument
// 偙偺僗働儖僩儞偱偼丄傾僾儕働乕僔儑儞偺婲摦帪偵
// AppUi 偺僀儞僗僞儞僗偲 Model 偺僀儞僗僞儞僗傪惗惉偡傞丅
class CSmbMusicAPSinglePlayerDocument : public CSmbAfDocument
{
public:
enum TPanicCode
{
EInvalidArgument=0
};
public:
CSmbMusicAPSinglePlayerDocument(CSmbAfApplication& aApp);
~CSmbMusicAPSinglePlayerDocument();
CEikAppUi* CreateAppUiL();
//// 儌僨儖偺惗惉: 帺摦揑偵偼屇偽傟側偄偺偱丄Application 僋儔僗偵
//// 屇弌偟傪幚憰偟偰偍偔昁梫偑偁傞丅
void ConstructL();
//// Model 偺庢摼娭悢丅
// 儌僨儖偺屄悢傪曉偡丏
// TInt NumberOfModels () const;
// 堷悢屄栚偺儌僨儖傪曉偡丏
CSmbMusicAPSinglePlayerModel* GetModel();
private:
// // Model 偺強桳尃傪庴偗庢傞丏
// TInt RegistModel(CSmbMusicAPSinglePlayerModel* aModel);
CSmbMusicAPSinglePlayerModel* iModel;
};
SEMCJ_NAMESPACE_END
#endif // SMBMUSICAPSINGLEPLAYERDOCUMENT_H__
//// end of SmbMusicAPSinglePlayerDocument.h
/* Copyright (C) 2005-2007 Sony Ericsson Mobile Communications Japan, Inc. */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -