Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibKeyShortcutsController Class Reference

a controller class for the MIB Key Shortcuts dialog More...

Inheritance diagram for mibKeyShortcutsController:
Collaboration diagram for mibKeyShortcutsController:

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.
 

Detailed Description

a controller class for the MIB Key Shortcuts dialog

Constructor & Destructor Documentation

◆ mibKeyShortcutsController()

mibKeyShortcutsController.mibKeyShortcutsController ( mibModel,
mibPreferencesController )

Member Function Documentation

◆ closeWindow()

function mibKeyShortcutsController.closeWindow ( )

closing mibKeyShortcutsController window

References handle.isvalid, and handle.notify.

◆ defaultBtn_Callback()

function mibKeyShortcutsController.defaultBtn_Callback ( )

callback for press of obj.View.handles.defaultBtn

◆ fitTextBtn_Callback()

function mibKeyShortcutsController.fitTextBtn_Callback ( )

callback for press of obj.View.handles.fitTextBtn

References max.

◆ methods()

mibKeyShortcutsController.methods ( Static )

◆ okBtn_Callback()

function mibKeyShortcutsController.okBtn_Callback ( )

callback for press of obj.View.handles.OKBtn

◆ shortcutsTable_CellEditCallback()

function mibKeyShortcutsController.shortcutsTable_CellEditCallback ( eventdata)

callback for modification of cells in obj.View.handles.shortcutsTable

Required fields of eventdata:

◆ updateWidgets() [1/2]

evnt *switch src Name *case Id *obj mibKeyShortcutsController.updateWidgets ( )

update widgets of the window

◆ updateWidgets() [2/2]

function mibKeyShortcutsController.updateWidgets ( )

Member Data Documentation

◆ closeEvent

EVENT mibKeyShortcutsController.closeEvent

> Description of events event firing when window is closed

Events
closeEvent

◆ duplicateEntries

mibKeyShortcutsController.duplicateEntries

array with duplicate entries

◆ KeyShortcuts

mibKeyShortcutsController.KeyShortcuts

local copy of MIB key shortcuts

◆ listener

mibKeyShortcutsController.listener

a cell array with handles to listeners

◆ mibModel

mibKeyShortcutsController.mibModel

handles to the model

Referenced by mibKeyShortcutsController().

◆ mibPreferencesController

mibKeyShortcutsController.mibPreferencesController

handle to mibPreferencesController class

Referenced by mibKeyShortcutsController().

◆ oldKeyShortcuts

mibKeyShortcutsController.oldKeyShortcuts

stored old key shortcuts

◆ src

mibKeyShortcutsController.src

◆ View

mibKeyShortcutsController.View

handle to the view


The documentation for this class was generated from the following file: