?? rrcontainer.h
字號:
#ifndef RRCONTAINER_H_
#define RRCONTAINER_H_
#include <coecntrl.h>
class CrrSettingItemList;
class CrrContainer : public CCoeControl,MCoeControlObserver
{
public:
~CrrContainer();
private:
void ConstructL(const TRect& aRect);
TInt CountComponentControls() const;
CCoeControl* ComponentControl(TInt aIndex) const;
void Draw(const TRect& aRect) const;
void HandleControlEventL(CCoeControl* aControl,TCoeEvent aEventType);
private:
CrrSettingItemList* iSettingItemList;
};
#endif /*RRCONTAINER_H_*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -