-
app
-
documents: Loads all modules available to designer.
-
base
-
Config: Valid configuration options for designer (appears under [designer]
section in gnue.conf)
-
Incubator: An object factory
-
ObjectList: Maintains a list of GObjects, keeping it in synch with any attribute
changes, additions, or deletions.
-
TemplateBase: Provides a base class for templates
Guidelines for writing templates:
Never, ever, EVER overwrite the __init__ method.
-
UndoManager
-
parsertoobj: Take a GParser definition and create a Designer document model
-
preferences
-
tools
-
navigator: Various constants for the navigator interface
-
projects
-
reports: Various constants for the reports designer interface
NOTES:
This __init__ causes gnue.designer.reports to expose
the Instance class plus a properties object.
-
schema: Various constants for the schema designer interface
-
standalone
-
templates: Base template directory
-
forms: Form template directory
-
reports: Report template directory
-
schema: Schema template directory
-
Introspection: Implements a basic schema template using GNUe's database
introspection
-
ui
|