|
Blender V5.0
|
This is the complete list of members for GHOST_TimerTask, including all inherited members.
| aux_data_ | GHOST_TimerTask | protected |
| getAuxData() const | GHOST_TimerTask | inline |
| getInterval() const | GHOST_TimerTask | inline |
| getNext() const | GHOST_TimerTask | inline |
| getStart() const | GHOST_TimerTask | inline |
| getTimerProc() const override | GHOST_TimerTask | inlinevirtual |
| getUserData() const override | GHOST_TimerTask | inlinevirtual |
| GHOST_TimerTask(uint64_t start, uint64_t interval, GHOST_TimerProcPtr timer_proc, GHOST_TUserDataPtr user_data=nullptr) | GHOST_TimerTask | inline |
| interval_ | GHOST_TimerTask | protected |
| next_ | GHOST_TimerTask | protected |
| setAuxData(uint32_t auxData) | GHOST_TimerTask | inline |
| setInterval(uint64_t interval) | GHOST_TimerTask | inline |
| setNext(uint64_t next) | GHOST_TimerTask | inline |
| setStart(uint64_t start) | GHOST_TimerTask | inline |
| setTimerProc(const GHOST_TimerProcPtr timer_proc) override | GHOST_TimerTask | inlinevirtual |
| setUserData(const GHOST_TUserDataPtr user_data) override | GHOST_TimerTask | inlinevirtual |
| start_ | GHOST_TimerTask | protected |
| timer_proc_ | GHOST_TimerTask | protected |
| user_data_ | GHOST_TimerTask | protected |
| ~GHOST_ITimerTask()=default | GHOST_ITimerTask | virtual |