Add timeout message to be sent to target object in ms milliseconds; the timer fires only once after the interval expires. The void* ptr is user data which will be passed into the void* ptr of the message handler. If a timer with the same target and message already exists, it will be rescheduled. Definition at line 837 of file FXApp.h. 00837 { return getEventLoop()->addTimeout(tgt,sel,ms,ptr); }
|