ViewManager Class Reference
#include <viewmanager.h>
Inheritance diagram for ViewManager:


Public Slots | |
void | slotDocumentNew () |
void | slotDocumentOpen () |
void | slotDocumentClose () |
Public Member Functions | |
ViewManager (QWidget *parent, DocManager *dm) | |
~ViewManager () | |
void | createView (KTextEditor::Document *doc) |
void | closeView (KTextEditor::View *view) |
Private Attributes | |
QPtrList< KTextEditor::View > | views |
DocManager * | dm |
Constructor & Destructor Documentation
|
Definition at line 15 of file viewmanager.cpp. References views. |
|
Definition at line 21 of file viewmanager.cpp. References views. |
Member Function Documentation
|
Definition at line 35 of file viewmanager.cpp. Referenced by slotDocumentClose(). |
|
Definition at line 26 of file viewmanager.cpp. References KTextEditor::Document::createView(), and views. Referenced by slotDocumentNew(), and slotDocumentOpen(). |
|
Definition at line 60 of file viewmanager.cpp. References closeView(), DocManager::deleteDoc(), dm, and KTextEditor::View::document(). |
|
Definition at line 40 of file viewmanager.cpp. References DocManager::createDoc(), createView(), and dm. |
|
Definition at line 46 of file viewmanager.cpp. References DocManager::createDoc(), createView(), dm, KFileDialog::getOpenURLs(), and KParts::ReadOnlyPart::openURL(). |
Member Data Documentation
|
Definition at line 21 of file viewmanager.h. Referenced by slotDocumentClose(), slotDocumentNew(), and slotDocumentOpen(). |
|
Definition at line 20 of file viewmanager.h. Referenced by createView(), ViewManager(), and ~ViewManager(). |
The documentation for this class was generated from the following files:
- parts/manager/viewmanager.h
- parts/manager/viewmanager.cpp