C# 클래스 DynamicReconfigureSharp.DynamicReconfigureStringBox

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

공개 메소드들

메소드 설명
DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

비공개 메소드들

메소드 설명
Box_OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
Box_OnLostFocus ( object sender, RoutedEventArgs e ) : void
Instrument ( Action cb ) : Action
changed ( string newstate ) : void
commit ( ) : void

메소드 상세

DynamicReconfigureStringBox() 공개 메소드

public DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def string
리턴 System

getDescriptionWidth() 공개 메소드

public getDescriptionWidth ( ) : double
리턴 double

setDescriptionWidth() 공개 메소드

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