Hormiga 1.0

CR_Image Class Reference

#include <capture_report.h>

Inheritance diagram for CR_Image:
Collaboration diagram for CR_Image:

List of all members.

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

Detailed Description

Here's classes that are simultaneusly Capture and Report (Multi Inheritance)

Definition at line 58 of file capture_report.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

ReportType CR_Image::getReportType ( ) [inline, virtual]

Implements Report.

Definition at line 62 of file capture_report.h.

T_STRING CR_Image::getSource ( ) [inline]

Definition at line 64 of file capture_report.h.

Here is the caller graph for this function:


Member Data Documentation

T_STRING CR_Image::source [protected]

Definition at line 68 of file capture_report.h.


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