CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

AIDA::IInfo Class Reference

#include <IInfo.h>

List of all members.

Public Methods

virtual ~IInfo ()
 Destructor. More...

virtual void clear ()=0
virtual void addText (const std::string &text)=0
virtual void addLegend (const IMarkerStyle &style, const std::string &description)=0
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/)

Definition at line 32 of file IInfo.h.


Constructor & Destructor Documentation

AIDA::IInfo::~IInfo ( ) [inline, virtual]
 

Definition at line 36 of file IInfo.h.


Member Function Documentation

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

void AIDA::IInfo::addLegend ( const ILineStyle & style,
const std::string & description ) [pure 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.

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

Add a text. The text is appended to existing info elements.

void AIDA::IInfo::clear ( ) [pure virtual]
 

Clear the info area.


The documentation for this class was generated from the following file:
Generated at Tue Feb 18 15:48:24 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001