ARB
Functions
AWT_db_browser.cxx File Reference
#include "awt.hxx"
#include "awt_hexdump.hxx"
#include "awt_misc.hxx"
#include <aw_window.hxx>
#include <aw_msg.hxx>
#include <aw_awar.hxx>
#include <aw_select.hxx>
#include <aw_advice.hxx>
#include <arbdbt.h>
#include <arb_str.h>
#include <arb_strarray.h>
#include <arb_misc.h>
#include <arb_diff.h>
#include <arb_file.h>
#include <arb_sleep.h>
#include <ad_cb.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
Include dependency graph for AWT_db_browser.cxx:

Go to the source code of this file.

Functions

AW_rootAWT_create_root (const char *properties, const char *program, UserActionTracker *user_tracker)
 
void AWT_trigger_remote_action (UNFIXED, GBDATA *gb_main, const char *remote_action_spec)
 
static void before_callback_guard ()
 
static void after_callback_guard ()
 
void AWT_install_cb_guards ()
 
void AWT_install_postcb_cb (AW_postcb_cb postcb_cb)
 

Function Documentation

AW_root* AWT_create_root ( const char properties,
const char program,
UserActionTracker user_tracker 
)

Definition at line 1293 of file AWT_db_browser.cxx.

References AW_ROOT_DEFAULT, and init_Advisor().

Referenced by ARB_main().

void AWT_trigger_remote_action ( UNFIXED  ,
GBDATA gb_main,
const char remote_action_spec 
)

trigger one or several action(s) (e.g. menu entries) in remote applications

Parameters
gb_maindatabase root
remote_action_spec"app:action[;app:action]*"

Definition at line 1302 of file AWT_db_browser.cxx.

References after(), aw_message_if(), CharPtrArray::empty(), error(), GBS_global_string(), GBT_remote_action_with_timeout(), GBT_split_string(), MS, NULp, CharPtrArray::size(), and SPLIT_DROPEMPTY.

Referenced by ED4_root::generate_window(), modes_cb(), and PARS_infomode_cb().

static void before_callback_guard ( )
static
static void after_callback_guard ( )
static
void AWT_install_cb_guards ( )
void AWT_install_postcb_cb ( AW_postcb_cb  postcb_cb)

Definition at line 1366 of file AWT_db_browser.cxx.

References AW_cb::set_AW_postcb_cb().

Referenced by ARB_main().