| 64 | void UpdateDisplayString(); |
| 65 | void SetInErrorMode(bool error) { mInErrorMode = error; } |
| 66 | void DrawLabel(bool draw) { mDrawLabel = draw; } |
| 67 | void SetRequireEnter(bool require) { mRequireEnterToAccept = require; } |
| 68 | void SetFlexibleWidth(bool flex) { mFlexibleWidth = flex; } |
| 69 | void ClearInput(); |
no outgoing calls
no test coverage detected