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

#include <FrameGraphWidget.h>

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

Public Member Functions

 FrameGraphWidget (QWidget *parent=nullptr)
 
void setSharedData (std::shared_ptr< const std::vector< ObjectSnapshot > > frames, const std::array< std::pair< float, float >, kPlottableMetricCount > &valueMinMax, float tMin, float tMax)
 
void clear ()
 
void setMetric (Metric metric)
 
void setSelectorVisible (bool visible)
 

Detailed Description

Definition at line 14 of file FrameGraphWidget.h.

Constructor & Destructor Documentation

◆ FrameGraphWidget()

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

Definition at line 20 of file FrameGraphWidget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void FrameGraphWidget::clear ( )

Definition at line 63 of file FrameGraphWidget.cpp.

Here is the call graph for this function:

◆ setMetric()

void FrameGraphWidget::setMetric ( Metric  metric)

Definition at line 67 of file FrameGraphWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSelectorVisible()

void FrameGraphWidget::setSelectorVisible ( bool  visible)

Definition at line 76 of file FrameGraphWidget.cpp.

◆ setSharedData()

void FrameGraphWidget::setSharedData ( std::shared_ptr< const std::vector< ObjectSnapshot > >  frames,
const std::array< std::pair< float, float >, kPlottableMetricCount > &  valueMinMax,
float  tMin,
float  tMax 
)

Definition at line 55 of file FrameGraphWidget.cpp.

Here is the call graph for this function:

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