Méthode | Description | |
---|---|---|
ObtainMode ( IKeyboardMode atomicModes, int count ) : IKeyboardMode |
Obtains a mode from a list of atomic (already sorted) modes. Used by fall back generation.
|
|
ObtainMode ( List |
Obtains a mode from a list of atomic (already sorted) modes. Used by the Add, Toggle, Remove, Intersect methods.
|
|
ObtainMode ( string modes ) : IKeyboardMode |
Méthode | Description | |
---|---|---|
EnsureUnique ( string newName, string currentName, Predicate |
Computes a unique name (suffixed with '(n)' where n is a number) given a function that check existence of proposed names. It relies on R.KeyboardAutoNumPattern and R.KeyboardAutoNumRegex resources to offer culture dependant naming.
|
|
SplitMultiMode ( string s, int &count ) : string[] |
public ObtainMode ( IKeyboardMode atomicModes, int count ) : IKeyboardMode | ||
atomicModes | IKeyboardMode | |
count | int | |
Résultat | IKeyboardMode |
public ObtainMode ( List |
||
atomicModes | List |
|
Résultat | IKeyboardMode |
public ObtainMode ( string modes ) : IKeyboardMode | ||
modes | string | |
Résultat | IKeyboardMode |