#include <TStripChart.h>
Private Member Functions |
| void | Init () |
Static Private Attributes |
| static TStyle * | style = NULL |
Member Enumeration Documentation
Constructor & Destructor Documentation
| TStripChart::TStripChart |
( |
| ) |
|
| TStripChart::~TStripChart |
( |
| ) |
|
Member Function Documentation
| void TStripChart::Attach |
( |
const char * |
title, |
|
|
double * |
value, |
|
|
int |
color = 0 |
|
) |
| |
| void TStripChart::Draw |
( |
Option_t * |
opt = "nostack ][" | ) |
|
| void TStripChart::Fill |
( |
| ) |
|
| double TStripChart::GetCurrentTime |
( |
| ) |
|
| TH1* TStripChart::GetHist |
( |
size_t |
chartnum | ) |
|
|
inline |
| TVirtualPad * TStripChart::GetPad |
( |
| ) |
|
| void TStripChart::Init |
( |
| ) |
|
|
private |
| bool TStripChart::IsPaused |
( |
| ) |
|
|
inline |
| bool TStripChart::IsRunning |
( |
| ) |
|
|
inline |
| size_t TStripChart::NumCharts |
( |
| ) |
|
|
inline |
| void TStripChart::RunPoll |
( |
int |
period_milliseconds | ) |
|
| void TStripChart::SetColor |
( |
size_t |
chartnum, |
|
|
int |
color |
|
) |
| |
|
inline |
| void TStripChart::SetPaused |
( |
bool |
flag = true | ) |
|
|
inline |
| void TStripChart::SetRunning |
( |
bool |
flag = true | ) |
|
| void TStripChart::StartPoll |
( |
int |
period_milliseconds | ) |
|
| void TStripChart::StopPoll |
( |
| ) |
|
| void TStripChart::Update |
( |
| ) |
|
Member Data Documentation
| TBits TStripChart::bitflags |
|
private |
| TCanvas TStripChart::canvas |
|
private |
| THStack TStripChart::hstack |
|
private |
| std::atomic_bool TStripChart::is_polling |
|
private |
| TLegend TStripChart::legend |
|
private |
| std::thread TStripChart::poll_thread |
|
private |
| TStopwatch TStripChart::stopwatch |
|
private |
| TStyle * TStripChart::style = NULL |
|
staticprivate |
The documentation for this class was generated from the following files: