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

custom input dialog More...

Functions

function varargoutmibInputDlg (varargin)
 custom input dialog
 
function  mibInputDlg>mibInputDlg_OpeningFcn (hObject, eventdata, handles, varargin)
 
function varargoutmibInputDlg>mibInputDlg_OutputFcn (hObject, eventdata, handles)
 
function  mibInputDlg>mibInputDlg_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibInputDlg>okBtn_Callback (hObject, eventdata, handles)
 
function  mibInputDlg>cancelBtn_Callback (hObject, eventdata, handles)
 
function  mibInputDlg>mibInputDlg_KeyPressFcn (hObject, eventdata, handles)
 
function  mibInputDlg>textEdit_Callback (hObject, eventdata, handles)
 
function  mibInputDlg>mibInputDlg_ResizeFcn (hObject, eventdata, handles)
 

Detailed Description

custom input dialog

Function Documentation

◆ mibInputDlg()

function varargout = mibInputDlg ( varargin)

custom input dialog

Parameters
varargin
mibInputDlg ( mibPath, dlgText, dlgTitle, defAnswer )
function varargout = mibInputDlg(varargin)
custom input dialog
Definition mibInputDlg.m:17
Required Parameters for varargin:
  • mibPath [optional] a cell string with a path to MIB installation, use
    global mibPath;
    to get it, or just an empty cell: {[]}
  • 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 = mibInputDlg({[]}, 'Text of dialog','Title', num2str(defaultValue));
if size(answer) == 0; return; end;
global mibPath;
answer = mibInputDlg({mibPath}, 'Text of dialog','Title', num2str(defaultValue));
if size(answer) == 0; return; end;

Referenced by mibPreferencesAppController.ColorPanelCallbacks(), mibImportOmeroController.continueBtn_Callback(), mibImage.convertImage(), mibImage.deleteColorChannel(), mibStereologyController.doStereologyBtn_Callback(), mibStatisticsController.exportButton_Callback(), mibGraphcutController.exportSuperpixelsBtn_Callback(), mibRoiRegion.imfreehandFun(), mibWatershedController.importBtn_Callback(), mibLogListController.insertBtn_Callback(), mibImage.insertEmptyColorChannel(), mibImage.insertSlice(), loadBigDataViewerFormat(), mibController.menuDatasetTrasform_Callback(), mibController.menuFileImportImage_Callback(), mibController.menuMaskExport_Callback(), mibController.mibAddMaterialBtn_Callback(), mibController.mibFijiExport(), mibController.mibFilesListbox_cm_Callback(), mibGetImageMetadata(), mibGetImarisDataset(), mibGetImarisDataset_StandardConnection(), mibLoadImages(), mibRenderModelFiji(), mibRenderModelImaris(), mibController.mibRoiList_cm_Callback(), mibSetImarisDataset(), mibPreferencesController.modelsColorsTable_cb(), mibPreferencesAppController.ModelsColorsTableContextMenuCallbacks(), mibLogListController.modifyBtn_Callback(), mibCropObjectsGUI>targetPanelRadio_Callback(), mibGUI>mibChangeThresholdValueContext_cb(), mibImageAdjustmentGUI>findMaxBtn_cm_Callback(), mibImageAdjustmentGUI>findMinBtn_cm_Callback(), mibOmeroLoginDlg>addServerBtn_Callback(), mibUpdateCheckGUI>updateBtn_Callback(), mibLines3DController.nodesViewTable_cb(), mibPreferencesController.paletteTypePopup_Callback(), mibMeasure.PointFun(), mibModel.renameMaterial(), mibAnnotationsController.saveBtn_Callback(), mibLines3DController.saveBtn_Callback(), mibMeasureToolController.saveBtn_Callback(), mibModel.setDefaultSegmentationColorPalette(), mibStatisticsController.tableContextMenu_cb(), and mibLines3DController.treesViewTable_cb().

Here is the caller graph for this function:

◆ mibInputDlg>cancelBtn_Callback()

function mibInputDlg>cancelBtn_Callback ( hObject,
eventdata,
handles )

◆ mibInputDlg>mibInputDlg_CloseRequestFcn()

function mibInputDlg>mibInputDlg_CloseRequestFcn ( hObject,
eventdata,
handles )

◆ mibInputDlg>mibInputDlg_KeyPressFcn()

function mibInputDlg>mibInputDlg_KeyPressFcn ( hObject,
eventdata,
handles )

◆ mibInputDlg>mibInputDlg_OpeningFcn()

function mibInputDlg>mibInputDlg_OpeningFcn ( hObject,
eventdata,
handles,
varargin )

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

Here is the call graph for this function:

◆ mibInputDlg>mibInputDlg_OutputFcn()

function varargout = mibInputDlg>mibInputDlg_OutputFcn ( hObject,
eventdata,
handles )

◆ mibInputDlg>mibInputDlg_ResizeFcn()

function mibInputDlg>mibInputDlg_ResizeFcn ( hObject,
eventdata,
handles )

◆ mibInputDlg>okBtn_Callback()

function mibInputDlg>okBtn_Callback ( hObject,
eventdata,
handles )

◆ mibInputDlg>textEdit_Callback()

function mibInputDlg>textEdit_Callback ( hObject,
eventdata,
handles )