Constructor
| 41 | |
| 42 | // Constructor |
| 43 | Gui::Gui(TestbedApplication* app) |
| 44 | : mApp(app), mSimulationPanel(nullptr), mSettingsPanel(nullptr), mPhysicsPanel(nullptr), |
| 45 | mRenderingPanel(nullptr), mFPSLabel(nullptr), mFrameTimeLabel(nullptr), mTotalPhysicsTimeLabel(nullptr), |
| 46 | mPhysicsStepTimeLabel(nullptr), mIsDisplayed(true) |
| 47 | { |
| 48 | |
| 49 | } |
| 50 | |
| 51 | // Destructor |
| 52 | Gui::~Gui() { |
nothing calls this directly
no outgoing calls
no test coverage detected