skeinforge_application.skeinforge_utilities.skeinforge_polyfile ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/skeinforge_application/skeinforge_utilities/skeinforge_polyfile.py

Polyfile is a script to choose whether the skeinforge toolchain will operate on one file or all the files in a directory.

 
Modules
       
__init__
fabmetheus_utilities.archive
fabmetheus_utilities.settings
skeinforge_application.skeinforge_utilities.skeinforge_profile

 
Classes
       
PolyfileRepository

 
class PolyfileRepository
    A class to handle the polyfile settings.
 
  Methods defined here:
__init__(self)
Set the default settings, execute title & settings fileName.

 
Functions
       
getFileOrDirectoryTypes(fileName, fileTypes, wasCancelled)
Get the gcode files in the directory the file is in if directory setting is true.  Otherwise, return the file in a list.
getFileOrDirectoryTypesUnmodifiedGcode(fileName, fileTypes, wasCancelled)
Get the gcode files in the directory the file is in if directory setting is true.  Otherwise, return the file in a list.
getFileOrGcodeDirectory(fileName, wasCancelled, words=[])
Get the gcode files in the directory the file is in if directory setting is true.  Otherwise, return the file in a list.
getNewRepository()
Get new repository.
isDirectorySetting()
Determine if the directory setting is true.
isEmptyOrCancelled(fileName, wasCancelled)
Determine if the fileName is empty or the dialog was cancelled.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)