event dispatching Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: eventdispatch.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Fabian Kloosterman (View more)

event dispatching script description:




Publisher review:
event dispatching - Extended mouse/key event dispatching for figure drawing canvas This toolbox allows more control over mouse event callbacks associated with handle graphics objects on a figure canvas (i.e. figure, uipanel, axes, plot objects, but NOT uicontrols). Each object can respond to several events, like ButtonDown, ButtonUp, WheelMoved, Drag, Drop, Move etc. Multiple callback functions can be associated with each event.To enable the extended event notification framework for a figure, do:hFig = event_dispatch( figure );Now the figure and all its current and future children will have a set of extra callback properties. For example to have the figure respond to mouse wheel events:set( hFig, 'MyWheelMovedFcn', @(h, e) fprintf('wheel moved: %f', e.WheelRotation) );To explore some of the possibilities run test_events.m.Several utilities based on the extended events are included:scroll_pan.m - pan axes with mouse wheel or keysscroll_zoom.m - zoom axes with mouse wheel or keysruler.m - draw a rulertab_axes.m - tab through axes using t-keyRun demo_events.m for a demonstration of these utilities.Note:-Please read the Readme.txt file for install instructions.-This toolbox uses undocumented features of Matlab, which may change from one version Matlab to another.-It was tested under Linux (RHEL3), but should work under Windows XP as well. Requirements: ยท MATLAB Release: R14SP1
event dispatching is a Matlab script for Development Tools scripts design by Fabian Kloosterman. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5