![]() |
Microscopy Image Browser
1.233
|
Function to set the state of the interpolation button in the toolbar. More...
Functions | |
function | toolbarInterpolation (hObject, eventdata, handles, options) |
Function to set the state of the interpolation button in the toolbar. More... | |
Function to set the state of the interpolation button in the toolbar.
function toolbarInterpolation | ( | hObject, | |
eventdata, | |||
handles, | |||
options | |||
) |
Function to set the state of the interpolation button in the toolbar.
When the 'options' variable is omitted the function works as a standard callback and changes the type of interpolation: 'shape' or 'line'. However, when 'options' are specified the function sets the state of the button to the currently selected type.
hObject | a handle of the button, handles.toolbarInterpolation |
eventdata | eventdata, may be empty - ' ' |
handles | handles structure of im_browser.m |
options | [optional],
|
Examples:
Referenced by im_browser_getDefaultParameters(), menuFilePreferences(), imbrowser>toolbarInterpolation_ClickedCallback(), and preferencesDlg>applyBtn_Callback().