📄 clocationexampleengine.h
字号:
/*
* ============================================================================
* Name : clocationexampleengine.h
* Part of : Location Example
* Created : 21.05.2007 by Forum Nokia
* Description:
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __CLOCATIONEXAMPLEENGINE_H__
#define __CLOCATIONEXAMPLEENGINE_H__
#include <e32base.h>
#include <LbsPositionInfo.h>
#include "clocationexamplepositionlistener.h"
#include "clocationexamplesmsengine.h"
// CONSTANTS
const TInt KQueryStringInputMaxLength = 25;
const TInt KDegreeLength = 19;
const TInt KDistanceMetersLength = 10; // Support to "9 999.9 m "
const TInt KDistanceMetersMaxValue = 9999;
const TInt KSMSMessageLength = 140;
const TInt KSMSMessageDegreeLength = 32;
const TInt KCompassPointLength = 2;
// Length of time buffer
const TInt KDateTimeLength = 125;
// Degrees sign delimeter used in formatting methods
_LIT(KDelimDegree,"\xb0"); // "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -