action_id.h

Go to the documentation of this file.
00001 /* Gxsm - Gnome X Scanning Microscopy
00002  * universal STM/AFM/SARLS/SPALEED/... controlling and
00003  * data analysis software
00004  * 
00005  * Copyright (C) 1999,2000,2001,2002,2003 Percy Zahl
00006  *
00007  * Authors: Percy Zahl <zahl@users.sf.net>
00008  * additional features: Andreas Klust <klust@users.sf.net>
00009  * WWW Home: http://gxsm.sf.net
00010  *
00011  * This program is free software; you can redistribute it and/or modify
00012  * it under the terms of the GNU General Public License as published by
00013  * the Free Software Foundation; either version 2 of the License, or
00014  * (at your option) any later version.
00015  *
00016  * This program is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019  * GNU General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU General Public License
00022  * along with this program; if not, write to the Free Software
00023  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
00024  */
00025 
00026 /* -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 8 c-style: "K&R" -*- */
00027 
00028 /* Channel Actions */
00029 #define    ID_CH_V 1
00030 #define    ID_CH_M 101
00031 
00032 typedef enum {
00033     ID_CH_V_NO,
00034     ID_CH_V_GREY,
00035     ID_CH_V_SURFACE,
00036     ID_CH_V_PROFILE,
00037     ID_CH_V_LAST 
00038 } CHANNEL_VIEW_ACTIONS;
00039 
00040 typedef enum {
00041     ID_CH_NULL,
00042     ID_CH_M_OFF,
00043     ID_CH_M_ACTIVE,
00044     ID_CH_M_ON,
00045     ID_CH_M_MATH,
00046     ID_CH_M_X,
00047     ID_CH_M_LAST 
00048 } CHANNEL_MODE_ACTIONS;
00049 
00050 #define ID_CH_M_2ND_OFFSET 0x100
00051 
00052 typedef enum {
00053     ID_CH_D_P,
00054     ID_CH_D_M,
00055     ID_CH_D_2ND_P,
00056     ID_CH_D_2ND_M,
00057     ID_CH_D_LAST 
00058 } CHANNEL_SDIR_ACTIONS;
00059 
00060 /* Print Actions */
00061 typedef enum {
00062     ID_PRINTM_FIRST,
00063     ID_PRINTM_AUTO,
00064     ID_PRINTM_QUICK,
00065     ID_PRINTM_DIRECT,
00066     ID_PRINTM_LAST
00067 } PRINT_MODE;
00068 
00069 typedef enum {
00070     ID_PRINTT_FIRST,
00071     ID_PRINTT_PLAIN,
00072     ID_PRINTT_TICKSOZ,
00073     ID_PRINTT_TICKS,
00074     ID_PRINTT_BAR,
00075     ID_PRINTT_CIRC,
00076     ID_PRINTT_LAST
00077 } PRINT_TYPE;
00078 
00079 typedef enum {
00080     ID_PRINTI_FIRST,
00081     ID_PRINTI_NONE,
00082     ID_PRINTI_SIZE,
00083     ID_PRINTI_MORE,
00084     ID_PRINTI_ALL,
00085     ID_PRINTI_LAST
00086 } PRINT_INFO;
00087 
00088 typedef enum {
00089     ID_PRINT_FIRST,
00090     ID_PRINT_TITLE,
00091     ID_PRINT_AUTO,
00092     ID_PRINT_DIRECT,
00093     ID_PRINT_QUICK,
00094     ID_PRINT_SCALEIT,
00095     ID_PRINT_FRAME,
00096     ID_PRINT_TYP,
00097     ID_PRINT_INFO,
00098     ID_PRINT_FONTSIZE,
00099     ID_PRINT_FIGWIDTH,
00100     ID_PRINT_FILE,
00101     ID_PRINT_FNAME,
00102     ID_PRINT_PRT,
00103     ID_PRINT_PRTCMD,
00104     ID_PRINT_OK,
00105     ID_PRINT_CANCEL,
00106     ID_PRINT_HELP,
00107     ID_PRINT_LAST
00108 } PRINT_ACTIONS;
00109 
00110 
00111 
00112 typedef enum {
00113     ID_GL_FIRST,
00114     ID_GL_nZP,
00115     ID_GL_Fog,
00116     ID_GL_Tex,
00117     ID_GL_Cull,
00118     ID_GL_Mesh,
00119     ID_GL_Smooth,
00120     ID_GL_Dither,
00121     ID_GL_Ticks,
00122     ID_GL_ColX,
00123     ID_GL_Prev,
00124     ID_GL_LAST
00125 } GL_ACTIONS;
00126 
00127 

Generated on Sat Apr 1 09:03:44 2006 for GXSM by  doxygen 1.4.6