C# 클래스 MouseApp2.FLipMouseGUI.AllCommands

파일 보기 프로젝트 열기: asterics/FLipMouse

공개 메소드들

메소드 설명
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