Table of Contents

Module: __init__ ./ViewManager/__init__.py

Package implementing the viewmanager of the eric3 IDE.

The viewmanager is responsible for the layout of the editor windows. This is the central part of the IDE. In additon to this, the viewmanager provides all editor related actions, menus and toolbars.

There are three different types of viewmanagers available. The first one displays the editors on a workspace, the second using tabs and the third names the open editors in a listview with the editing area right of it.

Imported modules   
import Preferences
Functions   
factory
  factory 
factory (
        parent,
        ui,
        dbs,
        )

Modul factory function to generate the right viewmanager type.

The viewmanager is instantiated depending on the data set in the current preferences.

Arguments

parent
parent widget (QWidget)
ui
reference to the main UI object
dbs
reference to the debug server object

Returns

the instantiated viewmanager


Table of Contents

This document was automatically generated on Fri Mar 14 19:54:38 2003 by HappyDoc version 2.1