Module implementing the project browser part of the eric UI.
None |
ProjectBrowser | Class implementing the project browser part of the eric UI. |
None |
Class implementing the project browser part of the eric UI.
It generates a widget with up to seven tabs. The individual tabs contain the project sources browser, the project forms browser, the project resources browser, the project translations browser, the project interfaces (IDL) browser and a browser for stuff, that doesn't fit these categories. Optionally it contains an additional tab with the file system browser.
Note: The following signals are defined here to proxy the individual browser signals.
None |
None |
ProjectBrowser | Constructor |
__currentChanged | Private slot to handle the currentChanged(int) signal. |
__newProject | Private slot to handle the newProject signal. |
__projectClosed | Private slot to handle the projectClosed signal. |
__projectOpened | Private slot to handle the projectOpened signal. |
__projectPropertiesChanged | Private slot to handle the projectPropertiesChanged signal. |
__setBrowsersAvailable | Private method to add selected browsers to the project browser. |
__setSourcesIcon | Private method to set the right icon for the sources browser tab. |
__vcsStateChanged | Private slot to handle a change in the vcs state. |
__vcsStatusIndicatorClicked | Private slot to react upon clicks on the VCS indicator LED. |
addTypedProjectBrowser | Public method to add a project browser type to the browser repository. |
getProjectBrowser | Public method to get a reference to the project browser of given type. |
getProjectBrowserFilter | Public method to get the project browser file filter for a file category. |
getProjectBrowserIcon | Public method to get the icon for a project browser. |
getProjectBrowserNames | Public method to get the types of the various project browsers. |
getProjectBrowserType | Public method to get the project browser type for a file category. |
getProjectBrowserUserStrings | Public method to get a dictionary of defined project browser user strings. |
getProjectBrowsers | Public method to get references to the individual project browsers. |
handleEditorChanged | Public slot to handle the editorChanged signal. |
handleEditorLineChanged | Public slot to handle the editorLineChanged signal. |
handlePreferencesChanged | Public slot used to handle the preferencesChanged signal. |
removeTypedProjectBrowser | Public method to remove a browser type from the browsers repository. |
None |
Constructor
Private slot to handle the currentChanged(int) signal.
Private slot to handle the newProject signal.
Private slot to handle the projectClosed signal.
Private slot to handle the projectOpened signal.
Private slot to handle the projectPropertiesChanged signal.
Private method to add selected browsers to the project browser.
Private method to set the right icon for the sources browser tab.
Private slot to handle a change in the vcs state.
Private slot to react upon clicks on the VCS indicator LED.
Public method to add a project browser type to the browser repository.
Public method to get a reference to the project browser of given type.
Public method to get the project browser file filter for a file category.
Public method to get the icon for a project browser.
Public method to get the types of the various project browsers.
Public method to get the project browser type for a file category.
Public method to get a dictionary of defined project browser user strings.
Public method to get references to the individual project browsers.
Public slot to handle the editorChanged signal.
Public slot to handle the editorLineChanged signal.
Public slot used to handle the preferencesChanged signal.
Public method to remove a browser type from the browsers repository.
Note: If the browser type is not contained in the repository, the request to remove it will be ignored silently.