![]() |
Microscopy Image Browser 2.91
MIB
|
a controller class for the measurements subwindow available via MIB->Menu->Tools->Measure length->Measure tool More...


Public Member Functions | |
| mibMeasureToolController (mibModel, mibController) | |
| function | closeWindow () |
| closing mibMeasureToolController window | |
| function | updateWidgets () |
| update widgets of the window | |
| function nRows = | updateTable () |
| update table with measurements | |
| function | addBtn_Callback () |
| add a new measurement | |
| function | previewIntensityProfile () |
| function | measureTable_CellSelectionCallback (eventdata) |
| a callback for selection of cells in obj.View.handles.measureTable | |
| function | measureTable_cm (parameter) |
| a context menu for obj.View.handles.measureTable | |
| function | deleteAllBtn_Callback () |
| a callback from obj.View.handles.deleteAllBtn to delete all measurements | |
| function | updatePlotSettings () |
| a callback for press of obj.View.handles.markersCheck, obj.View.handles.linesCheck, obj.View.handles.textCheck checkboxes | |
| function | optionsBtn_Callback () |
| a callback for press of obj.View.handles.optionsBtn to define look and feel of markers for measurements | |
| function | interpolationModePopup_Callback () |
| a callback for obj.View.handles.interpolationModePopup to define type of interpolation for polylines | |
| function | loadBtn_Callback () |
| a callback for press of obj.View.handles.loadBtn load measurements from a file or import from Matlab | |
| function | saveBtn_Callback () |
| a callback for press of obj.View.handles.saveBtn save measurements to a file or export to Matlab | |
| function | updateVoxelsButton_Callback () |
| a callback for press of obj.View.handles.updateVoxelsButton to update size of voxels for the dataset | |
Static Public Member Functions | |
| static function | ViewListner_Callback (obj, src, evnt) |
| static function | ViewListner_Callback2 (obj, src, evnt) |
Public Attributes | |
| mibController | |
| handle to mibController | |
| mibModel | |
| handles to the model | |
| View | |
| handle to the view | |
| listener | |
| a cell array with handles to listeners | |
| indices | |
| indeces of the selected rows | |
| EVENT | closeEvent |
| > Description of events event firing when window is closed | |
Public Attributes inherited from handle | |
| addlistener | |
| Creates a listener for the specified event and assigns a callback function to execute when the event occurs. | |
| notify | |
| Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. | |
| delete | |
| Handle object destructor method that is called when the object's lifecycle ends. | |
| disp | |
| Handle object disp method which is called by the display method. See the MATLAB disp function. | |
| display | |
| Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. | |
| findobj | |
| Finds objects matching the specified conditions from the input array of handle objects. | |
| findprop | |
| Returns a meta.property objects associated with the specified property name. | |
| fields | |
| Returns a cell array of string containing the names of public properties. | |
| fieldnames | |
| Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. | |
| isvalid | |
| Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. | |
| eq | |
| Relational functions example. See details for more information. | |
| transpose | |
| Transposes the elements of the handle object array. | |
| permute | |
| Rearranges the dimensions of the handle object array. See the MATLAB permute function. | |
| reshape | |
| hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. | |
| sort | |
| ort the handle objects in any array in ascending or descending order. | |
a controller class for the measurements subwindow available via MIB->Menu->Tools->Measure length->Measure tool
| mibMeasureToolController.mibMeasureToolController | ( | mibModel, | |
| mibController ) |
References handle.addlistener, mibController, and mibModel.
| function mibMeasureToolController.addBtn_Callback | ( | ) |
add a new measurement
References handle.notify.
| function mibMeasureToolController.closeWindow | ( | ) |
closing mibMeasureToolController window
References handle.isvalid, and handle.notify.
| function mibMeasureToolController.deleteAllBtn_Callback | ( | ) |
a callback from obj.View.handles.deleteAllBtn to delete all measurements
| function mibMeasureToolController.interpolationModePopup_Callback | ( | ) |
a callback for obj.View.handles.interpolationModePopup to define type of interpolation for polylines
| function mibMeasureToolController.loadBtn_Callback | ( | ) |
a callback for press of obj.View.handles.loadBtn load measurements from a file or import from Matlab
References mib_uigetfile(), and mibInputMultiDlg().

| function mibMeasureToolController.measureTable_CellSelectionCallback | ( | eventdata | ) |
a callback for selection of cells in obj.View.handles.measureTable
| eventdata | structure with the following fields (see UITABLE) Indices - row and column indices of the cell(s) currently selecteds |
| noJumpSwitch | a logical switch that blocks jump to measurement |
References min.
| function mibMeasureToolController.measureTable_cm | ( | parameter | ) |
a context menu for obj.View.handles.measureTable
| parameter | a string with the selected entry:
|
References mibInputMultiDlg(), min, n, and handle.notify.

| function mibMeasureToolController.optionsBtn_Callback | ( | ) |
a callback for press of obj.View.handles.optionsBtn to define look and feel of markers for measurements
| function mibMeasureToolController.previewIntensityProfile | ( | ) |
References A(), B(), max, mibImageProfileIntegrate(), and min.

| function mibMeasureToolController.saveBtn_Callback | ( | ) |
a callback for press of obj.View.handles.saveBtn save measurements to a file or export to Matlab
References mibInputDlg(), and xlswrite2().

| function mibMeasureToolController.updatePlotSettings | ( | ) |
a callback for press of obj.View.handles.markersCheck, obj.View.handles.linesCheck, obj.View.handles.textCheck checkboxes
| function nRows = mibMeasureToolController.updateTable | ( | ) |
update table with measurements
| nRows | number of Rows in the table |
| function mibMeasureToolController.updateVoxelsButton_Callback | ( | ) |
a callback for press of obj.View.handles.updateVoxelsButton to update size of voxels for the dataset
| function mibMeasureToolController.updateWidgets | ( | ) |
update widgets of the window
|
static |
|
static |
| EVENT mibMeasureToolController.closeEvent |
> Description of events event firing when window is closed
| mibMeasureToolController.indices |
indeces of the selected rows
| mibMeasureToolController.listener |
a cell array with handles to listeners
| mibMeasureToolController.mibController |
handle to mibController
Referenced by mibMeasureToolController().
| mibMeasureToolController.mibModel |
handles to the model
Referenced by mibMeasureToolController().
| mibMeasureToolController.View |
handle to the view