Osiris Framework
0.3
|
This is the complete list of members for OApplication, including all inherited members.
activeInstance() | OApplication | static |
addEventRecipient(OEvent::EventType eventType, OObject *recipient) | OApplication | |
camera() | OApplication | |
clearScreen() | OApplication | protectedvirtual |
deleteObjects() | OApplication | protected |
eventRecipientCount(OEvent::EventType type) | OApplication | protected |
fpsStats() const | OApplication | |
idleTimeStats() const | OApplication | |
init()=0 | OApplication | protectedpure virtual |
OApplication(const char *title, int argc, char **argv, int windowPos_x=OAPPLICATION_DEFAULT_POSX, int windowPos_y=OAPPLICATION_DEFAULT_POSY, int windowWidth=OAPPLICATION_DEFAULT_WIDTH, int windowHeight=OAPPLICATION_DEFAULT_HEIGHT, int targetFPS=OAPPLICATION_DEFAULT_TARGETFPS, int simulationStep_us=OAPPLICATION_DEFAULT_SIMULATIONSTEP) | OApplication | |
performanceStats() const | OApplication | |
processEvents() | OApplication | protected |
queueEvent(OEvent *evt) | OApplication | protected |
removeEventRecipient(OEvent::EventType eventType, OObject *recipient) | OApplication | |
render()=0 | OApplication | protectedpure virtual |
renderTimeStats() const | OApplication | |
scheduleDelete(OObject *obj) | OApplication | |
setSimulationStep(int simulationStep) | OApplication | |
setTargetFPS(int targetFPS) | OApplication | |
simulationStep() const | OApplication | |
start() | OApplication | |
targetFPS() const | OApplication | |
update(const OTimeIndex &timeIndex)=0 | OApplication | protectedpure virtual |
windowHeight() const | OApplication | |
windowWidth() const | OApplication | |
~OApplication() | OApplication | virtual |