00001 /*------------------------------------------------------------------------*/ 00002 /* file: Fec.h */ 00003 /* Copyright INRIA 2006 */ 00004 /* Authors : Jean-Baptiste Silvy */ 00005 /* desc : Functions to interact with the graphic window */ 00006 /*------------------------------------------------------------------------*/ 00007 00008 #ifndef _ACTIONS_H_ 00009 #define _ACTIONS_H_ 00010 00014 int scig_3drot(integer win_num) ; 00015 00019 int scig_2dzoom(integer win_num) ; 00020 00024 void scig_unzoom(integer win_num) ; 00025 00029 void scig_erase(integer win_num) ; 00030 00034 void scig_sel(integer win_num) ; 00035 00039 void scig_replay(integer win_num) ; 00040 00044 void scig_loadsg(int win_num, char *filename) ; 00045 00046 /* 00047 * Basic Replay : expose graphics i.e 00048 * if we have a pixmap we can perform a wshow 00049 * else we perform a sgig_replay 00050 */ 00051 void scig_expose(integer win_num) ; 00052 00056 void scig_resize(integer win_num) ; 00057 00058 /* 00059 * graphic Window raise 00060 */ 00061 void scig_raise(integer win_num) ; 00062 00063 #endif /* _ACTIONS_H_ */
1.5.1