C# Class DynamicReconfigureSharp.DynamicReconfigureStringDropdown

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
DynamicReconfigureStringDropdown ( DynamicReconfigureInterface dynamic, ParamDescription pd, object def, object max, object min, string edit_method ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

Private Methods

Méthode Description
Enum_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Instrument ( Action cb ) : Action
Instrument ( Action cb ) : Action
changed ( int newstate ) : void
changed ( string newstate ) : void

Method Details

DynamicReconfigureStringDropdown() public méthode

public DynamicReconfigureStringDropdown ( DynamicReconfigureInterface dynamic, ParamDescription pd, object def, object max, object min, string edit_method ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def object
max object
min object
edit_method 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