C# Class DynamicReconfigureSharp.DynamicReconfigureCheckbox

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DynamicReconfigureCheckbox ( DynamicReconfigureInterface dynamic, ParamDescription pd, bool def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def bool
Résultat System

getDescriptionWidth() public méthode

public getDescriptionWidth ( ) : double
Résultat double

setDescriptionWidth() public méthode

public setDescriptionWidth ( double w ) : void
w double
Résultat void