#include <visx/feedbackmap.h>

Public Member Functions | |
| FeedbackMap () | |
| Default constructor. | |
| const rutz::fstring & | rep () const |
| Get the string representation for serialization. | |
| void | set (const rutz::fstring &new_rep) |
| Set from a string representation for serialization. | |
| void | giveFeedback (tcl::interpreter &intp, int response) const |
| Generate any feedback associated with the given response. | |
Public Attributes | |
| bool | itsUseFeedback |
| Whether any feedback should be used at all. | |
Classes | |
| class | Item |
| Represents a condition+feedback pairing. | |
Definition at line 48 of file feedbackmap.h.