Table of Contents

Module: Browser eric3/UI/Browser.py

Module implementing a browser with class browsing capabilities.

The class browsing part is based on IDLE's classbrowser.

Imported modules   
from Icons.FileIcons import *
from Icons.Icons import *
import Utilities.pyclbr
import os
from qt import *
import string
import sys
Classes   

Browser

Class used to display a file system tree.

BrowserClass

Class implementing a BrowserNode that represents a python class or function.

BrowserDirectory

Class implementing a BrowserNode that represents a directory.

BrowserFile

Class implementing a BrowserNode that represents a file.

BrowserMethod

Class implementing a BrowserNode that represents a python method.

BrowserNode

Class implementing a thin wrapper around QListViewItem.

BrowserSysPath

Class implementing a BrowserNode that represents the Python sys.path.


Table of Contents

This document was automatically generated by HappyDoc version 2.1