Package PyFoam :: Package Applications :: Module PyFoamApplicationQt4 :: Class PyFoamApplicationQt4
[hide private]
[frames] | no frames]

Class PyFoamApplicationQt4

source code

                         object --+    
                                  |    
PyFoamApplication.PyFoamApplication --+
                                      |
                                     PyFoamApplicationQt4

Instance Methods [hide private]
 
__init__(self, args=None, description=None, usage=None, interspersed=False, nr=None, changeVersion=True, exactNr=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
setupGUI(self)
Set up the graphical user interface
source code
 
run(self)
Setup user interface and start QT
source code

Inherited from PyFoamApplication.PyFoamApplication: addLocalConfig, addOptions, addToCaseLog, checkCase, ensureGeneralOptions, error, silent, warning

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, args=None, description=None, usage=None, interspersed=False, nr=None, changeVersion=True, exactNr=True)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • description - description of the command
  • usage - Usage
  • interspersed - Is the command line allowed to be interspersed (options after the arguments)
  • args - Command line arguments when using the Application as a 'class' from a script
  • nr - Number of required arguments
  • changeVersion - May this application change the version of OF used?
  • exactNr - Must not have more than the required number of arguments
Overrides: object.__init__

run(self)

source code 

Setup user interface and start QT

Overrides: PyFoamApplication.PyFoamApplication.run