|
Blender
V2.93
|
Public Attributes | |
| struct TimedFunction * | next |
| struct TimedFunction * | prev |
| BLI_timer_func | func |
| BLI_timer_data_free | user_data_free |
| void * | user_data |
| double | next_time |
| uintptr_t | uuid |
| bool | tag_removal |
| bool | persistent |
Definition at line 32 of file BLI_timer.c.
| BLI_timer_func TimedFunction::func |
Definition at line 34 of file BLI_timer.c.
Referenced by BLI_timer_register().
| struct TimedFunction* TimedFunction::next |
Definition at line 33 of file BLI_timer.c.
| double TimedFunction::next_time |
Definition at line 37 of file BLI_timer.c.
Referenced by BLI_timer_register().
| bool TimedFunction::persistent |
Definition at line 40 of file BLI_timer.c.
Referenced by BLI_timer_register().
| struct TimedFunction * TimedFunction::prev |
Definition at line 33 of file BLI_timer.c.
| bool TimedFunction::tag_removal |
Definition at line 39 of file BLI_timer.c.
Referenced by BLI_timer_register().
| void* TimedFunction::user_data |
Definition at line 36 of file BLI_timer.c.
Referenced by BLI_timer_register(), and clear_user_data().
| BLI_timer_data_free TimedFunction::user_data_free |
Definition at line 35 of file BLI_timer.c.
Referenced by BLI_timer_register(), and clear_user_data().
| uintptr_t TimedFunction::uuid |
Definition at line 38 of file BLI_timer.c.
Referenced by BLI_timer_register(), and clear_user_data().