📄 uiop_lib.h
字号:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: UIOPLib_Library.h
*
* Description:
* ============
* Defines all the public UIOP Handler Functions
*
****************************************************************************************/
#include "Config.h"
#ifndef _UIOP_LIB_H_
#define _UIOP_LIB_H_
#include "\UI_Manager\UIOP_Lib\UIOP_DEF.h"
typedef void (* oUIOPFunction)(void);
extern CONST oUIOPFunction oUIOPFunctionMapTbl[(UIOP_LAST&(~OPERATION_CLASS_USER))];
#endif//_UIOP_LIB_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -