Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
bufferToggles_cb.m File Reference

A callback function for the popup menu of the buffer buttons in the upper part of the Directory contents panel. This callback is triggered from all those buttons. More...

Functions

function  bufferToggles_cb (hObject, eventdata, parameter, buttonID)
 A callback function for the popup menu of the buffer buttons in the upper part of the Directory contents panel. This callback is triggered from all those buttons. More...
 

Detailed Description

A callback function for the popup menu of the buffer buttons in the upper part of the Directory contents panel. This callback is triggered from all those buttons.

Function Documentation

function bufferToggles_cb (   hObject,
  eventdata,
  parameter,
  buttonID 
)

A callback function for the popup menu of the buffer buttons in the upper part of the Directory contents panel. This callback is triggered from all those buttons.

Parameters
hObject- a handle to one of the buttons
eventdata- eventdata structure
parameter- a string that defines options:
  • duplicate - duplicate the dataset to another buffer
  • sync_xy - synchronize datasets with another dataset in XY
  • sync_xyz - synchronize datasets with another dataset in XYZ
  • sync_xyzt - synchronize datasets with another dataset in XYZT
  • clear - delete the dataset
  • clearAll - delete all datasets
buttonID- a number (from 1 to 8) of the pressed button.

References changelayerEdit_Callback(), changeTimeEdit_Callback(), mib_inputdlg(), and updateGuiWidgets().

Here is the call graph for this function: