C# Класс CK.Keyboard.KeyboardContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ObtainMode ( IKeyboardMode atomicModes, int count ) : IKeyboardMode

Obtains a mode from a list of atomic (already sorted) modes. Used by fall back generation.

ObtainMode ( List atomicModes ) : IKeyboardMode

Obtains a mode from a list of atomic (already sorted) modes. Used by the Add, Toggle, Remove, Intersect methods.

ObtainMode ( string modes ) : IKeyboardMode

Приватные методы

Метод Описание
EnsureUnique ( string newName, string currentName, Predicate exists ) : string

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[]

Описание методов

ObtainMode() публичный Метод

Obtains a mode from a list of atomic (already sorted) modes. Used by fall back generation.
public ObtainMode ( IKeyboardMode atomicModes, int count ) : IKeyboardMode
atomicModes IKeyboardMode
count int
Результат IKeyboardMode

ObtainMode() публичный Метод

Obtains a mode from a list of atomic (already sorted) modes. Used by the Add, Toggle, Remove, Intersect methods.
public ObtainMode ( List atomicModes ) : IKeyboardMode
atomicModes List
Результат IKeyboardMode

ObtainMode() публичный Метод

public ObtainMode ( string modes ) : IKeyboardMode
modes string
Результат IKeyboardMode