guiactions.h

来自「这个是boot gui的程序」· C头文件 代码 · 共 36 行

H
36
字号
/*
 *  Start of Zoran Standard Header
 *  Copyright (c) 2005, 2006 Zoran Corporation
 *  
 *  
 *  All rights reserved.  Proprietary and confidential.
 *  
 *  DESCRIPTION for guiactions.h
 *      GUI action routine declarations.
 *  
 *  NEW HISTORY COMMENT (description must be followed by a blank line)
 *  dstrauss   Added GUIActionMainMenuGotoItem().

 *  ===== HISTORY of changes in //depot/imgeng/sw/se_gw/gui/guiactions.h
 *  
 *  24/Jan/06 #4  dstrauss   Added GUIActionRestartJob().
 *  13/Dec/05 #3  dstrauss   Added GUIActionStartPhoto and GUIActionStopPhoto.
 *   9/Dec/05 #2  dstrauss   Added GUIActionCancelJob().
 *   7/Dec/05 #1  dstrauss   Created.
 *  

 *  End of Zoran Standard Header
 */
#ifndef _GUIACTIONS_H_
#define _GUIACTIONS_H_

extern void GUIActionCopyJobColor(void);
extern void GUIActionCopyJobMono(void);
extern int  GUIActionCancelJob(void);
extern void GUIActionStartPhoto(int imageNumber, int color);
extern void GUIActionStopPhoto(void);    /* cancel a photo print job */
extern void GUIActionRestartJob(void); /* restart a job which has an error */
extern void GUIActionMainMenuGotoItem(int itemID);

#endif /* _GUIACTIONS_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?