Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibRandomRestoreDatasetGUI.m File Reference

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

Functions

function varargoutmibRandomRestoreDatasetGUI (varargin)
 MIBRANDOMRESTOREDATASETGUI MATLAB code for mibRandomRestoreDatasetGUI.fig MIBRANDOMRESTOREDATASETGUI, by itself, creates a new MIBRANDOMRESTOREDATASETGUI or raises the existing singleton*.
 
function  mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OpeningFcn (hObject, eventdata, handles, varargin)
 
function varargoutmibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OutputFcn (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>closeBtn_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>selectSettingsFileBtn_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>projectFilenameEdit_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>helpBtn_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>randomDirsList_cm_Callback (hObject, unused1, parameter)
 
function  mibRandomRestoreDatasetGUI>destinationDirsList_cm_Callback (hObject, unused1, parameter)
 
function  mibRandomRestoreDatasetGUI>includeMaskCheck_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>restoreBtn_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>includeAnnotationsCheck_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>includeMeasurementsCheck_Callback (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_SizeChangedFcn (hObject, eventdata, handles)
 
function  mibRandomRestoreDatasetGUI>resaveProjectBtn_Callback (hObject, eventdata, handles)
 

Detailed Description

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

Function Documentation

◆ mibRandomRestoreDatasetGUI()

function varargout = mibRandomRestoreDatasetGUI ( varargin)

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

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

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

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

◆ mibRandomRestoreDatasetGUI>closeBtn_Callback()

function mibRandomRestoreDatasetGUI>closeBtn_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>destinationDirsList_cm_Callback()

function mibRandomRestoreDatasetGUI>destinationDirsList_cm_Callback ( hObject,
unused1,
parameter )

◆ mibRandomRestoreDatasetGUI>helpBtn_Callback()

function mibRandomRestoreDatasetGUI>helpBtn_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>includeAnnotationsCheck_Callback()

function mibRandomRestoreDatasetGUI>includeAnnotationsCheck_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>includeMaskCheck_Callback()

function mibRandomRestoreDatasetGUI>includeMaskCheck_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>includeMeasurementsCheck_Callback()

function mibRandomRestoreDatasetGUI>includeMeasurementsCheck_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_CloseRequestFcn()

function mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_CloseRequestFcn ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OpeningFcn()

function mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OpeningFcn ( hObject,
eventdata,
handles,
varargin )

References mibRescaleWidgets(), mibUpdateFontSize(), and moveWindowOutside().

Here is the call graph for this function:

◆ mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OutputFcn()

function varargout = mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_OutputFcn ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_SizeChangedFcn()

function mibRandomRestoreDatasetGUI>mibRandomRestoreDatasetGUI_SizeChangedFcn ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>projectFilenameEdit_Callback()

function mibRandomRestoreDatasetGUI>projectFilenameEdit_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>randomDirsList_cm_Callback()

function mibRandomRestoreDatasetGUI>randomDirsList_cm_Callback ( hObject,
unused1,
parameter )

◆ mibRandomRestoreDatasetGUI>resaveProjectBtn_Callback()

function mibRandomRestoreDatasetGUI>resaveProjectBtn_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>restoreBtn_Callback()

function mibRandomRestoreDatasetGUI>restoreBtn_Callback ( hObject,
eventdata,
handles )

◆ mibRandomRestoreDatasetGUI>selectSettingsFileBtn_Callback()

function mibRandomRestoreDatasetGUI>selectSettingsFileBtn_Callback ( hObject,
eventdata,
handles )