|
Public Member Functions |
| | oDialogue (IOLINE) |
| void | get (const char *const titleline, point &p, void *const speaker=NULL) |
| | Allows user to enter a point from Keypad and echos to LCD. Will prompt for both X and Y coordinates.
|
| int | get (const char *const titleline, int &i, void *const speaker=NULL) |
| | Allows user to enter an integer from Keypad and echos to LCD.
|
| bool | confirm (const char *const message, void *const speaker=NULL) |
| | Prompts user to confirm operation (0=no/1=yes).
|
| char | prompt (const char *const titleline, char &c, void *const speaker) |
| | Gets a character without need for CR ('D') entry.
|
| void | inform (const char *const imessage) |
| int | query (int *const variable, char *message, WSIM_ID ID, void *const speaker) |
| void | query_waypoints (void *_speaker) |
| virtual void | wait (void)=0 |
| virtual void | sound (void *const speaker, int, int, char)=0 |
| void | Dbuffer (volatile word *inbuffer, uint16 ilen) |
Protected Member Functions |
| | oDialogue (void) |