.. $Id$  -*- rst -*-
.. pyformex reference manual --- imageViewer
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-imageViewer:

:mod:`imageViewer` --- A general image viewer
=============================================

.. automodule:: imageViewer
   :synopsis: A general image viewer



   .. autoclass:: ImageViewer


      ImageViewer objects have the following methods:

      .. automethod:: openfile(filename=None)
      .. automethod:: print_()
      .. automethod:: zoomIn()
      .. automethod:: zoomOut()
      .. automethod:: normalSize()
      .. automethod:: fitToWindow()
      .. automethod:: fitToImage()
      .. automethod:: about()
      .. automethod:: createActions()
      .. automethod:: createMenus()
      .. automethod:: updateActions()
      .. automethod:: scaleImage(factor)
      .. automethod:: adjustScrollBar(scrollBar,factor)

**Functions defined in the module imageViewer**

   .. autofunction:: tr(s)
   .. autofunction:: main()

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

