📄 guiactions.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -