RAIDA  1.9.0
Public Member Functions | List of all members
AIDA::IInfoROOT Class Reference

The info class permits to access the info area of a region. More...

#include <IInfoROOT.h>

Inheritance diagram for AIDA::IInfoROOT:
AIDA::IInfo

Public Member Functions

virtual ~IInfoROOT ()
 Destructor.
 
virtual void clear ()
 Clear the info area.
 
virtual void addText (const std::string &text)
 Add a text. More...
 
virtual void addLegend (const IMarkerStyle &style, const std::string &description)
 Add a marker, line or fill area legend. More...
 
virtual void addLegend (const ILineStyle &style, const std::string &description)
 
virtual void addLegend (const IFillStyle &style, const std::string &description)
 
- Public Member Functions inherited from AIDA::IInfo
virtual ~IInfo ()
 Destructor.
 

Detailed Description

The info class permits to access the info area of a region.

Through it legends, statistics, text could be displayed. A legend is an association of a graphical marker and a text.

Author
T. Kraemer, DESY
Version
Id:
IInfoROOT.h,v 1.1 2006-12-14 10:16:15 tkraemer Exp

Member Function Documentation

void IInfoROOT::addLegend ( const IMarkerStyle style,
const std::string &  description 
)
virtual

Add a marker, line or fill area legend.

The legend is appended to existing elements.

Implements AIDA::IInfo.

void IInfoROOT::addText ( const std::string &  text)
virtual

Add a text.

The text is appended to existing info elements.

Implements AIDA::IInfo.


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