Main Page | Modules | File List | Related Pages

g2_PS_funix.h

00001 /*****************************************************************************
00002 **  Copyright (C) 1998-2001  Ljubomir Milanovic & Horst Wagner
00003 **  This file is part of the g2 library
00004 **
00005 **  This library is free software; you can redistribute it and/or
00006 **  modify it under the terms of the GNU Lesser General Public
00007 **  License as published by the Free Software Foundation; either
00008 **  version 2.1 of the License, or (at your option) any later version.
00009 **
00010 **  This library is distributed in the hope that it will be useful,
00011 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013 **  Lesser General Public License for more details.
00014 **
00015 **  You should have received a copy of the GNU Lesser General Public
00016 **  License along with this library; if not, write to the Free Software
00017 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 ******************************************************************************/
00019 #ifndef _G2_PS_FUNIX_H
00020 #define _G2_PS_FUNIX_H
00021 
00022 #include "g2_PS_P.h"
00023 #include "g2_physical_device.h"
00024 
00025 const g2_funix_fun g2_PS_funix[] = {
00026     { g2_Delete,          g2_PS_delete },
00027     { g2_Ink,             g2_PS_ink    },
00028     { g2_Pen,             g2_PS_pen    },
00029     { g2_SetBackground,   g2_PS_set_background },
00030     { g2_ClearPalette,    g2_PS_clear_palette },
00031     { g2_SetLineWidth,    g2_PS_set_line_width },
00032     { g2_SetDash,         g2_PS_set_dash },
00033     { g2_SetFontSize,     g2_PS_set_font_size },
00034     { g2_Clear,           g2_PS_clear },                  
00035     { g2_Flush,           g2_PS_flush },
00036     { g2_Save,            g2_PS_flush },
00037     { g2_Plot,            g2_PS_plot },
00038     { g2_Line,            g2_PS_line },   
00039     { g2_PolyLine,        g2_PS_poly_line },      
00040     { g2_Polygon,         g2_PS_polygon },                
00041     { g2_FilledPolygon,   g2_PS_filled_polygon },
00042     { g2_Rectangle,       g2_PS_rectangle },      
00043     { g2_FilledRectangle, g2_PS_filled_rectangle },       
00044     { g2_Triangle,        g2_PS_triangle },
00045     { g2_FilledTriangle,  g2_PS_filled_triangle },
00046     { g2_Arc,             g2_PS_arc },
00047     { g2_FilledArc,       g2_PS_filled_arc },
00048     { g2_Ellipse,         g2_PS_ellipse },
00049     { g2_FilledEllipse,   g2_PS_filled_ellipse },
00050     { g2_Circle,          NULL },
00051     { g2_FilledCircle,    NULL },
00052     { g2_String,          g2_PS_draw_string },
00053     { g2_FUNIX_NULL,      NULL } };
00054 
00055 
00056 #endif /* _G2_PS_FUNIX_H */

Generated on Thu Apr 8 23:32:49 2004 for g2 by doxygen 1.3.6