module documentation

Core application object

Class Config Main application configuration
Class Object Main Application object
Constant _DEFAULT_LOCALE Undocumented
Constant _DEFAULT_PRINTER Undocumented
Constant _DEFAULT_TEMPLATES Undocumented
_DEFAULT_LOCALE: list[str] = (source)

Undocumented

Value
['en_CA']
_DEFAULT_PRINTER = (source)

Undocumented

Value
gws.Config(uid='gws.base.application.default_printer',
           access=gws.PUBLIC,
           template=gws.Config(type='html',
                               path=(gws.dirname(__file__)+'/templates/project_pr
int.cx.html'),
                               mapSize=(200, 180, gws.Uom.mm)),
           qualityLevels=[{'dpi': 72}])
_DEFAULT_TEMPLATES = (source)

Undocumented

Value
[gws.Config(type='html',
            path=(gws.dirname(__file__)+'/templates/project_description.cx.html'),
            subject='project.description',
            access=gws.PUBLIC,
            uid='default_template.project_description'),
 gws.Config(type='html',
            path=(gws.dirname(__file__)+'/templates/layer_description.cx.html'),
...