ARB
|
#include "AW_rename.hxx"
#include <awt_misc.hxx>
#include <awt_sel_boxes.hxx>
#include <aw_question.hxx>
#include <aw_advice.hxx>
#include <aw_edit.hxx>
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <aw_root.hxx>
#include <arb_file.h>
Go to the source code of this file.
Macros | |
#define | AWAR_NAMESERVER_STATUS "tmp/nameserver/status" |
Functions | |
static char * | namesFilename (GBDATA *gb_main) |
bool | continue_with_namesDat_destruction (const char *kindOfDestruction) |
static void | awtc_delete_names_file (AW_window *, GBDATA *gb_main) |
static void | awtc_edit_names_file (AW_window *, GBDATA *gb_main) |
static void | awtc_remove_arb_acc (AW_window *, GBDATA *gb_main) |
static void | addid_changed_cb (AW_root *awr, GBDATA *gb_main, bool show_advice) |
void | AW_create_namesadmin_awars (AW_root *awr, GBDATA *gb_main) |
void | AW_popup_namesadmin_window (AW_window *parent_win, GBDATA *gb_main) |
#define AWAR_NAMESERVER_STATUS "tmp/nameserver/status" |
Definition at line 25 of file AW_names_admin.cxx.
Referenced by addid_changed_cb(), AW_create_namesadmin_awars(), and AW_popup_namesadmin_window().
Definition at line 27 of file AW_names_admin.cxx.
References AW_get_nameserver_addid(), GB_concat_path_in_ARBLIB(), and GBS_global_string().
Referenced by awtc_delete_names_file(), awtc_edit_names_file(), and awtc_remove_arb_acc().
|
inline |
Definition at line 35 of file AW_names_admin.cxx.
References aw_ask_sure(), and GBS_global_string().
Referenced by awtc_delete_names_file(), awtc_edit_names_file(), and awtc_remove_arb_acc().
Definition at line 43 of file AW_names_admin.cxx.
References aw_message(), continue_with_namesDat_destruction(), error(), GB_move_file(), GBS_string_eval(), and namesFilename().
Referenced by AW_popup_namesadmin_window().
Definition at line 54 of file AW_names_admin.cxx.
References AW_edit(), continue_with_namesDat_destruction(), and namesFilename().
Referenced by AW_popup_namesadmin_window().
Definition at line 62 of file AW_names_admin.cxx.
References AWT_system_cb(), command, continue_with_namesDat_destruction(), GBS_global_string_copy(), GBS_string_eval(), and namesFilename().
Referenced by AW_popup_namesadmin_window().
Definition at line 81 of file AW_names_admin.cxx.
References AW_advice(), AW_ADVICE_TOGGLE_AND_HELP, AW_test_nameserver(), AW_root::awar(), AWAR_NAMESERVER_STATUS, error(), NULp, and AW_awar::write_string().
Referenced by AW_popup_namesadmin_window().
Definition at line 90 of file AW_names_admin.cxx.
References AWAR_NAMESERVER_ADDID, AWAR_NAMESERVER_STATUS, and AW_root::awar_string().
Referenced by nt_create_all_awars().
Definition at line 95 of file AW_names_admin.cxx.
References AW_window::activate(), AW_awar::add_callback(), addid_changed_cb(), AW_POPDOWN(), AW_root::awar(), AWAR_NAMESERVER_ADDID, AWAR_NAMESERVER_STATUS, AWM_ALL, AWM_EXP, awt_edit_arbtcpdat_cb(), awtc_delete_names_file(), awtc_edit_names_file(), awtc_remove_arb_acc(), AW_window::get_root(), makeHelpCallback(), and NULp.
Referenced by AWTC_create_rename_window(), and popup_new_main_window().