📄 aknexnoteconstants.h
字号:
/*
* ==============================================================================
* Name : aknexnoteconstants.h
* Part of : Note example
* Interface :
* Description :
* Version :
*
* Copyright (c) 2004 - 2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#ifndef __AKNEXNOTECONSTANTS_H__
#define __AKNEXNOTECONSTANTS_H__
// CONSTANTS
// All apllications constants are here.
const TInt KAknExNoteGray = 0xaaaaaa;
const TInt KAknExNoteComponentCount = 1;
const TInt KAknExNoteMessageBufLength = 256;
const TInt KAknExNoteRandomNumberRange = 20;
const TInt KAknExNoteProgressbarFinalValue = 200;
const TInt KAknExNoteInitializeTime = 0;
const TInt KAknExNoteInitializeResourceId = 0;
const TInt KAknExNoteTextBufLength = 256;
// Define show time of wait note and permanent note.
// Unit is microsecond.
const TInt KMaxPermanentNoteShowTime( 6 * 1000000 );
const TUid KViewId = { 1 }; // UID of view
const TInt KAknExNoteTitleBufLength = 256;
const TInt KPermNoteCallBackPriority( CActive::EPriorityStandard );
const TInt KWaitNoteCallBackPriority( CActive::EPriorityStandard );
#endif //__AKNEXNOTECONSTANTS_H__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -