C# Class idTech4.UI.idWinMultiVar

显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method Description
Add ( idWindowVariable var ) : void
Set ( string val ) : void
SetGuiInfo ( idDict dict ) : void
Update ( ) : void
idWinMultiVar ( ) : System
this ( int index ) : idWindowVariable

Method Details

Add() public method

public Add ( idWindowVariable var ) : void
var idWindowVariable
return void

Set() public method

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

SetGuiInfo() public method

public SetGuiInfo ( idDict dict ) : void
dict idDict
return void

Update() public method

public Update ( ) : void
return void

idWinMultiVar() public method

public idWinMultiVar ( ) : System
return System

this() public method

public this ( int index ) : idWindowVariable
index int
return idWindowVariable