|
| bool | editField (char *value, size_t lenValue, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (bool &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (std::string &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (int8_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (int16_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (int32_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (uint8_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (uint16_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (uint32_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (float &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editField (double &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldBool (bool &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldInt8 (int8_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldInt16 (int16_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldInt (int32_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldUInt8 (uint8_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldUInt16 (uint16_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldUInt (uint32_t &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldFloat (float &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldDouble (double &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldString (std::string &value, bool hidden=false, uint32_t timeout=60) |
| |
| bool | editFieldCString (char *value, size_t lenValue, bool hidden=false, uint32_t timeout=60) |
| |
| void | beep () |
| |
| virtual bool | editField (char *value, size_t lenValue, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (std::string &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (bool &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (int8_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (int16_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (int32_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (uint8_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (uint16_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (uint32_t &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (float &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual bool | editField (double &value, bool hidden=false, uint32_t timeout=60)=0 |
| |
| virtual void | beep ()=0 |
| |