Hormiga 1.0

CR_Select Class Reference

#include <capture_report.h>

Inheritance diagram for CR_Select:
Collaboration diagram for CR_Select:

List of all members.

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

Detailed Description

Definition at line 71 of file capture_report.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

T_STRING_LIST* CR_Select::getOptions ( ) [inline]

Definition at line 79 of file capture_report.h.

Here is the caller graph for this function:

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

Reimplemented from ReportTXT.

Definition at line 75 of file capture_report.h.

T_STRING CR_Select::getSelectedText ( )

Definition at line 79 of file capture_report.cpp.

Here is the call graph for this function:

bool CR_Select::setValue ( T_MAGNITUDE  v)

Definition at line 70 of file capture_report.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

T_STRING_LIST* CR_Select::opts [protected]

Definition at line 83 of file capture_report.h.


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