SMPOpenUIProcessInputReturn enumeration

An options enum used to represent the return of processInputXxx: on each model.

Syntax

enum SMPOpenUIProcessInputReturn

Members

Member name Description Value
SMPOpenUIProcessInputReturnNone There were no changes to the state of the model or the model could not be accessed and the value is not being processed at all. 0
SMPOpenUIProcessInputReturnValid The value passed in is valid (or it was made valid). 1 << 0
SMPOpenUIProcessInputReturnMunged The value has been adjusted from what the user did, but not in a way that affects its logical value (for example, if the lowercase attribute is set, and an uppercase character was typed in). 1 << 1
SMPOpenUIProcessInputReturnChanged The value passed in is not the same as the value the model already had. 1 << 2