|
ARB
|
#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>
Go to the source code of this file.
Functions | |
| AW_root * | AWT_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) |
| 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().
trigger one or several action(s) (e.g. menu entries) in remote applications
| gb_main | database 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 |
Definition at line 1339 of file AWT_db_browser.cxx.
References aw_message(), awt_assert, GB_await_error(), GB_have_error(), and GBS_global_string().
Referenced by AWT_install_cb_guards().
|
static |
Definition at line 1350 of file AWT_db_browser.cxx.
References aw_message(), awt_assert, GB_await_error(), GB_have_error(), and GBS_global_string().
Referenced by AWT_install_cb_guards().
| void AWT_install_cb_guards | ( | ) |
Definition at line 1362 of file AWT_db_browser.cxx.
References after_callback_guard(), awt_assert, before_callback_guard(), GB_have_error(), and AW_cb::set_AW_cb_guards().
Referenced by ARB_main(), and startup_gui().
| 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().
1.8.8