#include <IRealNumberControlData.h>
Data interface for holding PMReal values for widgets
| virtual PMReal IRealNumberControlData::GetValue | ( | | ) | const |
| pure virtual |
Get the value
- Returns
- The value of the widget
| virtual void IRealNumberControlData::SetValue | ( | const PMReal & | value, | | | bool16 | invalidate = kTrue, | | | bool16 | notifyOfChange = kTrue | | ) | | |
| pure virtual |
Set the value
- Parameters
| value | The new value to store into the widget |
| invalidate | Whether or not to invalidate the widget to cause redraw Whether or not to notify observers of this change to value. |