#include <ivfwidget/IvfEvents.h>
Inheritance diagram for CIvfAppLoopEvent:
Public Member Functions | |
virtual bool | onAppLoop () |
void | setFinished (bool flag) |
bool | isFinished () |
Definition at line 419 of file IvfEvents.h.
|
onAppLoop method This method is called repeatedly to implement a real-time rendering application. To terminate the loop the method should return false. Definition at line 430 of file IvfEvents.h. |