nodes.py
Others:
Bases: sibl_gui.ui.nodes.GraphModelNode
This class defines Application Database abstract base class used by concrete Database Node classes.
Parameters: |
|
---|
This method is the property for self.__databaseItem attribute.
Returns: | self.__databaseItem. ( Object ) |
---|
This method is the property for self.__toolTipText attribute.
Returns: | self.__toolTipText. ( String ) |
---|
This method updates the Node from the database item.
Returns: | Method success. ( Boolean ) |
---|
This method updates the Node attributes from the database item attributes.
Returns: | Method success. ( Boolean ) |
---|
This method updates the database item from the node.
Returns: | Method success. ( Boolean ) |
---|
Bases: sibl_gui.components.core.database.nodes.AbstractDatabaseNode
This class defines Ibl Sets nodes.
Parameters: |
|
---|
This method is the property for self.__iconPath attribute.
Returns: | self.__iconPath. ( String ) |
---|
This method updates the node from the database item.
Returns: | Method success. ( Boolean ) |
---|
This method updates the node attributes from the database item attributes.
Returns: | Method success. ( Boolean ) |
---|
Bases: sibl_gui.components.core.database.nodes.AbstractDatabaseNode
This class defines Templates nodes.
Parameters: |
|
---|
This method updates the node from the database item.
Returns: | Method success. ( Boolean ) |
---|
This method updates the node attributes from the database item attributes.
Returns: | Method success. ( Boolean ) |
---|
Bases: sibl_gui.components.core.database.nodes.AbstractDatabaseNode
This class defines Collections nodes.
Parameters: |
|
---|
This method updates the node from the database item.
Returns: | Method success. ( Boolean ) |
---|
This method updates the node attributes from the database item attributes.
Returns: | Method success. ( Boolean ) |
---|