Inheritance diagram for bbb::Timer3:Public Attributes | |
| Amorph | a3_ |
Public Attributes inherited from bbb::Timer2 | |
| Amorph | a2_ |
Public Attributes inherited from bbb::Timer1 | |
| Amorph | a1_ |
Additional Inherited Members | |
Public Types inherited from bbb::Timer | |
| typedef bool(* | kbTimer )(Timer *t) |
| the callback that we're informing | |
Public Member Functions inherited from bbb::Timer | |
| Timer (void) | |
| constructor; | |
| virtual | ~Timer (void) |
| destructor; | |
| kbTimer | callback (void) const |
| the callback | |
| bool | isRunning (void) const |
| is it running | |
| bool | start (int msec) |
| start the timer More... | |
| void | stop (void) |
| stop the timer | |
| void | setCallback (kbTimer kb) |
| set the callback that is invoked when interval ellapses occurs | |
Protected Member Functions inherited from bbb::Timer | |
| void | timerEvent (QTimerEvent *event) |
| internal timer fires; | |