?? audio4view.h
字號(hào):
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __Audio4VIEW_H__
#define __Audio4VIEW_H__
class CEikLabel;
#include <coecntrl.h>
class CAudio4View : public CCoeControl
{
public:
static CAudio4View* NewL(const TRect& aRect);
static CAudio4View* NewLC(const TRect& aRect);
~CAudio4View();
public: // from CCoeControl
void Draw(const TRect& aRect) const;
void UpdateLabelL(const TDesC& aText);
TInt CountComponentControls() const;
CCoeControl* ComponentControl(TInt aIndex) const;
private:
void ConstructL(const TRect& aRect);
CAudio4View();
private:
CEikLabel* iLabel;
};
#endif // __Audio4VIEW_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -