C# Class MouseApp2.FLipMouseGUI.AllCommands

Mostra file Open project: asterics/FLipMouse

Public Methods

Method Description
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

Method Details

add() public method

public add ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void

getComboEntry() public method

public getComboEntry ( String commandDescription ) : int
commandDescription String
return int

getComboEntry() public method

public getComboEntry ( int index ) : int
index int
return int

getCommand() public method

public getCommand ( String commandDescription ) : String
commandDescription String
return String

getCommandDescription() public method

public getCommandDescription ( int index ) : String
index int
return String

getGuiTypeFromCommand() public method

public getGuiTypeFromCommand ( String command ) : int
command String
return int

getGuiTypeFromDescription() public method

public getGuiTypeFromDescription ( String commandDescription ) : int
commandDescription String
return int

getParameterType() public method

public getParameterType ( String commandDescription ) : int
commandDescription String
return int

getSelectionIndex() public method

public getSelectionIndex ( int index ) : int
index int
return int

getSelectionIndex() public method

public getSelectionIndex ( string cmd ) : int
cmd string
return int

length() public method

public length ( ) : int
return int