![]() |
An open-source, flexible 3D physical simulation framework
|
#include <GraphicsTimer.h>
Public Slots | |
void | timerEvent (void) |
void | runOnceInternal (void) |
Signals | |
void | internalRun () |
Public Member Functions | |
GraphicsTimer (mars::interfaces::GraphicsManagerInterface *graphics_, mars::interfaces::SimulatorInterface *sim_) | |
~GraphicsTimer () | |
void | run () |
void | runOnce () |
void | stop () |
Private Attributes | |
QTimer * | graphicsTimer |
mars::interfaces::GraphicsManagerInterface * | graphics |
mars::interfaces::SimulatorInterface * | sim |
bool | runFinished |
Definition at line 33 of file GraphicsTimer.h.
mars::app::GraphicsTimer::GraphicsTimer | ( | mars::interfaces::GraphicsManagerInterface * | graphics_, |
mars::interfaces::SimulatorInterface * | sim_ | ||
) |
Definition at line 31 of file GraphicsTimer.cpp.
|
inline |
Definition at line 40 of file GraphicsTimer.h.
|
signal |
void mars::app::GraphicsTimer::run | ( | ) |
Definition at line 40 of file GraphicsTimer.cpp.
void mars::app::GraphicsTimer::runOnce | ( | ) |
Definition at line 54 of file GraphicsTimer.cpp.
|
slot |
Definition at line 62 of file GraphicsTimer.cpp.
void mars::app::GraphicsTimer::stop | ( | ) |
Definition at line 49 of file GraphicsTimer.cpp.
|
slot |
Definition at line 67 of file GraphicsTimer.cpp.
|
private |
Definition at line 56 of file GraphicsTimer.h.
|
private |
Definition at line 55 of file GraphicsTimer.h.
|
private |
Definition at line 58 of file GraphicsTimer.h.
|
private |
Definition at line 57 of file GraphicsTimer.h.