?? template.h
字號:
/* libwmf (<libwmf/template.h>): library for wmf conversion Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources The libwmf Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The libwmf Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the libwmf Library; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */#ifndef LIBWMF_TEMPLATE_H#define LIBWMF_TEMPLATE_H#include <libwmf/types.h>typedef struct _wmf_template_t wmf_template_t;struct _wmf_template_t{ /* other */ wmfD_Rect bbox; unsigned long flags;};#define WMF_TEMPLATE_GetData(Z) ((wmf_template_t*)((Z)->device_data))#ifdef __cplusplusextern "C" {#endifextern void wmf_template_function (wmfAPI*);/* The following are necessary only for direct interaction with the * device layer. If desired, <libwmf/ipa.h> needs to be pre-included. */#ifdef LIBWMF_IPA_Hextern void wmf_template_device_open (wmfAPI*);extern void wmf_template_device_close (wmfAPI*);extern void wmf_template_device_begin (wmfAPI*);extern void wmf_template_device_end (wmfAPI*);extern void wmf_template_flood_interior (wmfAPI*,wmfFlood_t*);extern void wmf_template_flood_exterior (wmfAPI*,wmfFlood_t*);extern void wmf_template_draw_pixel (wmfAPI*,wmfDrawPixel_t*);extern void wmf_template_draw_pie (wmfAPI*,wmfDrawArc_t*);extern void wmf_template_draw_chord (wmfAPI*,wmfDrawArc_t*);extern void wmf_template_draw_arc (wmfAPI*,wmfDrawArc_t*);extern void wmf_template_draw_ellipse (wmfAPI*,wmfDrawArc_t*);extern void wmf_template_draw_line (wmfAPI*,wmfDrawLine_t*);extern void wmf_template_poly_line (wmfAPI*,wmfPolyLine_t*);extern void wmf_template_draw_polygon (wmfAPI*,wmfPolyLine_t*);extern void wmf_template_draw_rectangle (wmfAPI*,wmfDrawRectangle_t*);extern void wmf_template_rop_draw (wmfAPI*,wmfROP_Draw_t*);extern void wmf_template_bmp_draw (wmfAPI*,wmfBMP_Draw_t*);extern void wmf_template_bmp_read (wmfAPI*,wmfBMP_Read_t*);extern void wmf_template_bmp_free (wmfAPI*,wmfBMP*);extern void wmf_template_draw_text (wmfAPI*,wmfDrawText_t*);extern void wmf_template_udata_init (wmfAPI*,wmfUserData_t*);extern void wmf_template_udata_copy (wmfAPI*,wmfUserData_t*);extern void wmf_template_udata_set (wmfAPI*,wmfUserData_t*);extern void wmf_template_udata_free (wmfAPI*,wmfUserData_t*);extern void wmf_template_region_frame (wmfAPI*,wmfPolyRectangle_t*);extern void wmf_template_region_paint (wmfAPI*,wmfPolyRectangle_t*);extern void wmf_template_region_clip (wmfAPI*,wmfPolyRectangle_t*);#endif /* LIBWMF_IPA_H */#ifdef __cplusplus}#endif#endif /* ! LIBWMF_TEMPLATE_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -