6.113. sibl_gui.components.core.collectionsOutliner.views

views.py

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

Others:

6.113.1. Module Attributes

sibl_gui.components.core.collectionsOutliner.views.LOGGER

6.113.2. Classes

class sibl_gui.components.core.collectionsOutliner.views.IblSetsCollections_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 )
dragEnterEvent(event)[source]

This method reimplements the sibl_gui.ui.views.Abstract_QTreeView.dragEnterEvent() method.

Parameters:event – QEvent. ( QEvent )
dragMoveEvent(event)[source]

This method reimplements the sibl_gui.ui.views.Abstract_QTreeView.dragMoveEvent() method.

Parameters:event – QEvent. ( QEvent )
dropEvent(event)[source]

This method reimplements the sibl_gui.ui.views.Abstract_QTreeView.dropEvent() method.

Parameters:event – QEvent. ( QEvent )
storeModelSelection()[source]

This method stores the Model selection.

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

This method restores the Model selection.

Returns:Method success. ( Boolean )