![]() |
Microscopy Image Browser 2.91
MIB
|
a controller class for the MIB Key Shortcuts dialog More...


Public Member Functions | |
| methods (Static) *function ViewListner_Callback(obj | |
| evnt *switch src Name *case Id *obj | updateWidgets () |
| update widgets of the window | |
| mibKeyShortcutsController (mibModel, mibPreferencesController) | |
| function | closeWindow () |
| closing mibKeyShortcutsController window | |
| function | updateWidgets () |
| function | okBtn_Callback () |
| callback for press of obj.View.handles.OKBtn | |
| function | fitTextBtn_Callback () |
| callback for press of obj.View.handles.fitTextBtn | |
| function | shortcutsTable_CellEditCallback (eventdata) |
| callback for modification of cells in obj.View.handles.shortcutsTable | |
| function | defaultBtn_Callback () |
| callback for press of obj.View.handles.defaultBtn | |
Public Attributes | |
| mibPreferencesController | |
| handle to mibPreferencesController class | |
| mibModel | |
| handles to the model | |
| View | |
| handle to the view | |
| listener | |
| a cell array with handles to listeners | |
| oldKeyShortcuts | |
| stored old key shortcuts | |
| KeyShortcuts | |
| local copy of MIB key shortcuts | |
| duplicateEntries | |
| array with duplicate entries | |
| EVENT | closeEvent |
| > Description of events event firing when window is closed | |
| src | |
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 MIB Key Shortcuts dialog
| mibKeyShortcutsController.mibKeyShortcutsController | ( | mibModel, | |
| mibPreferencesController ) |
References mibModel, and mibPreferencesController.
| function mibKeyShortcutsController.closeWindow | ( | ) |
closing mibKeyShortcutsController window
References handle.isvalid, and handle.notify.
| function mibKeyShortcutsController.defaultBtn_Callback | ( | ) |
callback for press of obj.View.handles.defaultBtn
| function mibKeyShortcutsController.fitTextBtn_Callback | ( | ) |
callback for press of obj.View.handles.fitTextBtn
References max.
| mibKeyShortcutsController.methods | ( | Static | ) |
| function mibKeyShortcutsController.okBtn_Callback | ( | ) |
callback for press of obj.View.handles.OKBtn
| function mibKeyShortcutsController.shortcutsTable_CellEditCallback | ( | eventdata | ) |
callback for modification of cells in obj.View.handles.shortcutsTable
| evnt *switch src Name *case Id *obj mibKeyShortcutsController.updateWidgets | ( | ) |
update widgets of the window
| function mibKeyShortcutsController.updateWidgets | ( | ) |
| EVENT mibKeyShortcutsController.closeEvent |
> Description of events event firing when window is closed
| mibKeyShortcutsController.duplicateEntries |
array with duplicate entries
| mibKeyShortcutsController.KeyShortcuts |
local copy of MIB key shortcuts
| mibKeyShortcutsController.listener |
a cell array with handles to listeners
| mibKeyShortcutsController.mibModel |
handles to the model
Referenced by mibKeyShortcutsController().
| mibKeyShortcutsController.mibPreferencesController |
handle to mibPreferencesController class
Referenced by mibKeyShortcutsController().
| mibKeyShortcutsController.oldKeyShortcuts |
stored old key shortcuts
| mibKeyShortcutsController.src |
| mibKeyShortcutsController.View |
handle to the view