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, QPopupMenu *popup, bool revalidate=false) |
Static Public Member Functions | |
EditorProxy * | getInstance () |
Private Slots | |
void | popupAboutToShow () |
Private Member Functions | |
EditorProxy () | |
Private Attributes | |
QMemArray< int > | m_popupIds |
Static Private Attributes | |
EditorProxy * | s_instance = 0 |
Constructor & Destructor Documentation
|
Definition at line 26 of file editorproxy.cpp. |
Member Function Documentation
|
Definition at line 32 of file editorproxy.cpp. References s_instance. Referenced by PartController::editDocument(), PartController::integratePart(), and PartController::reinstallPopups(). |
|
Definition at line 55 of file editorproxy.cpp. References endl(), KTextEditor::PopupMenuInterface::installPopup(), installPopup(), kdDebug(), m_popupIds, popupAboutToShow(), and KParts::Part::widget(). Referenced by installPopup(), PartController::integratePart(), and PartController::reinstallPopups(). |
|
|
Definition at line 41 of file editorproxy.cpp. References KTextEditor::ViewCursorInterface::setCursorPositionReal(), setLineNumber(), and KParts::Part::widget(). Referenced by PartController::editDocument(), and setLineNumber(). |
Member Data Documentation
|
Definition at line 41 of file editorproxy.h. Referenced by installPopup(), and popupAboutToShow(). |
|
Definition at line 23 of file editorproxy.cpp. Referenced by getInstance(). |
The documentation for this class was generated from the following files:
- src/editorproxy.h
- src/editorproxy.cpp