C# Class DynamicReconfigureSharp.DynamicReconfigureStringBox

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

Public Methods

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

Private Methods

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

public DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def string
return System

getDescriptionWidth() public method

public getDescriptionWidth ( ) : double
return double

setDescriptionWidth() public method

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