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

custom input dialog More...

Functions

function
varargout = 
mib_inputdlg (varargin)
 custom input dialog More...
 
function  mibinputdlg>mib_inputdlg_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
mibinputdlg>mib_inputdlg_OutputFcn (hObject, eventdata, handles)
 
function  mibinputdlg>mib_inputdlg_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibinputdlg>okBtn_Callback (hObject, eventdata, handles)
 
function  mibinputdlg>cancelBtn_Callback (hObject, eventdata, handles)
 
function  mibinputdlg>mib_inputdlg_KeyPressFcn (hObject, eventdata, handles)
 
function  mibinputdlg>textEdit_Callback (hObject, eventdata, handles)
 
function  mibinputdlg>mib_inputdlg_ResizeFcn (hObject, eventdata, handles)
 

Detailed Description

custom input dialog

Function Documentation

function varargout = mib_inputdlg (   varargin)

custom input dialog

Parameters
varargin@codemib_inputdlg ( handles, dlgText, dlgTitle, defAnswer ) Required Parameters for varargin:
  • handles handles structure of im_browser (preferable) or NaN
  • dlgText dialog test, a string
  • dlgTitle dialog title, a string
  • defAnswer default answer, a string
Return values
outputa cell with the entered value, or an empty cell, when cancelled

Examples:

answer = mib_inputdlg(NaN,'Please enter a number in the edit box below','Test title','123');
if size(answer) == 0; return; end;

Referenced by bufferToggles_cb(), imageData.convertImage(), imageData.deleteColorChannel(), Measure.DistanceFreeFun(), filesListboxContext_cb(), generate_grid_block_size(), getImageMetadata(), ib_exportToFiji(), ib_getImarisDataset(), ib_loadImages(), ib_renderModelFiji(), ib_renderModelImaris(), ib_segmentation_Annotation(), ib_setImarisDataset(), roiRegion.imfreehandFun(), imageData.insertEmptyColorChannel(), imageData.insertSlice(), imageData.invertColorChannel(), loadBigDataViewerFormat(), menuDatasetSlice(), menuFileImportImage(), menuMaskImport(), menuModelFillMembrane(), menuModelsExport(), menuModelsImport(), mib_calibrateScaleBar(), model_cm_Callback(), cropObjectsDlg>cropBtn_Callback(), ibcropGui>cropBtn_Callback(), ibimportOmero>continueBtn_Callback(), ibomeroLoginDlg>addServerBtn_Callback(), ibwatershedGui>exportSuperpixelsBtn_Callback(), ibwatershedGui>importBtn_Callback(), ibwatershedGui>importSuperpixelsBtn_Callback(), imbrowser>adaptiveSmoothCheck_Callback(), imbrowser>addMaterialBtn_Callback(), imbrowser>bwFilterGridCheck_Callback(), imbrowser>changeThresholdValueContext_cb(), imbrowser>corrGridCheck_Callback(), imbrowser>menuMaskExport_Callback(), logList>insertBtn_Callback(), logList>modifyBtn_Callback(), ManGridBW>exportGrid_Callback(), ManGridBW>importGridBtn_Callback(), MaskStatsDlg>tableContextMenu_cb(), mibmeasureTool>loadBtn_Callback(), mibmeasureTool>saveBtn_Callback(), mibstereologyGui>doStereologyBtn_Callback(), preferencesDlg>modelsColorsTable_cb(), preferencesDlg>paletteTypePopup_Callback(), Measure.PointFun(), roiList_cm_Callback(), and imageData.rotateColorChannel().

Here is the caller graph for this function:

function mibinputdlg>cancelBtn_Callback (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>mib_inputdlg_CloseRequestFcn (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>mib_inputdlg_KeyPressFcn (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>mib_inputdlg_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = mibinputdlg>mib_inputdlg_OutputFcn (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>mib_inputdlg_ResizeFcn (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>okBtn_Callback (   hObject,
  eventdata,
  handles 
)
function mibinputdlg>textEdit_Callback (   hObject,
  eventdata,
  handles 
)