|
Hormiga 1.0
|
#include <capture_report.h>


Public Member Functions | |
| CaptureType | getCaptureType () |
| ReportType | getReportType () |
| T_STRING | getLabel () |
| T_STRING | getSource () |
| CR_Image (T_STRING label, T_STRING source) | |
| ~CR_Image () | |
Protected Attributes | |
| T_STRING | source |
Here's classes that are simultaneusly Capture and Report (Multi Inheritance)
Definition at line 58 of file capture_report.h.
| CR_Image::CR_Image | ( | T_STRING | label, |
| T_STRING | source | ||
| ) |
Definition at line 48 of file capture_report.cpp.
| CR_Image::~CR_Image | ( | ) |
Definition at line 54 of file capture_report.cpp.
| CaptureType CR_Image::getCaptureType | ( | ) | [inline, virtual] |
Implements Capture.
Definition at line 61 of file capture_report.h.
| T_STRING CR_Image::getLabel | ( | ) | [inline] |
Reimplemented from Capture.
Definition at line 63 of file capture_report.h.


| ReportType CR_Image::getReportType | ( | ) | [inline, virtual] |
Implements Report.
Definition at line 62 of file capture_report.h.
| T_STRING CR_Image::getSource | ( | ) | [inline] |
T_STRING CR_Image::source [protected] |
Definition at line 68 of file capture_report.h.