C# 클래스 DynamicReconfigureSharp.DynamicReconfigureCheckbox

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Instrument ( Action cb ) : Action
_checkBox_OnChecked ( object sender, RoutedEventArgs e ) : void
_checkBox_OnUnchecked ( object sender, RoutedEventArgs e ) : void
changed ( bool newstate ) : void

메소드 상세

DynamicReconfigureCheckbox() 공개 메소드

public DynamicReconfigureCheckbox ( DynamicReconfigureInterface dynamic, ParamDescription pd, bool def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def bool
리턴 System

getDescriptionWidth() 공개 메소드

public getDescriptionWidth ( ) : double
리턴 double

setDescriptionWidth() 공개 메소드

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