MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The DictionaryParamEditor is used to visually edit dictionary based parameters that are stored as a key/value set packed within a string. More...
Public Member Functions | |
DictionaryParamEditor () | |
The constructor. More... | |
override UITypeEditorEditStyle | GetEditStyle (ITypeDescriptorContext context) |
Returns the edit style DROPDOWN More... | |
override object | EditValue (ITypeDescriptorContext context, IServiceProvider provider, object value) |
The EditValue displays the editing control and returns the new edited value. More... | |
The DictionaryParamEditor is used to visually edit dictionary based parameters that are stored as a key/value set packed within a string.
Definition at line 15 of file DictionaryParamEditor.cs.
MyCaffe.param.ui.DictionaryParamEditor.DictionaryParamEditor | ( | ) |
The constructor.
Definition at line 20 of file DictionaryParamEditor.cs.
override object MyCaffe.param.ui.DictionaryParamEditor.EditValue | ( | ITypeDescriptorContext | context, |
IServiceProvider | provider, | ||
object | value | ||
) |
The EditValue displays the editing control and returns the new edited value.
context | Specifies the context (not used). |
provider | Specifies the provider implementing the service. |
value | Specifies the value to edit. |
Definition at line 41 of file DictionaryParamEditor.cs.
override UITypeEditorEditStyle MyCaffe.param.ui.DictionaryParamEditor.GetEditStyle | ( | ITypeDescriptorContext | context | ) |
Returns the edit style DROPDOWN
context | Specifies the context (not used). |
Definition at line 29 of file DictionaryParamEditor.cs.