6.131. sibl_gui.components.core.templatesOutliner.views

views.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the sibl_gui.components.core.templatesOutliner.templatesOutliner.TemplatesOutliner Component Interface class Views.

Others:

6.131.1. Module Attributes

sibl_gui.components.core.templatesOutliner.views.LOGGER

6.131.2. Classes

class sibl_gui.components.core.templatesOutliner.views.Templates_QTreeView(parent, model=None, readOnly=False, message=None)[source]

Bases: sibl_gui.ui.views.Abstract_QTreeView

This class is used to display Database Collections.

Parameters:
  • parent – Object parent. ( QObject )
  • model – Model. ( QObject )
  • readOnly – View is read only. ( Boolean )
  • message – View default message when Model is empty. ( String )
container[source]

This method is the property for self.__container attribute.

Returns:self.__container. ( QObject )
treeViewIndentation[source]

This method is the property for self.__treeViewIndentation attribute.

Returns:self.__treeViewIndentation. ( Integer )
storeModelSelection()[source]

This method stores the Model selection.

Returns:Method success. ( Boolean )
restoreModelSelection()[source]

This method restores the Model selection.

Returns:Method success. ( Boolean )