Zoom: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(zoom correction factor)
 
Line 4: Line 4:


==Implementation==
==Implementation==
* MainView.paint - contains zooming of a node view
* MainView.paint - contains zooming of a node view, including some magic ZOOM_CORRECTION_FACTOR
* MapView.getZoom
* MapView.getZoom
* MapView.setZoom
* MapView.setZoom

Latest revision as of 12:02, 9 July 2010

Controls

  • Mouse wheel: TODO
  • Toolbar: TODO

Implementation

  • MainView.paint - contains zooming of a node view, including some magic ZOOM_CORRECTION_FACTOR
  • MapView.getZoom
  • MapView.setZoom
  • MainToolBar.getCurrentZoomIndex
  • MainToolBar.getZoomValue
  • MainToolBar.setZoomByItem
  • MainToolBar.setZoomComboBox
  • MainToolBar.zoomIn
  • MainToolBar.zoomOut
  • Controller.setZoom - calls MapView.setZoom and MainToolBar.setZoomComboBox

CVS: