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

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

.. _sec:ref-scriptsMenu:

:mod:`scriptsMenu` --- Menu with pyFormex scripts.
==================================================

.. automodule:: scriptsMenu
   :synopsis: Menu with pyFormex scripts.



   .. autoclass:: ScriptsMenu


      ScriptsMenu objects have the following methods:

      .. automethod:: fileName(scriptname)
      .. automethod:: loadSubmenus(dirs=[])
      .. automethod:: getFiles()
      .. automethod:: filterFiles(files)
      .. automethod:: loadFiles(files=None)
      .. automethod:: loadCatalog()
      .. automethod:: load()
      .. automethod:: run(action)
      .. automethod:: runScript(filename)
      .. automethod:: runNext()
      .. automethod:: runAllNext()
      .. automethod:: runAll()
      .. automethod:: runAllFiles(files,randomize=False,pause=0.)
      .. automethod:: runRandom()
      .. automethod:: runAllRandom()
      .. automethod:: reload()
      .. automethod:: add(filename)
      .. automethod:: classify()

**Functions defined in the module scriptsMenu**

   .. autofunction:: extractKeyword(s)
   .. autofunction:: scriptKeywords(fn,keyw=None)
   .. autofunction:: sortSets(d)

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

.. End

