|
Last change
on this file was
8696,
checked in by westram, 13 years ago
|
- merge from saiali log:branches/saiali@8635-8695
- unalign center (blockop)
- modify SAI range (using ACI/SRT)
- align ranges defined by SAI
- refactorings
- block ops
- selection lists
|
-
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 : ed4_visualizeSAI.hxx |
|---|
| 4 | // Purpose : Visualize the Sequence Associated Information (SAI) in the Editor |
|---|
| 5 | // Author : Yadhu Kumar (yadhu@mikro.biologie.tu-muenchen.de) |
|---|
| 6 | // web site : http://www.arb-home.de/ |
|---|
| 7 | /* */ |
|---|
| 8 | // Copyright Department of Microbiology (Technical University Munich) |
|---|
| 9 | /* */ |
|---|
| 10 | // ======================================================================================= |
|---|
| 11 | |
|---|
| 12 | #ifndef ED4_VISUALIZESAI_HXX |
|---|
| 13 | #define ED4_VISUALIZESAI_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef AW_BASE_HXX |
|---|
| 16 | #include <aw_base.hxx> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def); // create awars |
|---|
| 21 | AW_window *ED4_createVisualizeSAI_window(AW_root *aw_root); |
|---|
| 22 | |
|---|
| 23 | const char *ED4_getSaiColorString(AW_root *awr, int start, int end); |
|---|
| 24 | |
|---|
| 25 | #else |
|---|
| 26 | #error ed4_visualizeSAI.hxx included twice |
|---|
| 27 | #endif // ED4_VISUALIZESAI_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.