|
Hormiga 1.0
|
#include <capture_report.h>


Public Member Functions | |
| virtual CaptureType | getCaptureType () |
| ReportType | getReportType () |
| bool | setValue (T_MAGNITUDE v) |
| T_STRING | getSelectedText () |
| T_STRING | getLabel () |
| T_STRING_LIST * | getOptions () |
| CR_Select (T_STRING label, VarValue *store, T_STRING_LIST *opts) | |
| ~CR_Select () | |
Protected Attributes | |
| T_STRING_LIST * | opts |
Definition at line 71 of file capture_report.h.
| CR_Select::CR_Select | ( | T_STRING | label, |
| VarValue * | store, | ||
| T_STRING_LIST * | opts | ||
| ) |
Definition at line 59 of file capture_report.cpp.
| CR_Select::~CR_Select | ( | ) |
Definition at line 65 of file capture_report.cpp.
| virtual CaptureType CR_Select::getCaptureType | ( | ) | [inline, virtual] |
Implements Capture.
Definition at line 74 of file capture_report.h.
| T_STRING CR_Select::getLabel | ( | ) | [inline] |
Reimplemented from Capture.
Definition at line 78 of file capture_report.h.


| T_STRING_LIST* CR_Select::getOptions | ( | ) | [inline] |
| ReportType CR_Select::getReportType | ( | ) | [inline, virtual] |
Reimplemented from ReportTXT.
Definition at line 75 of file capture_report.h.
| T_STRING CR_Select::getSelectedText | ( | ) |
| bool CR_Select::setValue | ( | T_MAGNITUDE | v | ) |
Definition at line 70 of file capture_report.cpp.


T_STRING_LIST* CR_Select::opts [protected] |
Definition at line 83 of file capture_report.h.