?? examplerecognizer.h
字號:
// EXAMPLERECOGNIZER.H
//
// Copyright (c) Symbian Software Ltd 2005. All rights reserved.
//
#if !defined(__EXAMPLERECOGNIZER_H__)
#define __EXAMPLERECOGNIZER_H__
#if !defined(__APMREC_H__)
#include <apmrec.h>
#endif
/*
CExampleNewRecognizer is a concrete data recognizer.
It implements CApaDataRecognizerType, the abstract base
class for recognizers.
*/
class CExampleNewRecognizer: public CApaDataRecognizerType
{
public:
CExampleNewRecognizer();
TUint PreferredBufSize();
TDataType SupportedDataTypeL(TInt) const;
static CApaDataRecognizerType* CreateRecognizerL();
private:
void DoRecognizeL(const TDesC&, const TDesC8&);
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -