|
Uranium
Application Framework
|
Public Member Functions | |
| def | __init__ |
| def | __call__ |
Public Member Functions inherited from UM.Settings.SettingFunction.SettingFunction | |
| def | __init__ |
| def | __call__ |
| def | __eq__ |
| def | __hash__ (self) |
| def | isValid (self) |
| def | getUsedSettingKeys (self) |
| def | __str__ (self) |
| def | __repr__ (self) |
| def | __getstate__ (self) |
| def | __setstate__ |
| def | registerOperator |
Validates that a SettingInstance's value is within a certain minimum and maximum value. This class performs validation of any value that has __lt__ and __gt__ implemented, but it is primarily used for numerical values like integers and floats.