|
BioSignalPi
v2
|
The SettingsMenu class for the PiFace GUI. More...
#include <settingsmenu.h>


Public Member Functions | |
| SettingsMenu () | |
| virtual | ~SettingsMenu () |
| virtual AbstractMenu * | newMenu () |
| Unimplemented. More... | |
Public Member Functions inherited from EcgCaptureMenu | |
| EcgCaptureMenu () | |
| virtual | ~EcgCaptureMenu () |
Public Member Functions inherited from BaseMenu | |
| BaseMenu () | |
| virtual | ~BaseMenu () |
Public Member Functions inherited from AbstractMenu | |
| AbstractMenu () | |
| virtual | ~AbstractMenu () |
| virtual void | setUpperText () |
| Sets the first row of the PiFace CAD to the current option choosen Uses the C library pifacecad.h to control the display. More... | |
| virtual void | setUpperText (const char *) |
| Sets the first row of the PiFace CAD to the current option choosen Uses the C library pifacecad.h to control the display. More... | |
| virtual void | next () |
| Toggles the second row of the PiFace CAD to the next option Uses the C library pifacecad.h to control the display. More... | |
| virtual void | setLowerText () |
| Sets the second row of the PiFace CAD to the current option choosen Uses the C library pifacecad.h to control the display. More... | |
Additional Inherited Members | |
Protected Attributes inherited from AbstractMenu | |
| std::vector< std::string > | options |
| std::vector containing the different options to display on the PiFace CAD To be set by the derived AbstractMenu object More... | |
| int | numberOfOptions |
| number of elements stored in the options vector. To be set by the derived AbstractMenu object More... | |
| int | currentOption |
| Counter that keeps track of the option visible on the PiFace CAD. More... | |
The SettingsMenu class for the PiFace GUI.
Definition at line 10 of file settingsmenu.h.
| SettingsMenu::SettingsMenu | ( | ) |
Definition at line 3 of file settingsmenu.cpp.
|
inlinevirtual |
|
virtual |
Unimplemented.
Reimplemented from EcgCaptureMenu.
Definition at line 10 of file settingsmenu.cpp.


1.8.11