C# Class DynamicReconfigureSharp.DynamicReconfigureStringDropdown

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

Public Methods

Method Description
DynamicReconfigureStringDropdown ( DynamicReconfigureInterface dynamic, ParamDescription pd, object def, object max, object min, string edit_method ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

Private Methods

Method 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 method

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
return System

getDescriptionWidth() public method

public getDescriptionWidth ( ) : double
return double

setDescriptionWidth() public method

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