class documentation

Undocumented

Method configure Undocumented
Method render Undocumented
Instance Variable cssPath Undocumented
Instance Variable htmlBlocks Undocumented
Instance Variable mapPosition Undocumented
Instance Variable mapSize Undocumented
Instance Variable pageSize Undocumented
Instance Variable provider Undocumented
Instance Variable qgisTemplate Undocumented
Instance Variable title Undocumented
Method _collect_html_blocks Undocumented
Method _decorate_html Undocumented
Method _find_template_by_index Undocumented
Method _find_template_by_title Undocumented
Method _load Undocumented
Method _render_html_blocks Undocumented
Method _render_map Undocumented
Method _render_qgis Undocumented

Inherited from Object:

Method notify Undocumented
Method prepare_args Undocumented
Method props Undocumented
Instance Variable mimeTypes Undocumented
Instance Variable pageMargin Undocumented
Instance Variable subject Undocumented

Inherited from Node (via Object):

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Object, Node):

Method __repr__ Undocumented

Inherited from INode (via Object, Node, Object, ITemplate):

Method activate Undocumented
Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented
def configure(self): (source)
def render(self, tri): (source)

Undocumented

cssPath: str = (source)

Undocumented

htmlBlocks: dict[str, _HtmlBlock] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

def _collect_html_blocks(self): (source)

Undocumented

def _decorate_html(self, html): (source)

Undocumented

def _find_template_by_index(self, idx): (source)

Undocumented

def _find_template_by_title(self, title): (source)

Undocumented

def _load(self): (source)

Undocumented

def _render_html_blocks(self, tri: gws.TemplateRenderInput, qgis_project: project.Object): (source)

Undocumented

def _render_map(self, tri: gws.TemplateRenderInput, out_path): (source)

Undocumented

def _render_qgis(self, tri: gws.TemplateRenderInput, mro: gws.MapRenderOutput, out_path): (source)

Undocumented