Class Dispatcher

Superclasses :
lang::Object
Package :
gui

This class handles Icon events, dispatching them to the appropriate dialog. It also controls any active Tickers, activating them between events as and when appropriate.

Source

Class summary
Methods inherited from lang::Object
clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name) to_string(depth, seen)
Methods defined in this class
add(d) compute_idle_sleep() curr_time_of_day() del(d) do_event() do_ticker() do_validate() initially() list_unblocked() message_loop(r) retime_ticker(t, n) start_ticker(t, n, d) stop_ticker(t)
Variables defined in this class
dialogs idle_sleep idle_sleep_max idle_sleep_min tickers

Method detail

add(d)

Private method, not intended for client invocation

compute_idle_sleep()

Private method, not intended for client invocation

curr_time_of_day()

Private method, not intended for client invocation

del(d)

Private method, not intended for client invocation

do_event()

Source

do_ticker()

Source

do_validate()

Source

initially()


list_unblocked()

Private method, not intended for client invocation

message_loop(r)

Private method, not intended for client invocation

retime_ticker(t, n)

Private method, not intended for client invocation

start_ticker(t, n, d)

Private method, not intended for client invocation

stop_ticker(t)

Private method, not intended for client invocation

Variable detail

dialogs


idle_sleep


idle_sleep_max


idle_sleep_min


tickers