C# Class DynamicReconfigureSharp.DynamicReconfigureStringBox

Interaction logic for DynamicReconfigureStringDropdown.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
DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

Private Methods

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

Method Details

DynamicReconfigureStringBox() public méthode

public DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def string
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