source: tags/svn.1.5.4/SEQ_QUALITY/seq_quality.h

Last change on this file was 6867, checked in by westram, 14 years ago
  • ARB GUI (merges [6844] [6845] [6847] [6858] [6861] from refactor)
    • new central header cb.h (planned to define ALL callbacks used in ARB here later)
    • refactored callback handling for some AW_root callbacks
      • AW_root_callback hides function ptr + arguments
      • AW_root_cblist hides lists of AW_root_callback
    • DRYed AW_RCB
    • reduced tight coupling between some of WINDOW/*.hxx (omg)
    • removed AWUSE
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : SQ_quality.h                                           //
4//                                                                       //
5//                                                                       //
6//  Coded by Juergen Huber in July 2003 - February 2004                  //
7//  Coded by Kai Bader (baderk@in.tum.de) in 2007 - 2008                 //
8//  Copyright Department of Microbiology (Technical University Munich)   //
9//                                                                       //
10//  Visit our web site at: http://www.arb-home.de/                       //
11//                                                                       //
12//  ==================================================================== //
13
14#ifndef SEQ_QUALITY_H
15#define SEQ_QUALITY_H
16
17#ifndef AW_BASE_HXX
18#include <aw_base.hxx>
19#endif
20
21void SQ_create_awars(AW_root * awr, AW_default aw_def);
22AW_window *SQ_create_seq_quality_window(AW_root * aw_root, AW_CL cl_gb_main);
23
24#else
25#error seq_quality.h included twice
26#endif                          // SEQ_QUALITY_H
Note: See TracBrowser for help on using the repository browser.