7 #ifndef __viewer_QuickViewerI_h__ 8 #define __viewer_QuickViewerI_h__ 29 virtual sp<DrawI> getDrawI(
void)
const =0;
44 virtual void insertBeatHandler(
sp<HandlerI> spHandlerI) =0;
47 virtual void insertEventHandler(
sp<HandlerI> spEventHandler) =0;
50 virtual void insertDrawHandler(
sp<HandlerI> spHandlerI) =0;
53 virtual void open(
void) =0;
55 virtual void reopen(
void) =0;
63 virtual void run(U32 frames) =0;
66 virtual Real frameRate(
void)
const =0;
kernel
Definition: namespace.dox:3
Self-configuring Viewer.
Definition: QuickViewerI.h:20
Base for all interfacable components.
Definition: Component.h:20
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192