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

hObject handle to im_browser (see GCBO) eventdata structure with the following fields (see FIGURE) Key: name of the key that was released, in lower case Character: character interpretation of the key(s) that was released Modifier: name(s) of the modifier key(s) (i.e., control, shift) released handles structure with handles and user data (see GUIDATA) disp(eventdata.Key); disp(eventdata.Character); disp(eventdata.Modifier); More...

Functions

function  im_browser_WindowKeyPressFcn (hObject, eventdata, handles)
 hObject handle to im_browser (see GCBO) eventdata structure with the following fields (see FIGURE) Key: name of the key that was released, in lower case Character: character interpretation of the key(s) that was released Modifier: name(s) of the modifier key(s) (i.e., control, shift) released handles structure with handles and user data (see GUIDATA) disp(eventdata.Key); disp(eventdata.Character); disp(eventdata.Modifier); More...
 

Detailed Description

hObject handle to im_browser (see GCBO) eventdata structure with the following fields (see FIGURE) Key: name of the key that was released, in lower case Character: character interpretation of the key(s) that was released Modifier: name(s) of the modifier key(s) (i.e., control, shift) released handles structure with handles and user data (see GUIDATA) disp(eventdata.Key); disp(eventdata.Character); disp(eventdata.Modifier);

Function Documentation

function im_browser_WindowKeyPressFcn (   hObject,
  eventdata,
  handles 
)

hObject handle to im_browser (see GCBO) eventdata structure with the following fields (see FIGURE) Key: name of the key that was released, in lower case Character: character interpretation of the key(s) that was released Modifier: name(s) of the modifier key(s) (i.e., control, shift) released handles structure with handles and user data (see GUIDATA) disp(eventdata.Key); disp(eventdata.Character); disp(eventdata.Modifier);

Required fields of eventdata:
Required fields of handles:

| x < 1 || x > handles.Img{handles.Id}.I.no_stacks;

References changelayerSlider_Callback(), changeTimeSlider_Callback(), ib_do_undo(), ib_invertImage(), ib_moveLayers(), ib_updateCursor(), maskShowCheck_Callback(), menuFileSaveImageAs(), menuSelectionBuffer(), menuSelectionInterpolate(), modelShowCheck_Callback(), segmSelectedOnlyCheck_Callback(), selectionClearBtn_Callback(), selectionDilateBtn_Callback(), selectionErBtn_Callback(), selectionFillBtn_Callback(), seltypePopup_Callback(), toolbar_zoomBtn(), and toolbarPlaneToggle().

Here is the call graph for this function: