|
Hormiga 1.0
|
#include <report.h>

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 |
| enum Report::ReportType |
| Report::Report | ( | T_STRING | label | ) |
Definition at line 48 of file report.cpp.
| T_STRING Report::getLabel | ( | ) | [inline] |
Reimplemented in CR_Image, CR_Select, and CR_FunctionIterator.
Definition at line 57 of file report.h.

| virtual ReportType Report::getReportType | ( | ) | [pure virtual] |
Implemented in CR_Image, CR_Select, CR_FunctionIterator, ReportTXT, and ReportGUI.

T_STRING Report::label [protected] |