Main Page | Modules | File List | Related Pages

g2_X11_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_X11_FUNIX_H
00020 #define _G2_X11_FUNIX_H
00021 
00022 #include "g2_X11_P.h"
00023 #include "g2_physical_device.h"
00024 
00025 
00026 const g2_funix_fun g2_X11_funix[] = {
00027     { g2_Delete,          g2_X11_delete },
00028     { g2_Ink,             g2_X11_ink    },
00029     { g2_Pen,             g2_X11_pen    },
00030     { g2_SetBackground,   g2_X11_set_background },
00031     { g2_ClearPalette,    g2_X11_clear_palette },
00032     { g2_SetLineWidth,    g2_X11_set_line_width },
00033     { g2_SetDash,         g2_X11_set_dash },
00034     { g2_SetFontSize,     g2_X11_set_font_size },
00035     { g2_Clear,           g2_X11_clear },                 
00036     { g2_Flush,           g2_X11_flush },
00037     { g2_Save,            g2_X11_flush },
00038     { g2_Plot,            g2_X11_plot },
00039     { g2_Line,            g2_X11_line },          
00040     { g2_PolyLine,        g2_X11_poly_line },     
00041     { g2_Polygon,         g2_X11_polygon },               
00042     { g2_FilledPolygon,   g2_X11_filled_polygon },
00043     { g2_Rectangle,       g2_X11_rectangle },     
00044     { g2_FilledRectangle, g2_X11_filled_rectangle },      
00045     { g2_Triangle,        g2_X11_triangle },
00046     { g2_FilledTriangle,  g2_X11_filled_triangle },
00047     { g2_Arc,             g2_X11_arc },
00048     { g2_FilledArc,       g2_X11_filled_arc },
00049     { g2_Ellipse,         g2_X11_ellipse },
00050     { g2_FilledEllipse,   g2_X11_filled_ellipse },
00051     { g2_Circle,          NULL },
00052     { g2_FilledCircle,    NULL },
00053     { g2_String,          g2_X11_draw_string },
00054     { g2_Image,           NULL },
00055     { g2_QueryPointer,    g2_X11_query_pointer },
00056     { g2_FUNIX_NULL,      NULL } };
00057 
00058 
00059 #endif /* _G2_X11_FUNIX_H */

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