Add extra documentation

This commit is contained in:
Thomas Wilshaw
2021-04-08 11:26:33 +01:00
parent fae7ead021
commit f381d3ddea
+6
View File
@@ -88,8 +88,14 @@ public:
*/
void SetDisplayType(const DisplayType& type);
/**
* @brief Set whether the user can change the display type or not
*/
void SetLockDisplayType(bool e);
/**
* @brief Get whether the user can change the display type or not
*/
bool LockDisplayType();
void SetAutoTrimDecimalPlaces(bool e);