Show
Ignore:
Timestamp:
19/01/10 14:11:52 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/EDIT4/ed4_defs.hxx

    r5901 r6358  
    3838extern int SEQ_TERM_TEXT_YOFFSET; 
    3939 
    40 extern int            MAXSEQUENCECHARACTERLENGTH; // greatest # of characters in a sequence string terminal 
    41 extern int            MAXSPECIESWIDTH; 
    42 extern int            MAXINFOWIDTH; 
    43 extern long           ED4_counter; 
    44 extern long           all_found; // nr of species which haven't been found 
    45 extern long           species_read; // nr of species read; important during loading 
    46 extern GBS_strstruct *not_found_message; 
    47 extern long           max_seq_terminal_length; // global maximum of sequence terminal length 
    48 extern ED4_EDITMODI   awar_edit_modus; 
    49 extern long           awar_edit_direction; 
    50 extern bool           move_cursor; //only needed for editing in consensus 
    51 extern bool           DRAW; 
    52 extern bool           last_window_reached; //only needed for refreshing all windows 
     40extern int  MAXSEQUENCECHARACTERLENGTH;             // greatest # of characters in a sequence string terminal 
     41extern int  MAXSPECIESWIDTH; 
     42extern int  MAXINFOWIDTH; 
     43extern long ED4_counter; 
     44 
     45// use ED4_init_notFoundMessage and ED4_finish_and_show_notFoundMessage to 
     46// modify the following elements 
     47#define MAX_SHOWN_MISSING_SPECIES 200U              // limit no of missing species/data printed into not_found_message 
     48extern size_t         not_found_counter;            // nr of species which haven't been found 
     49extern GBS_strstruct *not_found_message;            // error message containing (some) missing/unloadable species 
     50 
     51extern long         max_seq_terminal_length;        // global maximum of sequence terminal length 
     52extern ED4_EDITMODI awar_edit_modus; 
     53extern long         awar_edit_direction; 
     54extern bool         move_cursor;                    //only needed for editing in consensus 
     55extern bool         DRAW; 
     56extern bool         last_window_reached;            //only needed for refreshing all windows 
    5357 
    5458extern size_t status_count_total; // used for consensus progress bar