|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
#include <FrameGraphPanel.h>
Public Member Functions | |
| FrameGraphPanel (QWidget *parent=nullptr) | |
| void | loadSnapshots (const std::vector< ObjectSnapshot > &snapshots) |
| void | clear () |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) override |
Definition at line 15 of file FrameGraphPanel.h.
|
explicit |
Definition at line 18 of file FrameGraphPanel.cpp.
| void FrameGraphPanel::clear | ( | ) |
Definition at line 90 of file FrameGraphPanel.cpp.
| void FrameGraphPanel::loadSnapshots | ( | const std::vector< ObjectSnapshot > & | snapshots | ) |
Definition at line 76 of file FrameGraphPanel.cpp.
|
overrideprotected |
Definition at line 99 of file FrameGraphPanel.cpp.