Microscopy Image Browser  1.10
 All Classes Files Functions Variables Pages
mib_saveHDF5Dlg.m File Reference

MIB_SAVEHDF5DLG MATLAB code for mib_saveHDF5Dlg.fig MIB_SAVEHDF5DLG, by itself, creates a new MIB_SAVEHDF5DLG or raises the existing singleton*. More...

Functions

function
varargout = 
mib_saveHDF5Dlg (varargin)
 MIB_SAVEHDF5DLG MATLAB code for mib_saveHDF5Dlg.fig MIB_SAVEHDF5DLG, by itself, creates a new MIB_SAVEHDF5DLG or raises the existing singleton*. More...
 
function  mibsaveHDF5Dlg>mib_saveHDF5Dlg_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
mibsaveHDF5Dlg>mib_saveHDF5Dlg_OutputFcn (hObject, eventdata, handles)
 
function  mibsaveHDF5Dlg>mib_saveHDF5Dlg_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibsaveHDF5Dlg>continueBtn_Callback (hObject, eventdata, handles)
 
function  mibsaveHDF5Dlg>cancelBtn_Callback (hObject, eventdata, handles)
 
function  mibsaveHDF5Dlg>templatePopup_Callback (hObject, eventdata, handles)
 
function  mibsaveHDF5Dlg>chunkCheckbox_Callback (hObject, eventdata, handles)
 

Detailed Description

MIB_SAVEHDF5DLG MATLAB code for mib_saveHDF5Dlg.fig MIB_SAVEHDF5DLG, by itself, creates a new MIB_SAVEHDF5DLG or raises the existing singleton*.

Function Documentation

function varargout = mib_saveHDF5Dlg (   varargin)

MIB_SAVEHDF5DLG MATLAB code for mib_saveHDF5Dlg.fig MIB_SAVEHDF5DLG, by itself, creates a new MIB_SAVEHDF5DLG or raises the existing singleton*.

  H = MIB_SAVEHDF5DLG returns the handle to a new MIB_SAVEHDF5DLG or the handle to
  the existing singleton*.

  MIB_SAVEHDF5DLG(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in MIB_SAVEHDF5DLG.M with the given input arguments.

  MIB_SAVEHDF5DLG(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIB_SAVEHDF5DLG or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before mib_saveHDF5Dlg_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to mib_saveHDF5Dlg_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

Referenced by menuFileSaveImageAs().

Here is the caller graph for this function:

function mibsaveHDF5Dlg>cancelBtn_Callback (   hObject,
  eventdata,
  handles 
)
function mibsaveHDF5Dlg>chunkCheckbox_Callback (   hObject,
  eventdata,
  handles 
)
function mibsaveHDF5Dlg>continueBtn_Callback (   hObject,
  eventdata,
  handles 
)
function mibsaveHDF5Dlg>mib_saveHDF5Dlg_CloseRequestFcn (   hObject,
  eventdata,
  handles 
)
function mibsaveHDF5Dlg>mib_saveHDF5Dlg_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References ib_updateFontSize(), and mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = mibsaveHDF5Dlg>mib_saveHDF5Dlg_OutputFcn (   hObject,
  eventdata,
  handles 
)
function mibsaveHDF5Dlg>templatePopup_Callback (   hObject,
  eventdata,
  handles 
)