|
Blender V4.3
|
This is the complete list of members for GHOST_TimerTask, including all inherited members.
| getAuxData() const | GHOST_TimerTask | inline |
| getInterval() const | GHOST_TimerTask | inline |
| getNext() const | GHOST_TimerTask | inline |
| getStart() const | GHOST_TimerTask | inline |
| getTimerProc() const | GHOST_TimerTask | inlinevirtual |
| getUserData() const | GHOST_TimerTask | inlinevirtual |
| GHOST_TimerTask(uint64_t start, uint64_t interval, GHOST_TimerProcPtr timerProc, GHOST_TUserDataPtr userData=nullptr) | GHOST_TimerTask | inline |
| m_auxData | GHOST_TimerTask | protected |
| m_interval | GHOST_TimerTask | protected |
| m_next | GHOST_TimerTask | protected |
| m_start | GHOST_TimerTask | protected |
| m_timerProc | GHOST_TimerTask | protected |
| m_userData | 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 timerProc) | GHOST_TimerTask | inlinevirtual |
| setUserData(const GHOST_TUserDataPtr userData) | GHOST_TimerTask | inlinevirtual |
| ~GHOST_ITimerTask() | GHOST_ITimerTask | inlinevirtual |