RAIDA  1.9.0
Public Member Functions | List of all members
AIDA::IInfo Class Referenceabstract

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

#include <IInfo.h>

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

Public Member Functions

virtual ~IInfo ()
 Destructor.
 
virtual void clear ()=0
 Clear the info area.
 
virtual void addText (const std::string &text)=0
 Add a text. More...
 
virtual void addLegend (const IMarkerStyle &style, const std::string &description)=0
 Add a marker, line or fill area legend. More...
 
virtual void addLegend (const ILineStyle &style, const std::string &description)=0
 
virtual void addLegend (const IFillStyle &style, const std::string &description)=0
 

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
The AIDA team (http://aida.freehep.org/)

Member Function Documentation

virtual void AIDA::IInfo::addLegend ( const IMarkerStyle style,
const std::string &  description 
)
pure virtual

Add a marker, line or fill area legend.

The legend is appended to existing elements.

Implemented in AIDA::IInfoROOT.

virtual void AIDA::IInfo::addText ( const std::string &  text)
pure virtual

Add a text.

The text is appended to existing info elements.

Implemented in AIDA::IInfoROOT.


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