projectsExplorer.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
This class is the sibl_gui.components.addons.projectsExplorer.projectsExplorer Component Interface class.
Parameters: |
|
---|
This method is the property for self.__dockArea attribute.
Returns: | self.__dockArea. ( Integer ) |
---|
This method is the property for self.__engine attribute.
Returns: | self.__engine. ( QObject ) |
---|
This method is the property for self.__settings attribute.
Returns: | self.__settings. ( QSettings ) |
---|
This method is the property for self.__settingsSection attribute.
Returns: | self.__settingsSection. ( String ) |
---|
This method is the property for self.__scriptEditor attribute.
Returns: | self.__scriptEditor. ( QWidget ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( CollectionsModel ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__delegate attribute.
Returns: | self.__delegate. ( QItemDelegate ) |
---|
This method is the property for self.__style attribute.
Returns: | self.__style. ( Style ) |
---|
This method activates the Component.
Parameters: | engine – Engine to attach the Component to. ( QObject ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method initializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method uninitializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This method removes the Component Widget from the engine.
Returns: | Method success. ( Boolean ) |
---|
This method returns the View selected nodes.
Returns: | View selected nodes. ( Dictionary ) |
---|
This method removes the project associated with given node.
Parameters: | node – Node. ( ProjectNode / DirectoryNode / FileNode ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method adds a new file next to given Node associated path.
Parameters: | node – Node. ( ProjectNode / DirectoryNode / FileNode ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method adds a new directory next to given Node associated path.
Parameters: | node – Node. ( ProjectNode / DirectoryNode / FileNode ) |
---|---|
Returns: | Method success. ( Boolean ) |