debug/src/tags.h

00001 /***************************************************************************
00002                           tags.h  -  description
00003                              -------------------
00004     begin                : Wed Mar 31 2004
00005     copyright            : (C) 2004 by Lynn Hazan
00006     email                : lynn.hazan.myrealbox.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
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  ***************************************************************************/
00017 
00018 #ifndef TAGS_H
00019 #define TAGS_H
00020 
00021 // include files for QT
00022 #include <qstring.h>
00023 
00029 /* @namespace neuroscope*/
00030 namespace neuroscope{
00031   
00033  extern const QString NEUROSCOPE;
00035  extern const QString PARAMETERS;
00037  extern const QString CREATOR; 
00039  extern const QString VERSION; 
00041  extern const QString ACQUISITION;
00043  extern const QString FIELD_POTENTIALS;
00045  extern const QString MISCELLANEOUS;
00047  extern const QString VIDEO; 
00049  extern const QString SAMPLING_RATES;
00051  extern const QString CHANNELS;
00053  extern const QString ANATOMY;
00055  extern const QString SPIKE;
00057  extern const QString FILES;
00059  extern const QString DISPLAYS;
00060 
00061  //Tags included in ACQUISITION
00063  extern const QString BITS;
00065  extern const QString NB_CHANNELS;
00067  extern const QString SAMPLING_RATE;
00069  extern const QString VOLTAGE_RANGE;
00071  extern const QString AMPLIFICATION;
00073  extern const QString OFFSET;
00074 
00075  //Tags included in FILED_POTENTIALS
00077  extern const QString LFP_SAMPLING_RATE;
00078 
00079  //Tags included in MISCELLANEOUS
00081  extern const QString SCREENGAIN;
00083  extern const QString TRACE_BACKGROUND_IMAGE;
00084  
00086  extern const QString SPIKES; 
00087   
00088  //Tags included in VIDEO
00090  extern const QString WIDTH;
00092  extern const QString HEIGHT;
00094  extern const QString ROTATE;
00096  extern const QString FLIP;
00098  extern const QString VIDEO_IMAGE;
00100  extern const QString POSITIONS_BACKGROUND;
00101   
00102  
00104  extern const QString EXTENSION_SAMPLING_RATE;
00105 
00107  extern const QString EXTENSION;
00108 
00110  extern const QString CHANNEL_COLORS;
00111 
00112  //Tags included in NEUROSCOPE
00114  extern const QString CHANNEL;
00116  extern const QString SKIP;
00118  extern const QString COLOR;
00120  extern const QString ANATOMY_COLOR;
00122  extern const QString SPIKE_COLOR;
00124  extern const QString CHANNEL_OFFSET;
00126  extern const QString DEFAULT_OFFSET;
00127 
00129  extern const QString CHANNEL_GROUPS;
00130 
00132  extern const QString GROUP;
00133 
00135  extern const QString CHANNEL;
00136 
00137  //Tags included in SPIKE
00139  extern const QString NB_SAMPLES;
00141  extern const QString PEAK_SAMPLE_INDEX;
00143  extern const QString UPSAMPLING_RATE;
00145  extern const QString WAVEFORM_LENGTH;
00147  extern const QString PEAK_SAMPLE_LENGTH;
00148 
00150  extern const QString FILE;
00151 
00152  //Tags included in FILE
00154  extern const QString TYPE;
00156  extern const QString URL;
00158  extern const QString DATE;
00160  extern const QString ITEMS;
00161 
00163  extern const QString ITEM_DESCRIPTION;
00164 
00166  extern const QString ITEM;
00167 
00169  extern const QString DISPLAY;
00170 
00171  //Tags included in DISPLAY
00173  extern const QString TAB_LABEL;
00175  extern const QString SHOW_LABELS;
00177  extern const QString START_TIME;
00179  extern const QString DURATION;
00181  extern const QString MULTIPLE_COLUMNS;
00183  extern const QString GREYSCALE;
00185  extern const QString POSITIONVIEW;
00187  extern const QString SHOWEVENTS; 
00189  extern const QString SPIKE_PRESENTATION;
00191  extern const QString RASTER_HEIGHT; 
00193  extern const QString CLUSTERS_SELECTED;
00195  extern const QString SPIKES_SELECTED;
00197  extern const QString EVENTS_SELECTED;
00199  extern const QString CLUSTERS_SKIPPED;
00201  extern const QString EVENTS_SKIPPED;
00203  extern const QString CHANNEL_POSITIONS;
00205  extern const QString CHANNELS_SELECTED;
00207  extern const QString CHANNELS_SHOWN;
00208 
00209  //Tags included in CLUSTERS_SELECTED
00211  extern const QString FILE_URL;
00213  extern const QString CLUSTER;
00214 
00215 
00217  extern const QString EVENT;
00218 
00220  extern const QString CHANNEL_POSITION;
00221 
00223  extern const QString GAIN;
00224  
00225 }
00226 
00227 #endif

Generated on Mon Sep 17 20:47:31 2007 for NeuroScope by  doxygen 1.5.1