|
Hormiga 1.0
|
#include <capture.h>

Public Types | |
| enum | CaptureType { CTXT, CGUI, CIMG, CSEL, CPLOT } |
Public Member Functions | |
| virtual CaptureType | getCaptureType ()=0 |
| T_STRING | getLabel () |
| Capture (T_STRING label) | |
| virtual | ~Capture () |
Protected Attributes | |
| T_STRING | label |
| enum Capture::CaptureType |
| virtual CaptureType Capture::getCaptureType | ( | ) | [pure virtual] |
Implemented in CaptureTXT, CaptureGUI, CR_Image, CR_Select, and CR_FunctionIterator.

| T_STRING Capture::getLabel | ( | ) | [inline] |
Reimplemented in CR_Image, CR_Select, and CR_FunctionIterator.
Definition at line 58 of file capture.h.

T_STRING Capture::label [protected] |