aknexnoteconstants.h

来自「symbian ui的 例子 初学者可以 好好看看,这个是培训的资料,应该比较宝」· C头文件 代码 · 共 47 行

H
47
字号
/*
* ==============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?