Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > tk/timerライブラリ > TkTimerクラス

class TkTimer


extend: TkCore

要約

Alias of TkAfter

目次

特異メソッド
callback info new start
インスタンスメソッド
add_procs after_id after_script cancel stop cancel_on_exception= cancel_on_exception? cb_call continue current_args current_interval current_sleep current_proc current_status delete_at delete_procs do_callback eventloop_tkwait eventloop_wait get_procs info loop_exec loop_exec= loop_rest loop_rest= reset restart return_value running? set_callback set_interval set_next_callback set_procs set_start_proc skip start thread_tkwait thread_wait tkwait wait
定数
DEFAULT_IGNORE_EXCEPTIONS TkCommandNames Tk_CBID Tk_CBTBL

特異メソッド

callback(obj_id)[permalink][rdoc]

[TODO]

info(obj = nil)[permalink][rdoc]

[TODO]

new(*args) { .... }[permalink][rdoc]

[TODO]

start(*args) { .... }[permalink][rdoc]

[TODO]

インスタンスメソッド

add_procs(*procs)[permalink][rdoc]

[TODO]

after_id[permalink][rdoc]

[TODO]

after_script[permalink][rdoc]

[TODO]

cancel[permalink][rdoc]
stop

[TODO]

cancel_on_exception=(mode)[permalink][rdoc]

[TODO]

cancel_on_exception?[permalink][rdoc]

[TODO]

cb_call[permalink][rdoc]

[TODO]

continue(wait = nil)[permalink][rdoc]

[TODO]

current_args[permalink][rdoc]

[TODO]

current_sleep[permalink][rdoc]
current_interval

[TODO]

current_proc[permalink][rdoc]

[TODO]

current_status[permalink][rdoc]

[TODO]

delete_at(n)[permalink][rdoc]

[TODO]

delete_procs(*procs)[permalink][rdoc]

[TODO]

do_callback[permalink][rdoc]

[TODO]

eventloop_tkwait[permalink][rdoc]

[TODO]

eventloop_wait(check_root = false)[permalink][rdoc]

[TODO]

get_procs[permalink][rdoc]

[TODO]

info[permalink][rdoc]

[TODO]

loop_exec[permalink][rdoc]
loop_exec=

[TODO]

loop_rest[permalink][rdoc]

[TODO]

loop_rest=(rest)[permalink][rdoc]

[TODO]

reset(*reset_args)[permalink][rdoc]

[TODO]

restart(*restart_args) { .... }[permalink][rdoc]

[TODO]

return_value[permalink][rdoc]

[TODO]

running?[permalink][rdoc]

[TODO]

set_callback(sleep, args = nil)[permalink][rdoc]

[TODO]

set_interval(interval)[permalink][rdoc]

[TODO]

set_next_callback(args)[permalink][rdoc]

[TODO]

set_procs(interval, loop_exec, *procs)[permalink][rdoc]

[TODO]

set_start_proc(sleep = nil, init_proc = nil, *init_args) { .... }[permalink][rdoc]

[TODO]

skip[permalink][rdoc]

[TODO]

start(*init_args) { .... }[permalink][rdoc]

[TODO]

thread_tkwait[permalink][rdoc]

[TODO]

thread_wait(check_root = false)[permalink][rdoc]

[TODO]

tkwait(on_thread = true)[permalink][rdoc]

[TODO]

wait(on_thread = true, check_root = false)[permalink][rdoc]

[TODO]

定数

DEFAULT_IGNORE_EXCEPTIONS[permalink][rdoc]

[TODO]

TkCommandNames[permalink][rdoc]

[TODO]

Tk_CBID[permalink][rdoc]

[TODO]

Tk_CBTBL[permalink][rdoc]

[TODO]