Blender
V3.3
|
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 16 of file BLI_timer.c.
BLI_timer_func TimedFunction::func |
Definition at line 18 of file BLI_timer.c.
Referenced by BLI_timer_register().
struct TimedFunction* TimedFunction::next |
Definition at line 17 of file BLI_timer.c.
double TimedFunction::next_time |
Definition at line 21 of file BLI_timer.c.
Referenced by BLI_timer_register().
bool TimedFunction::persistent |
Definition at line 24 of file BLI_timer.c.
Referenced by BLI_timer_register().
struct TimedFunction * TimedFunction::prev |
Definition at line 17 of file BLI_timer.c.
bool TimedFunction::tag_removal |
Definition at line 23 of file BLI_timer.c.
Referenced by BLI_timer_register().
void* TimedFunction::user_data |
Definition at line 20 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 19 of file BLI_timer.c.
Referenced by BLI_timer_register(), and clear_user_data().
uintptr_t TimedFunction::uuid |
Definition at line 22 of file BLI_timer.c.
Referenced by BLI_timer_register(), and clear_user_data().