Table of Contents

Module: ProjectBrowser eric3/Project/ProjectBrowser.py

Module implementing the project browser part of the eric3 UI.

Imported modules   
from Checks.SyntaxCheckerDialog import SyntaxCheckerDialog
from Checks.TabnannyDialog import TabnannyDialog
from Icons.FileIcons import IconDirClosed, IconDirOpen
import Preferences
from ProjectIcons import IconProjectSources, IconProjectForms, IconProjectTranslations, IconProjectInterfaces, IconProjectOthers
from UI.Browser import *
from UI.CodeMetricsDialog import CodeMetricsDialog
from UI.PyCoverageDialog import PyCoverageDialog
from UI.PyProfileDialog import PyProfileDialog
import Utilities
import glob
import os
from qt import *
import shutil
import sys
Classes   

PBrowser

Baseclass implementing common functionality for the various browsers.

ProjectBrowser

Class implementing the project browser part of the eric3 UI.

ProjectBrowserDirectory

Class implementig a BrowserNode that represents a directory.

ProjectBrowserSimpleDir

Class implementing a small wrapper around BrowserNode.

ProjectFormsBrowser

A class used to display the forms part of the project.

ProjectInterfacesBrowser

A class used to display the interfaces (IDL) part of the project.

ProjectOthersBrowser

A class used to display the parts of the project, that don't fit the other categories.

ProjectSourcesBrowser

A class used to display the Sources part of the project.

ProjectTranslationsBrowser

A class used to display the translations part of the project.


Table of Contents

This document was automatically generated by HappyDoc version 2.1