Hormiga 1.0

Report Class Reference

#include <report.h>

Inheritance diagram for Report:

List of all members.

Public Types

enum  ReportType {
  CTXT, CGUI, CIMG, CSEL,
  CPLOT
}

Public Member Functions

virtual ReportType getReportType ()=0
T_STRING getLabel ()
 Report (T_STRING label)
virtual ~Report ()

Protected Attributes

T_STRING label

Detailed Description

Definition at line 52 of file report.h.


Member Enumeration Documentation

Enumerator:
CTXT 
CGUI 
CIMG 
CSEL 
CPLOT 

Definition at line 55 of file report.h.


Constructor & Destructor Documentation

Report::Report ( T_STRING  label)

Definition at line 48 of file report.cpp.

virtual Report::~Report ( ) [inline, virtual]

Definition at line 59 of file report.h.


Member Function Documentation

T_STRING Report::getLabel ( ) [inline]

Reimplemented in CR_Image, CR_Select, and CR_FunctionIterator.

Definition at line 57 of file report.h.

Here is the caller graph for this function:

virtual ReportType Report::getReportType ( ) [pure virtual]

Implemented in CR_Image, CR_Select, CR_FunctionIterator, ReportTXT, and ReportGUI.

Here is the caller graph for this function:


Member Data Documentation

T_STRING Report::label [protected]

Definition at line 61 of file report.h.


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