File: awt_TreeAwars.hxx

package info (click to toggle)
arb 6.0.6-8
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 66,204 kB
  • sloc: ansic: 394,911; cpp: 250,290; makefile: 19,644; sh: 15,879; perl: 10,473; fortran: 6,019; ruby: 683; xml: 503; python: 53; awk: 32
file content (33 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// =============================================================== //
//                                                                 //
//   File      : awt_TreeAwars.hxx                                 //
//   Purpose   : tree awar registry                                //
//                                                                 //
//   Coded by Ralf Westram (coder@reallysoft.de) in January 2014   //
//   Institute of Microbiology (Technical University Munich)       //
//   http://www.arb-home.de/                                       //
//                                                                 //
// =============================================================== //

#ifndef AWT_TREEAWARS_HXX
#define AWT_TREEAWARS_HXX

#ifndef ARBDB_BASE_H
#include <arbdb_base.h>
#endif
#ifndef CB_H
#include <cb.h>
#endif

void AWT_initTreeAwarRegistry(GBDATA *gbmain);

void AWT_registerTreeAwarCallback(AW_awar *awar, const TreeAwarCallback& tacb, bool triggerIfTreeDataChanges);
void AWT_registerTreeAwarSimple(AW_awar *awar);

// the following functions should only be used by TreeAdmin!
void AWT_announce_tree_renamed(const char *oldname, const char *newname);
void AWT_announce_tree_deleted(const char *name);

#else
#error awt_TreeAwars.hxx included twice
#endif // AWT_TREEAWARS_HXX