EditorProxy Class Reference
#include <editorproxy.h>
Inheritance diagram for EditorProxy:


Public Member Functions | |
void | setLineNumber (KParts::Part *part, int lineNum, int col) |
void | installPopup (KParts::Part *part) |
void | registerEditor (EditorWrapper *wrapper) |
void | deregisterEditor (EditorWrapper *wrapper) |
QWidget * | widgetForPart (KParts::Part *part) |
QWidget * | topWidgetForPart (KParts::Part *part) |
bool | isDelayedViewCapable () |
Static Public Member Functions | |
EditorProxy * | getInstance () |
Private Slots | |
void | popupAboutToShow () |
void | showPopup () |
Private Member Functions | |
EditorProxy () | |
Private Attributes | |
QMemArray< int > | m_popupIds |
QValueList< EditorWrapper * > | m_editorParts |
bool | m_delayedViewCreationCompatibleUI |
Static Private Attributes | |
EditorProxy * | s_instance = 0 |
Constructor & Destructor Documentation
|
Definition at line 47 of file editorproxy.cpp. References KShortcut::append(), m_delayedViewCreationCompatibleUI, main(), KConfigBase::readNumEntry(), KConfigBase::setGroup(), KAction::setShortcut(), and showPopup(). |
Member Function Documentation
|
Definition at line 272 of file editorproxy.cpp. References m_editorParts. Referenced by EditorWrapper::~EditorWrapper(). |
|
|
|
Definition at line 381 of file editorproxy.cpp. |
|
|
Definition at line 267 of file editorproxy.cpp. References m_editorParts. Referenced by EditorWrapper::EditorWrapper(). |
|
Definition at line 73 of file editorproxy.cpp. References m_editorParts, KTextEditor::ViewCursorInterface::setCursorPositionReal(), and KParts::Part::widget(). Referenced by PartController::editDocumentInternal(). |
|
Definition at line 249 of file editorproxy.cpp. References KParts::PartManager::activePart(), KXMLGUIFactory::container(), KTextEditor::ViewCursorInterface::cursorCoordinates(), KXMLGUIClient::factory(), PartController::getInstance(), k_funcinfo, kdDebug(), and KParts::Part::widget(). Referenced by EditorProxy(). |
|
Definition at line 367 of file editorproxy.cpp. References m_editorParts, and KParts::Part::widget(). Referenced by NewMainWindow::childWindowCloseRequest(), PartController::closePart(), NewMainWindow::documentChangedState(), NewMainWindow::slotPartURLChanged(), and NewMainWindow::tabContext(). |
|
Definition at line 353 of file editorproxy.cpp. References m_editorParts, and KParts::Part::widget(). Referenced by PartController::activatePart(). |
Member Data Documentation
|
Definition at line 78 of file editorproxy.h. Referenced by EditorProxy(). |
|
Definition at line 76 of file editorproxy.h. Referenced by deregisterEditor(), registerEditor(), setLineNumber(), topWidgetForPart(), and widgetForPart(). |
|
Definition at line 73 of file editorproxy.h. Referenced by installPopup(), and popupAboutToShow(). |
|
Definition at line 44 of file editorproxy.cpp. Referenced by getInstance(). |
The documentation for this class was generated from the following files:
- src/editorproxy.h
- src/editorproxy.cpp