ARB
Classes | Macros | Functions
MG_configs.cxx File Reference
#include "merge.hxx"
#include <sel_boxes.hxx>
#include <selection_admin.h>
#include <prompt.hxx>
#include <aw_root.hxx>
#include <aw_awar.hxx>
#include <aw_awar_defs.hxx>
#include <aw_msg.hxx>
#include <ad_config.h>
#include <arbdb.h>
Include dependency graph for MG_configs.cxx:

Go to the source code of this file.

Classes

class  MgSelectionAdmin
 

Macros

#define AWAR_CONFIG_NAME(db)   awar_name_tmp(db, "specsel_name")
 
#define AWAR_SPECSEL_COMMENT_NAME(db)   awar_name_tmp(db, "specsel_comment")
 

Functions

void create_config_awars_for_db (AW_root *aw_root, AW_default aw_def, DbSel db)
 
void MG_create_config_awar (AW_root *aw_root, AW_default aw_def)
 
void MG_popup_selection_admin (AW_window *aw_parent, DbSel db)
 
static void MG_transfer_selection (AW_window *aww, DbSel from_db)
 
AW_windowMG_create_merge_selections_window (AW_root *awr)
 

Macro Definition Documentation

#define AWAR_CONFIG_NAME (   db)    awar_name_tmp(db, "specsel_name")
#define AWAR_SPECSEL_COMMENT_NAME (   db)    awar_name_tmp(db, "specsel_comment")

Function Documentation

void create_config_awars_for_db ( AW_root aw_root,
AW_default  aw_def,
DbSel  db 
)
inline

Definition at line 34 of file MG_configs.cxx.

References AWAR_CONFIG_NAME, AWAR_SPECSEL_COMMENT_NAME, and AW_root::awar_string().

Referenced by MG_create_config_awar().

void MG_create_config_awar ( AW_root aw_root,
AW_default  aw_def 
)
void MG_popup_selection_admin ( AW_window aw_parent,
DbSel  db 
)
static void MG_transfer_selection ( AW_window aww,
DbSel  from_db 
)
static
AW_window* MG_create_merge_selections_window ( AW_root awr)