chxavrecentclipspopuplist.h
来自「symbian 下的helix player源代码」· C头文件 代码 · 共 55 行
H
55 行
/************************************************************************
* chxavrecentclipspopuplist.h
* ---------------------------
*
* Synopsis:
* Contains the class declaration of CHXAvRecentClipsPopupList. This
* put up a dialog with the recently played clips.
*
*
*
* Target:
* Symbian OS
*
*
* (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
*
*****************************************************************************/
#ifndef _chxavrecentclipspopuplist_h_
#define _chxavrecentclipspopuplist_h_
// Symbian includes...
#include <aknpopup.h>
#include <aknlists.h>
// Includes from this project...
#include "chxavurllist.h"
#include "chxavmisc.h"
// class CHXAvRecentClipsPopupList
class CHXAvRecentClipsPopupList
: public CAknPopupList
{
public:
CHXAvRecentClipsPopupList(TInt& idxSelected);
virtual ~CHXAvRecentClipsPopupList();
void ConstructL(CHXAvURLList *recentClips);
protected:
// CAknPopupList
virtual void AttemptExitL(TBool aAccept);
protected:
CAknSingleGraphicPopupMenuStyleListBox* m_pListBox;
TInt& m_idxSelected;
};
#endif // _chxavrecentclipspopuplist_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?