?? mso_confirm_defs.h
字號:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_confirm_defs.h $
*
* Description:
* ============
* Project definition of the MSO_CONFIRM
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifndef __O_CONFIRM_DEFS_H__
#define __O_CONFIRM_DEFS_H__
#include "GUI\Menu_system\osd_rendering_defs.h"
#include "GUI\Menu_system\ms_component_defs.h"
/***************************************************************************************
* Public Macros
****************************************************************************************/
// This attribute means only one OK button
#define MS_ATTR_CONFIRM_OK_BUTTON_ONLY MS_ATTR_GENERAL_PURPOSE_1
#define MS_SetConfirmOKButtonOnly MS_SetGeneralPurpose1
#define MS_ClareConfirmOKButtonOnly MS_ClearGeneralPurpose1
#define MS_IsConfirmOKButtonOnly MS_IsGeneralPurpose1
/***************************************************************************************
* Public typdef definitions.
****************************************************************************************/
typedef struct {
MS_DESCRIPTOR_COMPONENT moDescriptor;
CONST UINT8* mpBgBmp; // Background bitmap
UINT16 mwTextColor; // Text color
OSD_TEXT** mpOSDMessages; // an array of OSD_TEXT pointers
UINT8 mcNbrMessages;
void (*mConfirmAction)(BOOL bConfirmed);
}MS_DESCRIPTOR_CONFIRM;
typedef MSO_COMPONENT MSO_CONFIRM;
#endif // __O_CONFIRM_DEFS_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -