?? 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 + -