C# Класс MouseApp2.FLipMouseGUI.AllCommands

Показать файл Открыть проект

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

Метод Описание
add ( System.Windows.Forms.Command command ) : void
getComboEntry ( String commandDescription ) : int
getComboEntry ( int index ) : int
getCommand ( String commandDescription ) : String
getCommandDescription ( int index ) : String
getGuiTypeFromCommand ( String command ) : int
getGuiTypeFromDescription ( String commandDescription ) : int
getParameterType ( String commandDescription ) : int
getSelectionIndex ( int index ) : int
getSelectionIndex ( string cmd ) : int
length ( ) : int

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

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

public add ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
Результат void

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

public getComboEntry ( String commandDescription ) : int
commandDescription String
Результат int

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

public getComboEntry ( int index ) : int
index int
Результат int

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

public getCommand ( String commandDescription ) : String
commandDescription String
Результат String

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

public getCommandDescription ( int index ) : String
index int
Результат String

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

public getGuiTypeFromCommand ( String command ) : int
command String
Результат int

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

public getGuiTypeFromDescription ( String commandDescription ) : int
commandDescription String
Результат int

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

public getParameterType ( String commandDescription ) : int
commandDescription String
Результат int

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

public getSelectionIndex ( int index ) : int
index int
Результат int

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

public getSelectionIndex ( string cmd ) : int
cmd string
Результат int

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

public length ( ) : int
Результат int