C# Class idTech4.UI.idWinInteger

Inheritance: idWindowVariable
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
Init ( string name, idWindow win ) : void
Set ( int value ) : void
Set ( string value ) : void
ToString ( ) : string
Update ( ) : void
idWinInteger ( string name ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Init() public method

public Init ( string name, idWindow win ) : void
name string
win idWindow
return void

Set() public method

public Set ( int value ) : void
value int
return void

Set() public method

public Set ( string value ) : void
value string
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( ) : void
return void

idWinInteger() public method

public idWinInteger ( string name ) : System
name string
return System

operator() public static method

public static operator ( ) : bool
return bool