MIBBATCHGUI MATLAB code for mibBatchGUI.fig MIBBATCHGUI, by itself, creates a new MIBBATCHGUI or raises the existing singleton*.
More...
|
function varargout = | mibBatchGUI (varargin) |
| MIBBATCHGUI MATLAB code for mibBatchGUI.fig MIBBATCHGUI, by itself, creates a new MIBBATCHGUI or raises the existing singleton*.
|
|
function | mibBatchGUI>mibBatchGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibBatchGUI>mibBatchGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibBatchGUI>mibBatchGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibBatchGUI>helpBtn_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>runProtocolBtn_Callback (hObject, eventdata, handles, parameter) |
|
function | mibBatchGUI>protocolList_ContextCallback (hObject, unused1, parameter) |
|
function | mibBatchGUI>selectedActionTable_ContextCallback (hObject, unused1, parameter) |
|
function | mibBatchGUI>selectAction_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>selectedActionTable_CellSelectionCallback (hObject, eventdata, handles) |
|
function | mibBatchGUI>selectedActionTableItem_Update (hObject, eventdata, handles) |
|
function | mibBatchGUI>protocolActions_Callback (hObject, eventdata, handles, options) |
|
function | mibBatchGUI>protocolList_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>backup_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>loadProtocolBtn_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>saveProtocolBtn_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>deleteProtocolBtn_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>mibBatchGUI_SizeChangedFcn (hObject, eventdata, handles) |
|
function | mibBatchGUI>listenMIB_Callback (hObject, eventdata, handles) |
|
function | mibBatchGUI>mibBatchGUI_KeyPressFcn (hObject, eventdata, handles) |
|
MIBBATCHGUI MATLAB code for mibBatchGUI.fig MIBBATCHGUI, by itself, creates a new MIBBATCHGUI or raises the existing singleton*.
MIBBATCHGUI MATLAB code for mibBatchGUI.fig MIBBATCHGUI, by itself, creates a new MIBBATCHGUI or raises the existing singleton*.
H = MIBBATCHGUI returns the handle to a new MIBBATCHGUI or the handle to
the existing singleton*.
MIBBATCHGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBBATCHGUI.M with the given input arguments.
MIBBATCHGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBBATCHGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibBatchGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibBatchGUI_OpeningFcn via varargin.
*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
instance to run (singleton)".
- See also
- GUIDE, GUIDATA, GUIHANDLES