C# 클래스 DynamicReconfigureSharp.DynamicReconfigureStringDropdown

Interaction logic for DynamicReconfigureStringDropdown.xaml
상속: System.Windows.Controls.UserControl, IDynamicReconfigureLayout
파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

공개 메소드들

메소드 설명
DynamicReconfigureStringDropdown ( DynamicReconfigureInterface dynamic, ParamDescription pd, object def, object max, object min, string edit_method ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

비공개 메소드들

메소드 설명
Enum_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Instrument ( Action cb ) : Action
Instrument ( Action cb ) : Action
changed ( int newstate ) : void
changed ( string newstate ) : void

메소드 상세

DynamicReconfigureStringDropdown() 공개 메소드

public DynamicReconfigureStringDropdown ( DynamicReconfigureInterface dynamic, ParamDescription pd, object def, object max, object min, string edit_method ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def object
max object
min object
edit_method string
리턴 System

getDescriptionWidth() 공개 메소드

public getDescriptionWidth ( ) : double
리턴 double

setDescriptionWidth() 공개 메소드

public setDescriptionWidth ( double w ) : void
w double
리턴 void