C# Class idTech4.UI.idWindowVariable

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Protected Properties

Свойство Type Description
_eval bool
_guiDict idDict
_name string

Méthodes publiques

Méthode Description
Init ( string name, idWindow win ) : void
Set ( string value ) : void
SetGuiInfo ( idDict dict, string name ) : void
Update ( ) : void
idWindowVariable ( ) : System
idWindowVariable ( string name ) : System

Method Details

Init() public méthode

public Init ( string name, idWindow win ) : void
name string
win idWindow
Résultat void

Set() public abstract méthode

public abstract Set ( string value ) : void
value string
Résultat void

SetGuiInfo() public méthode

public SetGuiInfo ( idDict dict, string name ) : void
dict idDict
name string
Résultat void

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void

idWindowVariable() public méthode

public idWindowVariable ( ) : System
Résultat System

idWindowVariable() public méthode

public idWindowVariable ( string name ) : System
name string
Résultat System

Property Details

_eval protected_oe property

protected bool _eval
Résultat bool

_guiDict protected_oe property

protected idDict _guiDict
Résultat idDict

_name protected_oe property

protected string _name
Résultat string