|
ARB
|
#include <cb.h>#include <arbdb_base.h>#include <aw_base.hxx>

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_install_cb_guards () |
| void | AWT_install_postcb_cb (AW_postcb_cb postcb_cb) |
| void | AWT_trigger_remote_action (UNFIXED, GBDATA *gb_main, const char *remote_action_spec) |
| DECLARE_CBTYPE_FFV_AND_BUILDERS (ArbDisconnectCallback, void, AW_root *, GBDATA *) | |
| void | ARB_atdisconnect_callback (const ArbDisconnectCallback &cb) |
| void | ARB_disconnect_from_db (AW_root *aw_root, GBDATA *&gb_main_ref) |
| AW_root* AWT_create_root | ( | const char * | properties, |
| const char * | program, | ||
| UserActionTracker * | user_tracker | ||
| ) |
Definition at line 1299 of file db_browser.cxx.
References AW_ROOT_DEFAULT, and init_Advisor().
Referenced by ARB_main().
| void AWT_install_cb_guards | ( | ) |
Definition at line 1374 of file db_browser.cxx.
References after_callback_guard(), arb_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 1378 of file db_browser.cxx.
References AW_cb::set_AW_postcb_cb().
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 1314 of file 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().
| void ARB_atdisconnect_callback | ( | const ArbDisconnectCallback & | cb | ) |
Definition at line 40 of file app.cxx.
References arb_assert, cb, GB_close(), gb_main, GBCMS_shutdown(), NULp, shutdown_macro_recording_via_database(), and AW_root::unlink_awars_from_DB().
Referenced by AWTI_cleanup_importer(), di_exit(), AP_main::disconnect_from_db(), PH_root::disconnect_from_db(), ED4_root::disconnect_from_db(), and NT_exit_now_restart_if().
1.8.8