C# Class Axiom.Samples.ParamsPanel

Basic parameters panel widget.
Inheritance: Widget
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
names IList
namesArea Axiom.Overlays.Elements.TextArea
values IList
valuesArea Axiom.Overlays.Elements.TextArea

Méthodes publiques

Méthode Description
GetParamValue ( String paramName ) : String

GetParamValue ( int index ) : String

ParamsPanel ( String name, Real width, int lines ) : System

Do not instantiate any widgets directly. Use SdkTrayManager.

SetParamValue ( String paramName, String paramValue ) : void

SetParamValue ( int index, String paramValue ) : void

Méthodes protégées

Méthode Description
UpdateText ( ) : void

Internal method - updates text areas based on name and value lists.

Method Details

GetParamValue() public méthode

public GetParamValue ( String paramName ) : String
paramName String
Résultat String

GetParamValue() public méthode

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

ParamsPanel() public méthode

Do not instantiate any widgets directly. Use SdkTrayManager.
public ParamsPanel ( String name, Real width, int lines ) : System
name String
width Real
lines int
Résultat System

SetParamValue() public méthode

public SetParamValue ( String paramName, String paramValue ) : void
paramName String
paramValue String
Résultat void

SetParamValue() public méthode

public SetParamValue ( int index, String paramValue ) : void
index int
paramValue String
Résultat void

UpdateText() protected méthode

Internal method - updates text areas based on name and value lists.
protected UpdateText ( ) : void
Résultat void

Property Details

names protected_oe property

protected IList names
Résultat IList

namesArea protected_oe property

protected TextArea,Axiom.Overlays.Elements namesArea
Résultat Axiom.Overlays.Elements.TextArea

values protected_oe property

protected IList values
Résultat IList

valuesArea protected_oe property

protected TextArea,Axiom.Overlays.Elements valuesArea
Résultat Axiom.Overlays.Elements.TextArea