C# Class DynamicReconfigureSharp.DynamicReconfigureCheckbox

Interaction logic for DynamicReconfigureCheckbox.xaml
Inheritance: System.Windows.Controls.UserControl, IDynamicReconfigureLayout
Mostrar archivo Open project: uml-robotics/ROS.NET Class Usage Examples

Public Methods

Method Description
DynamicReconfigureCheckbox ( DynamicReconfigureInterface dynamic, ParamDescription pd, bool def ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

Private Methods

Method Description
Instrument ( Action cb ) : Action
_checkBox_OnChecked ( object sender, RoutedEventArgs e ) : void
_checkBox_OnUnchecked ( object sender, RoutedEventArgs e ) : void
changed ( bool newstate ) : void

Method Details

DynamicReconfigureCheckbox() public method

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

getDescriptionWidth() public method

public getDescriptionWidth ( ) : double
return double

setDescriptionWidth() public method

public setDescriptionWidth ( double w ) : void
w double
return void