ROOTANA
Public Member Functions | Private Member Functions | Private Attributes
TCanvasHandleBase Class Referenceabstract

#include <TCanvasHandleBase.hxx>

Inheritance diagram for TCanvasHandleBase:
Inheritance graph
[legend]
Collaboration diagram for TCanvasHandleBase:
Collaboration graph
[legend]

Public Member Functions

 TCanvasHandleBase (std::string tabName)
 
virtual ~TCanvasHandleBase ()
 
virtual void ResetCanvasHistograms ()=0
 Reset the histograms for this canvas. More...
 
virtual void UpdateCanvasHistograms (TDataContainer &dataContainer)=0
 Update the histograms for this canvas. More...
 
virtual void PlotCanvas (TDataContainer &dataContainer, TRootEmbeddedCanvas *embedCanvas)=0
 Plot the histograms for this canvas. More...
 
virtual void BeginRun (int transition, int run, int time)
 Take actions at begin run. More...
 
virtual void EndRun (int transition, int run, int time)
 Take actions at end run
More...
 
std::string GetTabName ()
 
TRootEmbeddedCanvas * GetEmbeddedCanvas ()
 This method is only. More...
 
virtual void SetUpCompositeFrame (TGCompositeFrame *, TRootanaDisplay *display)
 

Private Member Functions

 TCanvasHandleBase ()
 

Private Attributes

std::string fTabName
 

Detailed Description

Definition at line 17 of file TCanvasHandleBase.hxx.

Constructor & Destructor Documentation

◆ TCanvasHandleBase() [1/2]

TCanvasHandleBase::TCanvasHandleBase ( std::string  tabName)
inline

Definition at line 19 of file TCanvasHandleBase.hxx.

◆ ~TCanvasHandleBase()

virtual TCanvasHandleBase::~TCanvasHandleBase ( )
inlinevirtual

Definition at line 20 of file TCanvasHandleBase.hxx.

◆ TCanvasHandleBase() [2/2]

TCanvasHandleBase::TCanvasHandleBase ( )
inlineprivate

Definition at line 51 of file TCanvasHandleBase.hxx.

Member Function Documentation

◆ BeginRun()

virtual void TCanvasHandleBase::BeginRun ( int  transition,
int  run,
int  time 
)
inlinevirtual

Take actions at begin run.

Reimplemented in TSimpleHistogramCanvas, TFancyHistogramCanvas, and TComplicatedExampleCanvas.

Definition at line 32 of file TCanvasHandleBase.hxx.

◆ EndRun()

virtual void TCanvasHandleBase::EndRun ( int  transition,
int  run,
int  time 
)
inlinevirtual

Take actions at end run

Reimplemented in TSimpleHistogramCanvas, and TFancyHistogramCanvas.

Definition at line 35 of file TCanvasHandleBase.hxx.

◆ GetEmbeddedCanvas()

TRootEmbeddedCanvas* TCanvasHandleBase::GetEmbeddedCanvas ( )
inline

This method is only.

Definition at line 40 of file TCanvasHandleBase.hxx.

◆ GetTabName()

std::string TCanvasHandleBase::GetTabName ( )
inline

Definition at line 37 of file TCanvasHandleBase.hxx.

Here is the caller graph for this function:

◆ PlotCanvas()

virtual void TCanvasHandleBase::PlotCanvas ( TDataContainer dataContainer,
TRootEmbeddedCanvas *  embedCanvas 
)
pure virtual

Plot the histograms for this canvas.

Implemented in TSimpleHistogramCanvas, TSimpleExampleCanvas, TMulticanvas, TFancyHistogramCanvas, and TComplicatedExampleCanvas.

◆ ResetCanvasHistograms()

virtual void TCanvasHandleBase::ResetCanvasHistograms ( )
pure virtual

Reset the histograms for this canvas.

Implemented in TSimpleHistogramCanvas, TSimpleExampleCanvas, TMulticanvas, TFancyHistogramCanvas, and TComplicatedExampleCanvas.

◆ SetUpCompositeFrame()

virtual void TCanvasHandleBase::SetUpCompositeFrame ( TGCompositeFrame *  ,
TRootanaDisplay display 
)
inlinevirtual

Reimplemented in TFancyHistogramCanvas, and TComplicatedExampleCanvas.

Definition at line 47 of file TCanvasHandleBase.hxx.

Here is the caller graph for this function:

◆ UpdateCanvasHistograms()

virtual void TCanvasHandleBase::UpdateCanvasHistograms ( TDataContainer dataContainer)
pure virtual

Update the histograms for this canvas.

Implemented in TSimpleHistogramCanvas, TSimpleExampleCanvas, TMulticanvas, TFancyHistogramCanvas, and TComplicatedExampleCanvas.

Field Documentation

◆ fTabName

std::string TCanvasHandleBase::fTabName
private

Definition at line 53 of file TCanvasHandleBase.hxx.


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