| Home | Trees | Index | Help |
|---|
GBaseApp--+ |GClientApp--+ | GFClient
| Method Summary | |
|---|---|
__init__(self,
connections)
| |
Main method of GFClient | |
| Inherited from GClientApp | |
| |
| |
| |
| Inherited from GBaseApp | |
Create a new command option and add it to the options sequence. | |
Return a generator for iterating a given reference cycle. | |
Build 'help text' for all options of the given category. | |
Debug Python's garbage collection. | |
Display all configuration settings and their default values and quit the program. | |
Run the self documentation. | |
Display the version information and quit the program. | |
This function catches an exception and evaluates it using getException(). | |
Find a reference cycle starting from a given object(current) and ending with a given object(search). | |
Convert a sequence of parameters (i.e. | |
Display a startup error and exit gracefully. | |
Print help information for this application and quit the program. | |
Print connection/database-related help information and quit the program. | |
Print help information for this application and quit the program. | |
Print the help footer including the address for bug reports. | |
Print version information and the usage header | |
Display version information for this application | |
Run the self-documentation for an application. | |
| Class Variable Summary | |
|---|---|
str |
COMMAND = 'gnue-forms'
|
str |
NAME = 'GNUe Forms'
|
str |
SUMMARY = 'GNUe Forms is the primary user interface to t...
|
str |
USAGE = '[options] file'
|
bool |
USE_DATABASE_OPTIONS = True
|
str |
VERSION = '0.6.1+svn.9850'
|
| Inherited from GBaseApp | |
list |
ARGUMENTS = []
|
str |
AUTHOR = 'GNU Enterprise Project'
|
list |
COMMAND_OPTIONS = []
|
str |
CONFIGFILE = 'gnue.conf'
|
NoneType |
connections = None |
str |
EMAIL = 'info@gnue.org'
|
dict |
OPTIONS = {}
|
str |
REPORT_BUGS_TO = 'Please report any bugs to info@gnue.or...
|
int |
USE_CONNECTIONS = 1 |
int |
USE_RPC_OPTIONS = 0 |
| Method Details |
|---|
__init__(self,
connections=None)
|
run(self)Main method of GFClient Responsible for setting up the desired UI driver, parsing command line arguments, loading the desired form, and passing control to the GFInstance that will control the application.
|
| Class Variable Details |
|---|
COMMAND
|
NAME
|
SUMMARY
|
USAGE
|
USE_DATABASE_OPTIONS
|
VERSION
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Feb 28 23:04:18 2008 | http://epydoc.sf.net |