cursors.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     File                 : cursors.h
00003     Project              : QtiPlot
00004     --------------------------------------------------------------------
00005     Copyright            : (C) 2006 by Ion Vasilief, Tilman Hoener zu Siederdissen
00006     Email (use @ for *)  : ion_vasilief*yahoo.fr, thzs*gmx.net
00007     Description          : Various cursor bitmaps (XPMs)
00008                            
00009  ***************************************************************************/
00010 
00011 /***************************************************************************
00012  *                                                                         *
00013  *  This program is free software; you can redistribute it and/or modify   *
00014  *  it under the terms of the GNU General Public License as published by   *
00015  *  the Free Software Foundation; either version 2 of the License, or      *
00016  *  (at your option) any later version.                                    *
00017  *                                                                         *
00018  *  This program is distributed in the hope that it will be useful,        *
00019  *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
00020  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
00021  *  GNU General Public License for more details.                           *
00022  *                                                                         *
00023  *   You should have received a copy of the GNU General Public License     *
00024  *   along with this program; if not, write to the Free Software           *
00025  *   Foundation, Inc., 51 Franklin Street, Fifth Floor,                    *
00026  *   Boston, MA  02110-1301  USA                                           *
00027  *                                                                         *
00028  ***************************************************************************/
00029 static const char *cursor_xpm[]={
00030 "32 32 2 1",
00031 ". c None",
00032 "# c #000000",
00033 "................................",
00034 "................................",
00035 "................................",
00036 "................................",
00037 "................................",
00038 "................................",
00039 "................................",
00040 "................................",
00041 "...............##...............",
00042 "...............##...............",
00043 "...............##...............",
00044 "...............##...............",
00045 "...............##...............",
00046 "...........##########...........",
00047 "...........##......##...........",
00048 "...........##......##...........",
00049 ".....########......#########....",
00050 "...........##......##...........",
00051 "...........##......##...........",
00052 "...........##########...........",
00053 "...............##...............",
00054 "...............##...............",
00055 "...............##...............",
00056 "...............##...............",
00057 "...............##...............",
00058 "................................",
00059 "................................",
00060 "................................",
00061 "................................",
00062 "................................",
00063 "................................",
00064 "................................"};
00065 
00066 static const char *vizor_xpm[]={
00067 "32 32 3 1",
00068 ". c None",
00069 "# c #000000",
00070 "o c #ffffff",
00071 "................................",
00072 "................................",
00073 ".oooooooooooooooooooooooooooooo.",
00074 ".o############################o.",
00075 ".o#ooooooooooooo#oooooooooooo#o.",
00076 ".o#o...........o#o..........o#o.",
00077 ".o#o...........o#o..........o#o.",
00078 ".o#o...........o#o..........o#o.",
00079 ".o#o...........o#o..........o#o.",
00080 ".o#o...........o#o..........o#o.",
00081 ".o#o...........o#o..........o#o.",
00082 ".o#o...........o#o..........o#o.",
00083 ".o#o...........ooo..........o#o.",
00084 ".o#o........................o#o.",
00085 ".o#oooooooooooo...ooooooooooo#o.",
00086 ".o############o...o###########o.",
00087 ".o#oooooooooooo...ooooooooooo#o.",
00088 ".o#o........................o#o.",
00089 ".o#o...........ooo..........o#o.",
00090 ".o#o...........o#o..........o#o.",
00091 ".o#o...........o#o..........o#o.",
00092 ".o#o...........o#o..........o#o.",
00093 ".o#o...........o#o..........o#o.",
00094 ".o#o...........o#o..........o#o.",
00095 ".o#o...........o#o..........o#o.",
00096 ".o#o...........o#o..........o#o.",
00097 ".o#ooooooooooooo#oooooooooooo#o.",
00098 ".o############################o.",
00099 ".oooooooooooooooooooooooooooooo.",
00100 "................................",
00101 "................................",
00102 "................................"};
00103 
00104 static const char *lens_xpm[]={
00105 "32 32 4 1",
00106 ". c None",
00107 "# c None",
00108 "a c #000000",
00109 "b c #ffffff",
00110 "..................##############",
00111 ".###############..##############",
00112 ".###############..##############",
00113 ".###############..##############",
00114 ".###############..##############",
00115 ".###############..##############",
00116 ".###############..##############",
00117 ".###############..##############",
00118 ".########...............########",
00119 ".########...aaaa........########",
00120 ".########..a....a.......########",
00121 ".########.a......a......########",
00122 ".########a........a.....########",
00123 ".########a.a......a.....########",
00124 ".########a.aa.....a.....########",
00125 ".########a.baa....a.....########",
00126 ".########.abbaa..a......########",
00127 "...........a....aaa.....########",
00128 "............aaaa.aaa....########",
00129 "#########.........aaa...########",
00130 "#########..........aaa..########",
00131 "#########...........aaa.########",
00132 "#########............aaa########",
00133 "#########.............aaa#######",
00134 "#######################aaa######",
00135 "########################a#######",
00136 "################################",
00137 "################################",
00138 "################################",
00139 "################################",
00140 "################################",
00141 "################################"};
00142 

Generated on Sun Jun 15 21:32:15 2008 for QtiPlot by  doxygen 1.5.6