rPerFrameTask Class Reference

#include <rScreen.h>

Inheritance diagram for rPerFrameTask:

Inheritance graph
[legend]
Collaboration diagram for rPerFrameTask:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 rPerFrameTask (AA_VOIDFUNC *f)

Static Public Member Functions

static void DoPerFrameTasks ()


Detailed Description

Definition at line 158 of file rScreen.h.


Constructor & Destructor Documentation

rPerFrameTask::rPerFrameTask ( AA_VOIDFUNC f  ) 

Definition at line 187 of file rScreen.cpp.


Member Function Documentation

void rPerFrameTask::DoPerFrameTasks (  )  [static]

Definition at line 188 of file rScreen.cpp.

Referenced by rSysDep::SwapGL().

00188                                           :tCallback(rPerFrameTask_anchor, f){}
00189 void rPerFrameTask::DoPerFrameTasks(){
00190     // prevent console rendering, that can cause nasty recursions
00191     rNoAutoDisplayAtNewlineCallback noAutoDisplay( sr_True );
00192     Exec(rPerFrameTask_anchor);

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:53:19 2008 for Armagetron Advanced by  doxygen 1.5.4