timermodel.h
来自「symbian手机通话录音程序」· C头文件 代码 · 共 34 行
H
34 行
/*
* ============================================================================
* Name : Timermodel.h
* Part of : RecorderExample
* Created : 20.03.2005 by Forum Nokia
* Description:
* Declares basic struct for delay information to timer
* Version : 1.0.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef TIMERMODEL_H
#define TIMERMODEL_H
// INCLUDES
#include <e32def.h>
// STRUCT DECLARATION
/**
* Struct of Timer Model
*/
struct TTimerModel
{
TInt iHundredths;
TInt iIncrement;
TBool iRunning;
};
#endif // TIMERMODEL_H
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?