Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
FrameGraphPanel Class Reference

#include <FrameGraphPanel.h>

Inheritance diagram for FrameGraphPanel:
[legend]
Collaboration diagram for FrameGraphPanel:
[legend]

Public Member Functions

 FrameGraphPanel (QWidget *parent=nullptr)
 
void loadSnapshots (const std::vector< ObjectSnapshot > &snapshots)
 
void clear ()
 

Protected Member Functions

void resizeEvent (QResizeEvent *event) override
 

Detailed Description

Definition at line 15 of file FrameGraphPanel.h.

Constructor & Destructor Documentation

◆ FrameGraphPanel()

FrameGraphPanel::FrameGraphPanel ( QWidget *  parent = nullptr)
explicit

Definition at line 18 of file FrameGraphPanel.cpp.

Member Function Documentation

◆ clear()

void FrameGraphPanel::clear ( )

Definition at line 90 of file FrameGraphPanel.cpp.

◆ loadSnapshots()

void FrameGraphPanel::loadSnapshots ( const std::vector< ObjectSnapshot > &  snapshots)

Definition at line 76 of file FrameGraphPanel.cpp.

◆ resizeEvent()

void FrameGraphPanel::resizeEvent ( QResizeEvent *  event)
overrideprotected

Definition at line 99 of file FrameGraphPanel.cpp.


The documentation for this class was generated from the following files: