C# 클래스 Axiom.Samples.ParamsPanel

Basic parameters panel widget.
상속: Widget
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
names IList
namesArea Axiom.Overlays.Elements.TextArea
values IList
valuesArea Axiom.Overlays.Elements.TextArea

공개 메소드들

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

보호된 메소드들

메소드 설명
UpdateText ( ) : void

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

메소드 상세

GetParamValue() 공개 메소드

public GetParamValue ( String paramName ) : String
paramName String
리턴 String

GetParamValue() 공개 메소드

public GetParamValue ( int index ) : String
index int
리턴 String

ParamsPanel() 공개 메소드

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

SetParamValue() 공개 메소드

public SetParamValue ( String paramName, String paramValue ) : void
paramName String
paramValue String
리턴 void

SetParamValue() 공개 메소드

public SetParamValue ( int index, String paramValue ) : void
index int
paramValue String
리턴 void

UpdateText() 보호된 메소드

Internal method - updates text areas based on name and value lists.
protected UpdateText ( ) : void
리턴 void

프로퍼티 상세

names 보호되어 있는 프로퍼티

protected IList names
리턴 IList

namesArea 보호되어 있는 프로퍼티

protected TextArea,Axiom.Overlays.Elements namesArea
리턴 Axiom.Overlays.Elements.TextArea

values 보호되어 있는 프로퍼티

protected IList values
리턴 IList

valuesArea 보호되어 있는 프로퍼티

protected TextArea,Axiom.Overlays.Elements valuesArea
리턴 Axiom.Overlays.Elements.TextArea