#include <plot_base.h>
|
virtual | ~Plot () |
|
virtual void | Draw ()=0 |
|
void | SetXAxis (float min_value, float max_value, std::string label, float left_margin=0, float right_margin=0) |
|
void | SetSuggestedXAxis (float min_value, float max_value, std::string label, float left_margin=0, float right_margin=0) |
|
void | SetYAxis (float min_value, float max_value, std::string label, float bottom_margin=0, float top_margin=0) |
|
void | SetSuggestedYAxis (float min_value, float max_value, std::string label, float bottom_margin=0, float top_margin=0) |
|
void | SetTitle (std::string title) |
|
virtual | ~Plot () |
|
virtual void | Draw ()=0 |
|
void | SetXAxis (float min_value, float max_value, std::string label, float left_margin=0, float right_margin=0) |
|
void | SetSuggestedXAxis (float min_value, float max_value, std::string label, float left_margin=0, float right_margin=0) |
|
void | SetYAxis (float min_value, float max_value, std::string label, float bottom_margin=0, float top_margin=0) |
|
void | SetSuggestedYAxis (float min_value, float max_value, std::string label, float bottom_margin=0, float top_margin=0) |
|
void | SetTitle (std::string title) |
|
◆ ~Plot() [1/2]
virtual webrtc::plotting::Plot::~Plot |
( |
| ) |
|
|
inlinevirtual |
◆ ~Plot() [2/2]
virtual webrtc::plotting::Plot::~Plot |
( |
| ) |
|
|
inlinevirtual |
◆ Draw() [1/2]
virtual void webrtc::plotting::Plot::Draw |
( |
| ) |
|
|
pure virtual |
◆ Draw() [2/2]
virtual void webrtc::plotting::Plot::Draw |
( |
| ) |
|
|
pure virtual |
◆ SetSuggestedXAxis() [1/2]
void webrtc::plotting::Plot::SetSuggestedXAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
left_margin = 0 , |
|
|
float |
right_margin = 0 |
|
) |
| |
◆ SetSuggestedXAxis() [2/2]
void webrtc::plotting::Plot::SetSuggestedXAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
left_margin = 0 , |
|
|
float |
right_margin = 0 |
|
) |
| |
◆ SetSuggestedYAxis() [1/2]
void webrtc::plotting::Plot::SetSuggestedYAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
bottom_margin = 0 , |
|
|
float |
top_margin = 0 |
|
) |
| |
◆ SetSuggestedYAxis() [2/2]
void webrtc::plotting::Plot::SetSuggestedYAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
bottom_margin = 0 , |
|
|
float |
top_margin = 0 |
|
) |
| |
◆ SetTitle() [1/2]
◆ SetTitle() [2/2]
◆ SetXAxis() [1/2]
void webrtc::plotting::Plot::SetXAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
left_margin = 0 , |
|
|
float |
right_margin = 0 |
|
) |
| |
◆ SetXAxis() [2/2]
void webrtc::plotting::Plot::SetXAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
left_margin = 0 , |
|
|
float |
right_margin = 0 |
|
) |
| |
◆ SetYAxis() [1/2]
void webrtc::plotting::Plot::SetYAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
bottom_margin = 0 , |
|
|
float |
top_margin = 0 |
|
) |
| |
◆ SetYAxis() [2/2]
void webrtc::plotting::Plot::SetYAxis |
( |
float |
min_value, |
|
|
float |
max_value, |
|
|
std::string |
label, |
|
|
float |
bottom_margin = 0 , |
|
|
float |
top_margin = 0 |
|
) |
| |
◆ series_list_
std::vector< TimeSeries > webrtc::plotting::Plot::series_list_ |
◆ title_
◆ xaxis_label_
◆ xaxis_max_
float webrtc::plotting::Plot::xaxis_max_ |
|
protected |
◆ xaxis_min_
float webrtc::plotting::Plot::xaxis_min_ |
|
protected |
◆ yaxis_label_
◆ yaxis_max_
float webrtc::plotting::Plot::yaxis_max_ |
|
protected |
◆ yaxis_min_
float webrtc::plotting::Plot::yaxis_min_ |
|
protected |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/tools/event_log_visualizer/plot_base.h
- Source/ThirdParty/libwebrtc/Source/webrtc/tools/event_log_visualizer/plot_base.cc