EditorManager Class Reference

#include <editormanager.h>

List of all members.

Public Member Functions

 EditorManager (QWidget *pParent=0, const char *szName=0)
 ~EditorManager ()
KTextEditor::Document * add ()
void remove (KTextEditor::Document *pDoc)


Detailed Description

Creates text editor parts, used to open source files. The EditorManager is responsible for creating parts, and managing their GUI integration.
Author:
Elad Lahav


Constructor & Destructor Documentation

EditorManager::EditorManager ( QWidget *  pParent = 0,
const char *  szName = 0 
)

Class constructor.

Parameters:
pParent The parent widget
szName The widget's name

EditorManager::~EditorManager (  ) 

Class destructor.


Member Function Documentation

KTextEditor::Document * EditorManager::add (  ) 

Creates a new document part.

Returns:
A pointer to the new document

void EditorManager::remove ( KTextEditor::Document *  pDoc  ) 

Deletes a document part.

Parameters:
pDoc The document to remove


The documentation for this class was generated from the following files:
Generated on Sat Sep 15 16:04:45 2007 for ndmanager.kdevelop by  doxygen 1.5.1