ARB
|
#include "aw_root.hxx"
#include "aw_awar.hxx"
#include "aw_nawar.hxx"
#include "aw_msg.hxx"
#include "aw_window.hxx"
#include "aw_window_Xm.hxx"
#include "aw_status.hxx"
#include "aw_xkey.hxx"
#include <arb_handlers.h>
#include <arbdbt.h>
#include <list>
#include <X11/cursorfont.h>
Go to the source code of this file.
Classes | |
struct | fallbacks |
class | AW_timer_cb_struct |
begin timer stuff More... | |
Typedefs | |
typedef std::list< GBDATA * > | DataPointers |
Functions | |
void | AW_clock_cursor (AW_root *awr) |
void | AW_normal_cursor (AW_root *awr) |
void | AW_help_entry_pressed (AW_window *aww) |
static const char * | ignore_arb_prop (const char *varname) |
static void | destroy_AW_root () |
static void | set_focus_policy (const char *, long cl_aww, void *) |
static void | aw_message_and_dump_stderr (const char *msg) |
static void | dump_stdout (const char *msg) |
static void | free_action (long action) |
static void | AW_timer_callback (XtPointer aw_timer_cb_struct, XtIntervalId *) |
static void | AW_timer_callback_never_disabled (XtPointer aw_timer_cb_struct, XtIntervalId *) |
static void | awar_set_temp_if_is_default (const char *, long val, void *cl_gb_db) |
static void | unlink_awar_from_DB (const char *, long cl_awar, void *cl_gb_main) |
static GB_ERROR | set_parents_with_only_temp_childs_temp (GBDATA *gbd, DataPointers &made_temp) |
static GB_ERROR | clear_temp_flags (DataPointers &made_temp) |
Variables | |
static gb_getenv_hook | orig_hook = NULp |
static struct fallbacks | aw_fb [] |
static arb_status_implementation | AW_status_impl |
static arb_handlers | aw_handlers |
static const char * | aw_awar_2_color [] |
typedef std::list<GBDATA*> DataPointers |
Definition at line 642 of file AW_root.cxx.
void AW_clock_cursor | ( | AW_root * | awr | ) |
Definition at line 29 of file AW_root.cxx.
References AW_root_Motif::clock_cursor, NULp, AW_root::prvt, and AW_root_Motif::set_cursor().
void AW_normal_cursor | ( | AW_root * | awr | ) |
Definition at line 33 of file AW_root.cxx.
References NULp, AW_root::prvt, and AW_root_Motif::set_cursor().
void AW_help_entry_pressed | ( | AW_window * | aww | ) |
Definition at line 37 of file AW_root.cxx.
References AW_window::get_root(), and p_global.
Referenced by aw_insert_default_help_entries(), ED4_root::generate_window(), GEN_map_window::init(), popup_new_main_window(), and start_SECEDIT_plugin().
Definition at line 66 of file AW_root.cxx.
References ARB_strdup(), GB_getenv(), GB_install_getenv_hook(), GB_path_in_ARBLIB(), orig_hook, and result.
|
static |
Definition at line 152 of file AW_root.cxx.
References NULp, and AW_root::SINGLETON.
Referenced by AW_root::AW_root().
Definition at line 251 of file AW_root.cxx.
References AW_root::focus_follows_mouse, and AW_window::get_root().
Referenced by AW_root::apply_focus_policy().
|
static |
Definition at line 299 of file AW_root.cxx.
References aw_message(), and fflush().
|
static |
Definition at line 305 of file AW_root.cxx.
|
static |
Definition at line 326 of file AW_root.cxx.
References cb.
|
static |
Definition at line 523 of file AW_root.cxx.
References AW_timer_cb_struct::callOrDelayIfDisabled(), AW_timer_cb_struct::recallOrUninstall(), and restart.
Referenced by AW_root::add_timed_callback().
|
static |
Definition at line 530 of file AW_root.cxx.
References AW_timer_cb_struct::call(), AW_timer_cb_struct::recallOrUninstall(), and restart.
Referenced by AW_root::add_timed_callback_never_disabled().
Definition at line 600 of file AW_root.cxx.
References AW_awar::set_temp_if_is_default().
Referenced by AW_root::dont_save_awars_with_default_value().
Definition at line 629 of file AW_root.cxx.
References gb_main, and AW_awar::unlink_from_DB().
Referenced by AW_root::unlink_awars_from_DB().
|
static |
Definition at line 644 of file AW_root.cxx.
References error(), GB_child(), GB_DB, GB_is_temporary(), GB_nextChild(), GB_read_type(), GB_set_temporary(), and NULp.
Referenced by AW_root::save_properties().
|
static |
Definition at line 667 of file AW_root.cxx.
References error(), GB_clear_temporary(), and NULp.
Referenced by AW_root::save_properties().
|
static |
Definition at line 65 of file AW_root.cxx.
Referenced by ignore_arb_prop().
|
static |
Definition at line 277 of file AW_root.cxx.
|
static |
Definition at line 309 of file AW_root.cxx.
|
static |
Definition at line 319 of file AW_root.cxx.
|
static |
A list of awar names that contain color names
Definition at line 440 of file AW_root.cxx.