#include <FramesPerSecond.h>
Inheritance diagram for OglGui::FramesPerSecond:
Public Member Functions | |
FramesPerSecond (Window *parent, int x, int y, int width, int height) | |
FramesPerSecond (Window *parent, int width, int height) | |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init () |
Private Attributes | |
double | mStartTime |
double | mLastInterval |
float | mFramesPerSecond |
int | mFrameCount |
int | mIntervalFrameCount |
bool | mInitialized |
Definition at line 18 of file FramesPerSecond.h.