Uranium
Application Framework
UM.Settings.Validator.Validator Class Reference
Inheritance diagram for UM.Settings.Validator.Validator:
UM.Settings.SettingFunction.SettingFunction

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
 

Detailed Description

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.

The documentation for this class was generated from the following file: