ARB
Macros | Enumerations | Functions
MG_trees.cxx File Reference
#include "merge.hxx"
#include <TreeAdmin.h>
#include <awt_sel_boxes.hxx>
#include <aw_root.hxx>
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <arbdbt.h>
#include <arb_global_defs.h>
Include dependency graph for MG_trees.cxx:

Go to the source code of this file.

Macros

#define AWAR_TREE_NAME_SRC   AWAR_MERGE_TMP_SRC "tree_name"
 
#define AWAR_TREE_NAME_DST   AWAR_MERGE_TMP_DST "tree_name"
 
#define AWAR_TREE_XFER_WHAT   AWAR_MERGE_TMP "xfer_what"
 
#define AWAR_TREE_OVERWRITE   AWAR_MERGE_TMP "overwrite"
 

Enumerations

enum  TREE_XFER_MODE { XFER_SELECTED, XFER_ALL, XFER_MISSING, XFER_EXISTING }
 

Functions

void MG_create_trees_awar (AW_root *aw_root, AW_default aw_def)
 
static GB_ERROR transfer_tree (const char *tree_name, bool overwrite, const char *behind_name)
 
static void MG_transfer_tree (AW_window *aww)
 
AW_windowMG_create_merge_trees_window (AW_root *awr)
 

Macro Definition Documentation

#define AWAR_TREE_NAME_SRC   AWAR_MERGE_TMP_SRC "tree_name"
#define AWAR_TREE_NAME_DST   AWAR_MERGE_TMP_DST "tree_name"
#define AWAR_TREE_XFER_WHAT   AWAR_MERGE_TMP "xfer_what"
#define AWAR_TREE_OVERWRITE   AWAR_MERGE_TMP "overwrite"

Enumeration Type Documentation

Enumerator
XFER_SELECTED 
XFER_ALL 
XFER_MISSING 
XFER_EXISTING 

Definition at line 26 of file MG_trees.cxx.

Function Documentation

void MG_create_trees_awar ( AW_root aw_root,
AW_default  aw_def 
)
static GB_ERROR transfer_tree ( const char tree_name,
bool  overwrite,
const char behind_name 
)
static
static void MG_transfer_tree ( AW_window aww)
static
AW_window* MG_create_merge_trees_window ( AW_root awr)