#include <customgui_unitscale.h>

Unit scale custom GUI (CUSTOMGUI_UNITSCALE) for UnitScaleData.
Here are the settings: UNITSCALE_CUSTOMGUISETTINGS 
Public Member Functions | |
| Bool | SetValue (const UnitScaleData *data) | 
| Bool | GetValue (UnitScaleData *data) const | 
  Public Member Functions inherited from BaseCustomGui< 200000274 > | |
| Int32 | GetWidth () | 
| Int32 | GetHeight () | 
| void | Redraw () | 
| Bool | LayoutChanged () | 
| Bool | Activate () | 
| Bool | SetDefaultForResEdit () | 
| Bool | SetData (const TriState< GeData > &tristate) | 
| TriState< GeData > | GetData () | 
| void | SetLayoutMode (Int32 mode) | 
| Int32 | GetLayoutMode () | 
| Bool | SupportLayoutSwitch () | 
  Public Member Functions inherited from _BaseCustomGui | |
| Int32 | GetWidth (Int32 plugid) | 
| Int32 | GetHeight (Int32 plugid) | 
| void | Redraw (Int32 plugid) | 
| Bool | LayoutChanged (Int32 plugid) | 
| Bool | Activate (Int32 plugid) | 
| Bool | SetDefaultForResEdit (Int32 plugid) | 
| Bool | SetData (Int32 plugid, const TriState< GeData > &tristate) | 
| TriState< GeData > | GetData (Int32 plugid) | 
| void | SetLayoutMode (Int32 plugid, Int32 mode) | 
| Int32 | GetLayoutMode (Int32 plugid) | 
| Bool | SupportLayoutSwitch (Int32 plugid) | 
Private Member Functions | |
| UnitScaleCustomGui () | |
| ~UnitScaleCustomGui () | |
Additional Inherited Members | |
  Static Public Attributes inherited from BaseCustomGui< 200000274 > | |
| static constexpr Int32 | VALUE | 
      
  | 
  private | 
      
  | 
  private | 
| Bool SetValue | ( | const UnitScaleData * | data | ) | 
Sets the unit scale value.
| [in] | data | The new value. | 
| Bool GetValue | ( | UnitScaleData * | data | ) | const | 
Retrieves the unit scale value.
| [out] | data | Filled with the value. |