Module implementing a class used to display the Sources part of the project.
ProjectSourcesBrowser | A class used to display the Sources part of the project. |
None |
A class used to display the Sources part of the project.
ProjectSourcesBrowser | Constructor |
__addSourceDirectory | Private method to add source files of a directory to the project. |
__addSourceFiles | Private method to add a source file to the project. |
__closeAllWindows | Private method to close all project related windows. |
__createPythonPopupMenus | Privat method to generate the popup menus for a Python project. |
__createRubyPopupMenus | Privat method to generate the popup menus for a Ruby project. |
__deleteFile | Private method to delete files from the project. |
__removeCyclopsReport | Private method to handle the Remove Cyclops report context menu action. |
__showApplicationDiagram | Private method to handle the application diagram context menu action. |
__showClassDiagram | Private method to handle the class diagram context menu action. |
__showCodeCoverage | Private method to handle the code coverage context menu action. |
__showCodeMetrics | Private method to handle the code metrics context menu action. |
__showCyclopsReport | Private method to handle the show cyclops report context menu action. |
__showImportsDiagram | Private method to handle the imports diagram context menu action. |
__showPackageDiagram | Private method to handle the package diagram context menu action. |
__showPopupMenu | Private slot called by the sourceMenu aboutToShow signal. |
__showPopupMenuDir | Private slot called by the dirMenu aboutToShow signal. |
__showPopupMenuDirMulti | Private slot called by the dirMultiMenu aboutToShow signal. |
__showPopupMenuMulti | Private slot called by the multiMenu aboutToShow signal. |
__showProfileData | Private method to handle the show profile data context menu action. |
__showShowMenu | Private slot called before the show menu is shown. |
_createPopupMenus | Protected overloaded method to generate the popup menu. |
_projectClosed | Protected slot to handle the projectClosed signal. |
_showContextMenu | Protected slot to show the context menu. |
handlePyLint | Public method to handle the syntax check context menu action. |
handleSyntaxCheck | Public method to handle the syntax check context menu action. |
handleTabnanny | Public method to handle the tabnanny context menu action. |
Constructor
Private method to add source files of a directory to the project.
Private method to add a source file to the project.
Private method to close all project related windows.
Privat method to generate the popup menus for a Python project.
Privat method to generate the popup menus for a Ruby project.
Private method to delete files from the project.
Private method to handle the Remove Cyclops report context menu action.
Private method to handle the application diagram context menu action.
Private method to handle the class diagram context menu action.
Private method to handle the code coverage context menu action.
Private method to handle the code metrics context menu action.
Private method to handle the show cyclops report context menu action.
Private method to handle the imports diagram context menu action.
Private method to handle the package diagram context menu action.
Private slot called by the sourceMenu aboutToShow signal.
Private slot called by the dirMenu aboutToShow signal.
Private slot called by the dirMultiMenu aboutToShow signal.
Private slot called by the multiMenu aboutToShow signal.
Private method to handle the show profile data context menu action.
Private slot called before the show menu is shown.
Protected overloaded method to generate the popup menu.
Protected slot to handle the projectClosed signal.
Protected slot to show the context menu.
Public method to handle the syntax check context menu action.
Public method to handle the syntax check context menu action.
Public method to handle the tabnanny context menu action.