C# Class MouseApp2.FLipMouseGUI.AllCommands

Afficher le fichier Open project: asterics/FLipMouse

Méthodes publiques

Méthode 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 méthode

public add ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
Résultat void

getComboEntry() public méthode

public getComboEntry ( String commandDescription ) : int
commandDescription String
Résultat int

getComboEntry() public méthode

public getComboEntry ( int index ) : int
index int
Résultat int

getCommand() public méthode

public getCommand ( String commandDescription ) : String
commandDescription String
Résultat String

getCommandDescription() public méthode

public getCommandDescription ( int index ) : String
index int
Résultat String

getGuiTypeFromCommand() public méthode

public getGuiTypeFromCommand ( String command ) : int
command String
Résultat int

getGuiTypeFromDescription() public méthode

public getGuiTypeFromDescription ( String commandDescription ) : int
commandDescription String
Résultat int

getParameterType() public méthode

public getParameterType ( String commandDescription ) : int
commandDescription String
Résultat int

getSelectionIndex() public méthode

public getSelectionIndex ( int index ) : int
index int
Résultat int

getSelectionIndex() public méthode

public getSelectionIndex ( string cmd ) : int
cmd string
Résultat int

length() public méthode

public length ( ) : int
Résultat int